Searched defs:PRIo64 (Results 1 - 7 of 7) sorted by relevance

/external/tcpdump/missing/
H A Dbittypes.h95 #ifndef PRIo64
97 #define PRIo64 "I64o" macro
99 #define PRIo64 "llo" macro
101 #endif /* PRIo64 */
/external/llvm/include/llvm/Support/
H A DDataTypes.h177 #ifndef PRIo64
178 # define PRIo64 "I64o" macro
/external/tcpdump/
H A Dacconfig.h111 #undef PRIo64 macro
/external/e2fsprogs/intl/
H A Dloadmsgcat.c179 #if !defined PRIo64 || PRI_MACROS_BROKEN
180 # undef PRIo64 macro
181 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo") macro
277 # define PRIoLEAST64 PRIo64
373 # define PRIoFAST64 PRIo64
570 return PRIo64;
/external/qemu/
H A Dqemu-common.h117 #define PRIo64 "I64o" macro
/external/mesa3d/include/c99/
H A Dinttypes.h131 #define PRIo64 "I64o" macro
/external/webkit/Source/JavaScriptCore/os-win32/
H A Dinttypes.h126 #define PRIo64 "I64o" macro

Completed in 275 milliseconds