Searched defs:uint128_t (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/memcheck/tests/vbit-test/
H A Dvbits.h9 typedef uint64_t uint128_t[2]; typedef
20 uint128_t u128;
34 uint128_t u128;
/external/chromium_org/third_party/smhasher/src/
H A DTypes.h371 typedef Blob<128> uint128_t; typedef
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
H A Dpoly1305_vec.c72 typedef unsigned __int128 uint128_t; typedef
80 static uint128_t INLINE
81 add128(uint128_t a, uint128_t b)
86 static uint128_t INLINE
87 add128_64(uint128_t a, uint64_t b)
92 static uint128_t INLINE
95 return (uint128_t)a * b;
99 lo128(uint128_t a)
105 shr128(uint128_t
[all...]

Completed in 183 milliseconds