Home
last modified time | relevance | path

Searched refs:PRIX64 (Results 1 – 25 of 53) sorted by relevance

123

/external/libchrome/base/
Dunguessable_token.cc17 return base::StringPrintf("%016" PRIX64 "%016" PRIX64, high_, low_); in ToString()
/external/OpenCSD/decoder/source/
Dtrc_printable_elem.cpp41 #define PRIX64 __PRI64_PREFIX "X" macro
96 sprintf(szStrBuffer," ~[0x%" PRIX64 "]",value & updateMask); in getValStr()
/external/llvm-project/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp140 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/
DDataTypes.h186 #ifndef PRIX64
187 # define PRIX64 "I64X" macro
/external/llvm/include/llvm/Support/
DDataTypes.h186 #ifndef PRIX64
187 # define PRIX64 "I64X" macro
DDataTypes.h.cmake108 #define PRIX64 "I64X"
/external/mesa3d/src/panfrost/midgard/
Dmidgard_print_constant.c72 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/
DWin64EHDumper.cpp127 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()
DARMWinEHPrinter.cpp105 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/
DDataTypes.h108 #define PRIX64 "I64X" macro
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
DDataTypes.h108 #define PRIX64 "I64X" macro
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/
DDataTypes.h108 #define PRIX64 "I64X" macro
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
DDataTypes.h108 #define PRIX64 "I64X" macro
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py151 PRIX64 = "lX" variable
152 PRIX64 = "llX" variable
/external/OpenCL-CTS/test_conformance/computeinfo/
Dmain.cpp628 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/
Dloadmsgcat.c191 #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/
Dplatform.h103 #define PRIX64 __PRI_64_LENGTH_MODIFIER__ "X" macro
/external/capstone/include/capstone/
Dplatform.h115 #define PRIX64 __PRI_64_LENGTH_MODIFIER__ "X" macro
/external/llvm/lib/Support/
DScopedPrinter.cpp34 startLine() << format(" %04" PRIX64 ": ", uint64_t(addr)); in printBinaryImpl()
/external/python/pycparser/utils/fake_libc_include/
D_fake_defines.h59 #define PRIX64 "X" macro
/external/elfutils/tests/
Ddwfllines.c144 " time: %#" PRIX64 ", len: %" PRIu64 in main()
/external/llvm-project/libcxx/include/
Dcinttypes115 PRIX64
/external/libcxx/include/
Dcinttypes116 PRIX64
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp552 #ifndef PRIX64
553 #error PRIX64 not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp551 #ifndef PRIX64
552 #error PRIX64 not defined

123