OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shr128
(Results
1 - 1
of
1
) sorted by null
/external/boringssl/src/crypto/poly1305/
poly1305_vec.c
54
static uint64_t INLINE
shr128
(uint128_t v, const int shift) {
function
222
c =
shr128
(d[0], 44);
225
c =
shr128
(d[1], 44);
228
c =
shr128
(d[2], 42);
816
c =
shr128
(d[0], 44);
819
c =
shr128
(d[1], 44);
822
c =
shr128
(d[2], 42);
Completed in 125 milliseconds