Home
last modified time | relevance | path

Searched defs:u128 (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/crypto/poly1305/
Dpoly1305_base2_44.c21 typedef unsigned __int128 u128; typedef
Dpoly1305.c102 typedef __uint128_t u128; typedef
/third_party/abseil-cpp/absl/time/
Dduration.cc118 uint128 u128 = 0; in MakeU128() local
137 uint128 u128 = static_cast<uint64_t>(rep_hi); in MakeU128Ticks() local
144 inline Duration MakeDurationFromU128(uint128 u128, bool is_neg) { in MakeDurationFromU128()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dduration.cc118 uint128 u128 = 0; in MakeU128() local
137 uint128 u128 = static_cast<uint64_t>(rep_hi); in MakeU128Ticks() local
144 inline Duration MakeDurationFromU128(uint128 u128, bool is_neg) { in MakeDurationFromU128()
/third_party/openssl/crypto/modes/
Dmodes_local.h108 } u128; typedef
/third_party/openssl/crypto/ec/
Dcurve25519.c388 typedef __uint128_t u128; typedef
/third_party/python/Modules/_decimal/libmpdec/
Dmpdecimal.c8876 __uint128_t u128 = 0; in _get_coeff() local