Searched defs:PRIu64 (Results 1 - 20 of 20) sorted by last modified time

/external/tcpdump/win32/Include/
H A Dbittypes.h81 #ifndef PRIu64
83 #define PRIu64 "I64u" macro
85 #define PRIu64 "llu" macro
87 #endif /* PRIu64 */
/external/qemu/android/utils/
H A Dsystem.h169 #ifndef PRIu64
170 # define PRIu64 "llu" macro
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_inttypes.h41 #define PRIu64 "I64u" macro
/external/mesa3d/include/c99/
H A Dinttypes.h132 #define PRIu64 "I64u" macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h180 #ifndef PRIu64
181 # define PRIu64 "I64u" macro
/external/libpcap/Win32/Include/
H A Dbittypes.h81 #ifndef PRIu64
83 #define PRIu64 "I64u" macro
85 #define PRIu64 "llu" macro
87 #endif /* PRIu64 */
/external/jemalloc/include/msvc_compat/C99/
H A Dinttypes.h140 #define PRIu64 __PRI64_PREFIX "u" 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/compiler-rt/SDKs/darwin/usr/include/
H A Dinttypes.h44 #define PRIu64 __INTTYPE_PRI64__ "u" macro
/external/compiler-rt/lib/profile/
H A DInstrProfiling.h18 #define PRIu64 "llu" macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dinttypes.h132 #define PRIu64 "I64u" 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/base/
H A Dbasictypes.h103 #ifndef PRIu64
104 #define PRIu64 "llu" 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/base/
H A Dbasictypes.h103 #ifndef PRIu64
104 #define PRIu64 "llu" macro
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h333 #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
83 #if !defined(PRIu64)
84 #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

Completed in 3627 milliseconds