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

/external/chromium/base/
H A Dformat_macros.h44 #define WidePRIx64 PRIx64
60 #if !defined(PRIx64)
61 #define PRIx64 "I64x" macro
/external/tcpdump/missing/
H A Dbittypes.h103 #ifndef PRIx64
105 #define PRIx64 "I64x" macro
107 #define PRIx64 "llx" macro
109 #endif /* PRIx64 */
/external/qemu/android/utils/
H A Dsystem.h174 #ifndef PRIx64
175 # define PRIx64 "llx" macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h183 #ifndef PRIx64
184 # define PRIx64 "I64x" macro
/external/qemu/
H A Ddisas.c52 "Address 0x%" PRIx64 " is out of bounds.\n", memaddr); local
65 (*info->fprintf_func) (info->stream, "0x%" PRIx64, addr);
H A Dqemu-common.h115 #define PRIx64 "I64x" macro
/external/tcpdump/
H A Dacconfig.h112 #undef PRIx64 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/mesa3d/include/c99/
H A Dinttypes.h133 #define PRIx64 "I64x" macro
/external/webkit/Source/JavaScriptCore/os-win32/
H A Dinttypes.h128 #define PRIx64 "I64x" macro

Completed in 294 milliseconds