/external/libchrome/base/ |
D | unguessable_token.cc | 17 return base::StringPrintf("%016" PRIX64 "%016" PRIX64, high_, low_); in ToString()
|
/external/OpenCSD/decoder/source/ |
D | trc_printable_elem.cpp | 41 #define PRIX64 __PRI64_PREFIX "X" macro 96 sprintf(szStrBuffer," ~[0x%" PRIX64 "]",value & updateMask); in getValStr()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 140 OS << format(" +0x%X (0x%" PRIX64 ")", Displacement, Offset); in formatSymbol() 142 OS << format(" (0x%" PRIX64 ")", Offset); in formatSymbol() 153 OS << format(" (0x%" PRIX64 ")", Ctx.COFF.getImageBase() + Displacement); in formatSymbol() 161 OS << format("(0x%" PRIX64 ")", Ctx.COFF.getImageBase() + Displacement); in formatSymbol() 163 OS << format("(0x%" PRIX64 ")", Offset); in formatSymbol()
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 186 #ifndef PRIX64 187 # define PRIX64 "I64X" macro
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 186 #ifndef PRIX64 187 # define PRIX64 "I64X" macro
|
D | DataTypes.h.cmake | 108 #define PRIX64 "I64X"
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_print_constant.c | 72 fprintf(fp, "0x%"PRIX64, consts->u64[c]); in mir_print_constant_component() 103 fprintf(fp, is_uint ? "%"PRIu64 : "0x%"PRIX64, v); in mir_print_constant_component()
|
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 127 OS << format(" +0x%X (0x%" PRIX64 ")", Displacement, Offset); in formatSymbol() 129 OS << format(" (0x%" PRIX64 ")", Offset); in formatSymbol() 137 OS << format(" (0x%" PRIX64 ")", Offset); in formatSymbol()
|
D | ARMWinEHPrinter.cpp | 105 OS << format("+0x%X (0x%" PRIX64 ")", Offset, Address); in formatSymbol() 107 OS << format("(0x%" PRIX64 ")", Address); in formatSymbol() 109 OS << format("0x%" PRIX64, Address); in formatSymbol()
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/ |
D | DataTypes.h | 108 #define PRIX64 "I64X" macro
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/ |
D | DataTypes.h | 108 #define PRIX64 "I64X" macro
|
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/ |
D | DataTypes.h | 108 #define PRIX64 "I64X" macro
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/ |
D | DataTypes.h | 108 #define PRIX64 "I64X" macro
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 151 PRIX64 = "lX" variable 152 PRIX64 = "llX" variable
|
/external/OpenCL-CTS/test_conformance/computeinfo/ |
D | main.cpp | 628 log_info("WARNING: %s unknown bits found 0x%08" PRIX64, in dumpConfigInfo() 658 log_info("WARNING: %s unknown bits found 0x%08" PRIX64, in dumpConfigInfo() 712 log_info("WARNING: %s unknown bits found 0x%08" PRIX64, in dumpConfigInfo() 731 log_info("WARNING: %s unknown bits found 0x%08" PRIX64, in dumpConfigInfo() 777 "ERROR: %s unknown bits found 0x%08" PRIX64, in dumpConfigInfo() 824 "WARNING: %s unknown bits found 0x%08" PRIX64, in dumpConfigInfo() 845 log_info("WARNING: %s unknown bits found 0x%08" PRIX64, in dumpConfigInfo() 891 log_info("WARNING: %s unknown bits found 0x%08" PRIX64, in dumpConfigInfo()
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 191 #if !defined PRIX64 || PRI_MACROS_BROKEN 192 # undef PRIX64 193 # define PRIX64 (sizeof (long) == 8 ? "lX" : "llX") macro 289 # define PRIXLEAST64 PRIX64 385 # define PRIXFAST64 PRIX64 576 return PRIX64; in get_sysdep_segment_value()
|
/external/capstone/include/ |
D | platform.h | 103 #define PRIX64 __PRI_64_LENGTH_MODIFIER__ "X" macro
|
/external/capstone/include/capstone/ |
D | platform.h | 115 #define PRIX64 __PRI_64_LENGTH_MODIFIER__ "X" macro
|
/external/llvm/lib/Support/ |
D | ScopedPrinter.cpp | 34 startLine() << format(" %04" PRIX64 ": ", uint64_t(addr)); in printBinaryImpl()
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_defines.h | 59 #define PRIX64 "X" macro
|
/external/elfutils/tests/ |
D | dwfllines.c | 144 " time: %#" PRIX64 ", len: %" PRIu64 in main()
|
/external/llvm-project/libcxx/include/ |
D | cinttypes | 115 PRIX64
|
/external/libcxx/include/ |
D | cinttypes | 116 PRIX64
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 552 #ifndef PRIX64 553 #error PRIX64 not defined
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 551 #ifndef PRIX64 552 #error PRIX64 not defined
|