OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uint128_t
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/mtp/
MtpTypes.h
27
typedef uint32_t
uint128_t
[4];
typedef in namespace:android
/external/chromium_org/third_party/smhasher/src/
Types.h
371
typedef Blob<128>
uint128_t
;
typedef
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
poly1305_vec.c
72
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
v, const int shift
[
all
...]
Completed in 32 milliseconds