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

/external/pdfium/third_party/libopenjpeg20/
H A Dopj_inttypes.h41 #define PRIu64 "I64u" macro
/external/webrtc/webrtc/base/
H A Dformat_macros.h20 // The "d" in the macro corresponds to %d; you can also use PRIu64 etc.
82 #if !defined(PRIu64)
83 #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/clang/test/CoverageMapping/
H A Dmacro-expressions.cpp13 #define PRIu64 PRI_64_LENGTH_MODIFIER "u" macro
87 (void)(i ? PRIo64 : PRIu64);
/external/flac/include/share/
H A Dcompat.h123 # define PRIu64 "llu" macro
139 # define PRIu64 "I64u" macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h180 #ifndef PRIu64
181 # define PRIu64 "I64u" macro
/external/tcpdump/
H A Dtcpdump-stdinc.h100 #ifndef PRIu64
101 #define PRIu64 "I64u" macro
126 #ifndef PRIu64
127 #define PRIu64 "llu" 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/libusb/msvc/
H A Dinttypes.h107 #define PRIu64 "I64u" macro
/external/syslinux/com32/include/
H A Dinttypes.h83 #define PRIu64 __PRI64_RANK "u" 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/mesa3d/include/c99/
H A Dinttypes.h132 #define PRIu64 "I64u" macro

Completed in 518 milliseconds