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

/external/chromium/base/
H A Dformat_macros.h14 // The "d" in the macro corresponds to %d; you can also use PRIu64 etc.
43 #define WidePRIu64 PRIu64
56 #if !defined(PRIu64)
57 #define PRIu64 "I64u" macro
/external/tcpdump/missing/
H A Dbittypes.h111 #ifndef PRIu64
113 #define PRIu64 "I64u" macro
115 #define PRIu64 "llu" macro
117 #endif /* PRIu64 */
/external/qemu/android/utils/
H A Dsystem.h177 #ifndef PRIu64
178 # define PRIu64 "llu" macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h180 #ifndef PRIu64
181 # define PRIu64 "I64u" macro
/external/tcpdump/
H A Dacconfig.h113 #undef PRIu64 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;
/external/qemu/
H A Dqemu-common.h116 #define PRIu64 "I64u" macro
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags.cc142 #ifndef PRIu64
143 # define PRIu64 "llu" macro
367 snprintf(intbuf, sizeof(intbuf), "%"PRIu64, VALUE_AS(uint64));
/external/mesa3d/include/c99/
H A Dinttypes.h132 #define PRIu64 "I64u" macro
/external/webkit/Source/JavaScriptCore/os-win32/
H A Dinttypes.h127 #define PRIu64 "I64u" macro
/external/strace/
H A Dfile.c230 # define PRIu64 "llu" macro
2607 tprintf("%s{d_ino=%" PRIu64 ", d_off=%" PRId64 ", ",

Completed in 277 milliseconds