Searched defs:U64 (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/sha/
H A 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/
H A Dsha.h173 #define U64(C) C##UI64 macro
176 #define U64(C) C##UL macro
179 #define U64(C) C##ULL macro
/external/llvm/unittests/ADT/
H A DStringRefTest.cpp389 uint64_t U64; local
413 bool U64Success = StringRef(Unsigned[i].Str).getAsInteger(0, U64);
416 EXPECT_EQ(U64, Unsigned[i].Expected);
473 unsigned long long U64; local
475 bool IsBadNumber = StringRef(BadStrings[i]).getAsInteger(0, U64);
/external/openssl/crypto/sha/
H A Dsha.h173 #define U64(C) C##UI64 macro
176 #define U64(C) C##UL macro
179 #define U64(C) C##ULL macro
/external/openssl/include/openssl/
H A 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/aes/
H A Daes_x86core.c82 #define U64(C) C##UI64 macro
85 #define U64(C) C##UL macro
88 #define U64(C) C##ULL macro
131 U64(0xa56363c6a56363c6), U64(0x847c7cf8847c7cf8),
132 U64(0x997777ee997777ee), U64(0x8d7b7bf68d7b7bf6),
133 U64(0x0df2f2ff0df2f2ff), U64(0xbd6b6bd6bd6b6bd6),
134 U64(
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/modes/
H A 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/
H A Daes_x86core.c82 #define U64(C) C##UI64 macro
85 #define U64(C) C##UL macro
88 #define U64(C) C##ULL macro
131 U64(0xa56363c6a56363c6), U64(0x847c7cf8847c7cf8),
132 U64(0x997777ee997777ee), U64(0x8d7b7bf68d7b7bf6),
133 U64(0x0df2f2ff0df2f2ff), U64(0xbd6b6bd6bd6b6bd6),
134 U64(
[all...]
/external/openssl/crypto/modes/
H A Dmodes_lcl.h14 #define U64(C) C##UI64 macro
18 #define U64(C) C##UL macro
22 #define U64(C) C##ULL macro
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1278 SDNode *U64 = DAG.getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, MVT::f64); local
1280 MVT::f64, SDValue(U64, 0), In, SubReg32);
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h294 ULong U64; member in union:_IRConst::__anon27920

Completed in 261 milliseconds