Home
last modified time | relevance | path

Searched defs:U64 (Results 1 – 11 of 11) 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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/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/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.cpp417 uint64_t U64; in TEST() local
501 unsigned long long U64; in TEST() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1921 SDNode *U64 = DAG.getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, in lowerBITCAST() local
1935 SDNode *U64 = DAG.getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, MVT::f64); in lowerBITCAST() local
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h298 ULong U64; member