Searched defs:PRIu64 (Results 1 - 23 of 23) 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/chromium_org/base/
H A Dformat_macros.h13 // The "d" in the macro corresponds to %d; you can also use PRIu64 etc.
42 #define WidePRIu64 PRIu64
55 #if !defined(PRIu64)
56 #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/open-vcdiff/gflags/src/windows/
H A Dport.h72 #define PRIu64 "I64u" macro
/external/qemu/android/utils/
H A Dsystem.h177 #ifndef PRIu64
178 # define PRIu64 "llu" macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dbasictypes.h103 #ifndef PRIu64
104 #define PRIu64 "llu" macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h103 #ifndef PRIu64
104 #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/chromium_org/third_party/libusb/src/msvc/
H A Dinttypes.h107 #define PRIu64 "I64u" macro
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h336 #define PRIu64 "I64u" macro
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h333 #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;
/external/qemu/
H A Dqemu-common.h116 #define PRIu64 "I64u" macro
/external/bison/darwin-lib/
H A Dinttypes.h524 # if !defined PRIu64 || 0
525 # undef PRIu64 macro
526 # define PRIu64 _PRIu64_PREFIX "u" macro
627 # define PRIuLEAST64 PRIu64
666 # define PRIuFAST8 PRIu64
714 # define PRIuFAST16 PRIu64
762 # define PRIuFAST32 PRIu64
800 # define PRIuFAST64 PRIu64
839 # define PRIuMAX PRIu64
/external/bison/lib/
H A Dinttypes.in.h212 # if !defined PRIu64 || @PRI_MACROS_BROKEN@
213 # undef PRIu64 macro
214 # define PRIu64 _PRIu64_PREFIX "u" macro
315 # define PRIuLEAST64 PRIu64
354 # define PRIuFAST8 PRIu64
402 # define PRIuFAST16 PRIu64
450 # define PRIuFAST32 PRIu64
488 # define PRIuFAST64 PRIu64
527 # define PRIuMAX PRIu64
/external/bison/linux-lib/
H A Dinttypes.h524 # if !defined PRIu64 || 0
525 # undef PRIu64 macro
526 # define PRIu64 _PRIu64_PREFIX "u" macro
627 # define PRIuLEAST64 PRIu64
666 # define PRIuFAST8 PRIu64
714 # define PRIuFAST16 PRIu64
762 # define PRIuFAST32 PRIu64
800 # define PRIuFAST64 PRIu64
839 # define PRIuMAX PRIu64
/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/chromium_org/third_party/WebKit/Source/wtf/os-win32/
H A Dinttypes.h127 #define PRIu64 "llu" macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dinttypes.h132 #define PRIu64 "I64u" macro
/external/mesa3d/include/c99/
H A Dinttypes.h132 #define PRIu64 "I64u" macro
/external/open-vcdiff/gflags/src/
H A Dgflags.cc143 #ifndef PRIu64
144 # define PRIu64 "llu" macro
367 snprintf(intbuf, sizeof(intbuf), "%"PRIu64, VALUE_AS(uint64));
/external/strace/
H A Dfile.c230 # define PRIu64 "llu" macro
2607 tprintf("%s{d_ino=%" PRIu64 ", d_off=%" PRId64 ", ",

Completed in 840 milliseconds