Home
last modified time | relevance | path

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

/external/openssl/crypto/sha/
Dsha.h163 #define U64(C) C##UI64 macro
166 #define U64(C) C##UL macro
169 #define U64(C) C##ULL macro
/external/openssl/include/openssl/
Dsha.h163 #define U64(C) C##UI64 macro
166 #define U64(C) C##UL macro
169 #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/valgrind/main/VEX/pub/
Dlibvex_ir.h284 ULong U64; member