Searched defs:PRIx64 (Results 1 - 23 of 23) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dopj_inttypes.h42 #define PRIx64 "I64x" macro
/external/webrtc/webrtc/base/
H A Dformat_macros.h86 #if !defined(PRIx64)
87 #define PRIx64 "I64x" macro
/external/google-breakpad/src/google_breakpad/common/
H A Dbreakpad_types.h79 /* Try to get PRIx64 from inttypes.h, but if it's not defined, fall back to
82 #ifndef PRIx64
83 #define PRIx64 "llx" macro
84 #endif /* !PRIx64 */
/external/libpcap/
H A Dportability.h191 #ifndef PRIx64
193 #define PRIx64 "I64x" macro
195 #define PRIx64 "llx" macro
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
H A DDataTypes.h107 #define PRIx64 "I64x" macro
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
H A DDataTypes.h107 #define PRIx64 "I64x" macro
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
H A DDataTypes.h107 #define PRIx64 "I64x" macro
/external/flac/include/share/
H A Dcompat.h127 # define PRIx64 "llx" macro
143 # define PRIx64 "I64x" macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataTypes.h171 #ifndef PRIx64
172 # define PRIx64 "I64x" macro
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
H A DDataTypes.h170 #ifndef PRIx64
171 # define PRIx64 "I64x" macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
H A DDataTypes.h170 #ifndef PRIx64
171 # define PRIx64 "I64x" macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
H A DDataTypes.h170 #ifndef PRIx64
171 # define PRIx64 "I64x" macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
H A DDataTypes.h170 #ifndef PRIx64
171 # define PRIx64 "I64x" macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h178 # define PRIx64 "I64o" macro
183 #ifndef PRIx64
184 # define PRIx64 "I64x" macro
/external/capstone/include/
H A Dplatform.h102 #define PRIx64 __PRI_64_LENGTH_MODIFIER__ "x" macro
/external/google-breakpad/src/processor/
H A Ddump_context.cc41 #define PRIx64 "llx" macro
361 printf(" float_save.fpregs[%2d] = 0x%" PRIx64 "\n",
369 // PRIx64 as two 64-bit quantities requires knowledge of the CPU's
381 printf(" context_flags = 0x%" PRIx64 "\n",
383 printf(" srr0 = 0x%" PRIx64 "\n",
385 printf(" srr1 = 0x%" PRIx64 "\n",
390 printf(" gpr[%2d] = 0x%" PRIx64 "\n",
393 printf(" cr = 0x%" PRIx64 "\n", context_ppc64->cr);
394 printf(" xer = 0x%" PRIx64 "\n",
396 printf(" lr = 0x%" PRIx64 "\
[all...]
H A Dminidump.cc47 #define PRIx64 "llx" macro
1500 printf(" teb = 0x%" PRIx64 "\n", thread_.teb);
1501 printf(" stack.start_of_memory_range = 0x%" PRIx64 "\n",
2287 printf(" base_of_image = 0x%" PRIx64 "\n",
2868 printf(" start_of_memory_range = 0x%" PRIx64 "\n",
3000 printf(" exception_record.exception_record = 0x%" PRIx64 "\n",
3002 printf(" exception_record.exception_address = 0x%" PRIx64 "\n",
3009 printf(" exception_record.exception_information[%2d] = 0x%" PRIx64 "\n",
3368 printf(" cpu.other_cpu_info.processor_features[%d] = 0x%" PRIx64 "\n",
3777 printf(" base_address = 0x%" PRIx64 "\
[all...]
/external/llvm/include/llvm/Support/
H A DDataTypes.h183 #ifndef PRIx64
184 # define PRIx64 "I64x" macro
/external/tcpdump/
H A Dnetdissect-stdinc.h106 #ifndef PRIx64
107 #define PRIx64 "I64x" macro
132 #ifndef PRIx64
133 #define PRIx64 "llx" macro
/external/e2fsprogs/intl/
H A Dloadmsgcat.c187 #if !defined PRIx64 || PRI_MACROS_BROKEN
188 # undef PRIx64 macro
189 # define PRIx64 (sizeof (long) == 8 ? "lx" : "llx") macro
285 # define PRIxLEAST64 PRIx64
381 # define PRIxFAST64 PRIx64
574 return PRIx64;
/external/libusb/msvc/
H A Dinttypes.h125 #define PRIx64 "I64x" macro
/external/syslinux/com32/include/
H A Dinttypes.h101 #define PRIx64 __PRI64_RANK "x" macro
/external/python/cpython2/Lib/plat-sunos5/
H A DTYPES.py141 PRIx64 = "lx" variable
142 PRIx64 = "llx" variable

Completed in 2285 milliseconds