Searched defs:PRIu64 (Results 1 - 4 of 4) sorted by relevance

/external/tcpdump/missing/
H A Dbittypes.h111 #ifndef PRIu64
113 #define PRIu64 "I64u" macro
115 #define PRIu64 "llu" macro
117 #endif /* PRIu64 */
/external/tcpdump/
H A Dacconfig.h113 #undef PRIu64 macro
/external/qemu/
H A Dqemu-common.h68 #define PRIu64 "I64u" macro
/external/e2fsprogs/intl/
H A Dloadmsgcat.c183 #if !defined PRIu64 || PRI_MACROS_BROKEN
184 # undef PRIu64 macro
185 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu") macro
281 # define PRIuLEAST64 PRIu64
377 # define PRIuFAST64 PRIu64
572 return PRIu64;

Completed in 66 milliseconds