Searched defs:PRId64 (Results 1 - 19 of 19) sorted by path

/external/bison/darwin-lib/
H A Dinttypes.h503 # if !defined PRId64 || 0
504 # undef PRId64 macro
505 # define PRId64 _PRI64_PREFIX "d" macro
613 # define PRIdLEAST64 PRId64
642 # define PRIdFAST8 PRId64
690 # define PRIdFAST16 PRId64
738 # define PRIdFAST32 PRId64
786 # define PRIdFAST64 PRId64
815 # define PRIdMAX PRId64
/external/bison/lib/
H A Dinttypes.in.h191 # if !defined PRId64 || @PRI_MACROS_BROKEN@
192 # undef PRId64 macro
193 # define PRId64 _PRI64_PREFIX "d" macro
301 # define PRIdLEAST64 PRId64
330 # define PRIdFAST8 PRId64
378 # define PRIdFAST16 PRId64
426 # define PRIdFAST32 PRId64
474 # define PRIdFAST64 PRId64
503 # define PRIdMAX PRId64
/external/bison/linux-lib/
H A Dinttypes.h503 # if !defined PRId64 || 0
504 # undef PRId64 macro
505 # define PRId64 _PRI64_PREFIX "d" macro
613 # define PRIdLEAST64 PRId64
642 # define PRIdFAST8 PRId64
690 # define PRIdFAST16 PRId64
738 # define PRIdFAST32 PRId64
786 # define PRIdFAST64 PRId64
815 # define PRIdMAX PRId64
/external/e2fsprogs/intl/
H A Dloadmsgcat.c171 #if !defined PRId64 || PRI_MACROS_BROKEN
172 # undef PRId64 macro
173 # define PRId64 (sizeof (long) == 8 ? "ld" : "lld") macro
269 # define PRIdLEAST64 PRId64
365 # define PRIdFAST64 PRId64
566 return PRId64;
/external/flac/include/share/
H A Dcompat.h124 # define PRId64 "lld" macro
140 # define PRId64 "I64d" macro
/external/libpcap/
H A Dportability.h175 #ifndef PRId64
177 #define PRId64 "I64d" macro
179 #define PRId64 "lld" macro
181 #endif /* PRId64 */
/external/libusb/msvc/
H A Dinttypes.h55 #define PRId64 "I64d" macro
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h58 #define PRId64 "I64d" macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h171 #ifndef PRId64
172 # define PRId64 "I64d" macro
/external/pdfium/third_party/libopenjpeg20/
H A Dopj_inttypes.h39 #define PRId64 "I64d" macro
/external/python/cpython2/Lib/plat-sunos5/
H A DTYPES.py111 PRId64 = "ld" variable
112 PRId64 = "lld" variable
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dffitest.h83 #define PRId64 "ld" macro
100 #define PRId64 "lld" macro
107 #define PRId64 "ld" macro
130 #define PRId64 "I64d" macro
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
H A DDataTypes.h103 #define PRId64 "I64d" macro
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
H A DDataTypes.h103 #define PRId64 "I64d" macro
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
H A DDataTypes.h103 #define PRId64 "I64d" macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h171 #ifndef PRId64
172 # define PRId64 "I64d" macro
/external/syslinux/com32/include/
H A Dinttypes.h29 #define PRId64 __PRI64_RANK "d" macro
/external/tcpdump/
H A Dnetdissect-stdinc.h94 #ifndef PRId64
95 #define PRId64 "I64d" macro
120 #ifndef PRId64
121 #define PRId64 "lld" macro
/external/webrtc/webrtc/base/
H A Dformat_macros.h19 // printf("xyz:%" PRId64, value);
31 #if (defined(_INTTYPES_H) || defined(_INTTYPES_H_)) && !defined(PRId64)
78 #if !defined(PRId64)
79 #define PRId64 "I64d" macro

Completed in 489 milliseconds