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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_inttypes.h42 #define PRIx64 "I64x" macro
/external/chromium_org/base/
H A Dformat_macros.h43 #define WidePRIx64 PRIx64
87 #if !defined(PRIx64)
88 #define PRIx64 "I64x" macro
/external/libpcap/Win32/Include/
H A Dbittypes.h73 #ifndef PRIx64
75 #define PRIx64 "I64x" macro
77 #define PRIx64 "llx" macro
79 #endif /* PRIx64 */
/external/tcpdump/win32/Include/
H A Dbittypes.h73 #ifndef PRIx64
75 #define PRIx64 "I64x" macro
77 #define PRIx64 "llx" macro
79 #endif /* PRIx64 */
/external/qemu/android/utils/
H A Dsystem.h166 #ifndef PRIx64
167 # define PRIx64 "llx" macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dbasictypes.h91 #ifndef PRIx64
92 #define PRIx64 "llx" macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h91 #ifndef PRIx64
92 #define PRIx64 "llx" macro
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dinttypes.h49 #define PRIx64 __INTTYPE_PRI64__ "x" macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h183 #ifndef PRIx64
184 # define PRIx64 "I64x" macro
/external/qemu/
H A Ddisas.c58 "Address 0x%" PRIx64 " is out of bounds.\n", memaddr); local
71 (*info->fprintf_func) (info->stream, "0x%" PRIx64, addr);
/external/chromium_org/third_party/libusb/src/msvc/
H A Dinttypes.h125 #define PRIx64 "I64x" macro
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h332 #define PRIx64 "I64x" macro
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h329 #define PRIx64 "I64x" 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/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/chromium_org/third_party/mesa/src/include/c99/
H A Dinttypes.h133 #define PRIx64 "I64x" macro
/external/jemalloc/include/msvc_compat/C99/
H A Dinttypes.h141 #define PRIx64 __PRI64_PREFIX "x" macro
/external/mesa3d/include/c99/
H A Dinttypes.h133 #define PRIx64 "I64x" macro

Completed in 2674 milliseconds