OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lo128
(Results
1 - 1
of
1
) sorted by null
/external/boringssl/src/crypto/poly1305/
poly1305_vec.c
52
static uint64_t INLINE
lo128
(uint128_t a) { return (uint64_t)a; }
function
221
r20 =
lo128
(d[0]) & 0xfffffffffff;
224
r21 =
lo128
(d[1]) & 0xfffffffffff;
227
r22 =
lo128
(d[2]) & 0x3ffffffffff;
815
h0 =
lo128
(d[0]) & 0xfffffffffff;
818
h1 =
lo128
(d[1]) & 0xfffffffffff;
821
h2 =
lo128
(d[2]) & 0x3ffffffffff;
Completed in 169 milliseconds