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

/external/llvm/unittests/ADT/
H A DStringRefTest.cpp361 uint64_t U64; local
385 bool U64Success = StringRef(Unsigned[i].Str).getAsInteger(0, U64);
388 EXPECT_EQ(U64, Unsigned[i].Expected);
/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/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/valgrind/main/VEX/pub/
H A Dlibvex_ir.h288 ULong U64; member in union:_IRConst::__anon12050

Completed in 179 milliseconds