Home
last modified time | relevance | path

Searched defs:U64 (Results 1 – 6 of 6) sorted by relevance

/external/openssl/include/openssl/
Dsha.h173 #define U64(C) C##UI64 macro
176 #define U64(C) C##UL macro
179 #define U64(C) C##ULL macro
/external/openssl/crypto/sha/
Dsha.h173 #define U64(C) C##UI64 macro
176 #define U64(C) C##UL macro
179 #define U64(C) C##ULL macro
/external/openssl/crypto/modes/
Dmodes_lcl.h14 #define U64(C) C##UI64 macro
18 #define U64(C) C##UL macro
22 #define U64(C) C##ULL macro
/external/openssl/crypto/aes/
Daes_x86core.c82 #define U64(C) C##UI64 macro
85 #define U64(C) C##UL macro
88 #define U64(C) C##ULL macro
/external/llvm/unittests/ADT/
DStringRefTest.cpp361 uint64_t U64; in TEST() local
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h288 ULong U64; member