Searched defs:PRIx64 (Results 1 - 20 of 20) 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/Win32/Include/
H A Dbittypes.h73 #ifndef PRIx64
75 #define PRIx64 "I64x" macro
77 #define PRIx64 "llx" macro
79 #endif /* PRIx64 */
/external/flac/include/share/
H A Dcompat.h125 # define PRIx64 "llx" macro
141 # 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-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/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 Dtcpdump-stdinc.h104 #ifndef PRIx64
105 #define PRIx64 "I64x" macro
130 #ifndef PRIx64
131 #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/bison/darwin-lib/
H A Dinttypes.h528 # if !defined PRIx64 || 0
529 # undef PRIx64 macro
530 # define PRIx64 _PRIu64_PREFIX "x" macro
631 # define PRIxLEAST64 PRIx64
674 # define PRIxFAST8 PRIx64
722 # define PRIxFAST16 PRIx64
770 # define PRIxFAST32 PRIx64
804 # define PRIxFAST64 PRIx64
847 # define PRIxMAX PRIx64
/external/bison/lib/
H A Dinttypes.in.h216 # if !defined PRIx64 || @PRI_MACROS_BROKEN@
217 # undef PRIx64 macro
218 # define PRIx64 _PRIu64_PREFIX "x" macro
319 # define PRIxLEAST64 PRIx64
362 # define PRIxFAST8 PRIx64
410 # define PRIxFAST16 PRIx64
458 # define PRIxFAST32 PRIx64
492 # define PRIxFAST64 PRIx64
535 # define PRIxMAX PRIx64
/external/bison/linux-lib/
H A Dinttypes.h528 # if !defined PRIx64 || 0
529 # undef PRIx64 macro
530 # define PRIx64 _PRIu64_PREFIX "x" macro
631 # define PRIxLEAST64 PRIx64
674 # define PRIxFAST8 PRIx64
722 # define PRIxFAST16 PRIx64
770 # define PRIxFAST32 PRIx64
804 # define PRIxFAST64 PRIx64
847 # define PRIxMAX PRIx64
/external/mesa3d/include/c99/
H A Dinttypes.h133 #define PRIx64 "I64x" macro

Completed in 696 milliseconds