HomeSort by relevance Sort by last modified time
    Searched full:lo128 (Results 1 - 1 of 1) sorted by null

  /external/boringssl/src/crypto/poly1305/
poly1305_vec.c 50 static inline uint64_t lo128(uint128_t a) { return (uint64_t)a; } function
168 r20 = lo128(d[0]) & 0xfffffffffff;
171 r21 = lo128(d[1]) & 0xfffffffffff;
174 r22 = lo128(d[2]) & 0x3ffffffffff;
762 h0 = lo128(d[0]) & 0xfffffffffff;
765 h1 = lo128(d[1]) & 0xfffffffffff;
768 h2 = lo128(d[2]) & 0x3ffffffffff;

Completed in 137 milliseconds