Searched defs:PRIi64 (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dopj_inttypes.h40 #define PRIi64 "I64i" macro
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
H A DDataTypes.h104 #define PRIi64 "I64i" macro
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
H A DDataTypes.h104 #define PRIi64 "I64i" macro
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
H A DDataTypes.h104 #define PRIi64 "I64i" macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h174 #ifndef PRIi64
175 # define PRIi64 "I64i" macro
/external/e2fsprogs/intl/
H A Dloadmsgcat.c175 #if !defined PRIi64 || PRI_MACROS_BROKEN
176 # undef PRIi64 macro
177 # define PRIi64 (sizeof (long) == 8 ? "li" : "lli") macro
273 # define PRIiLEAST64 PRIi64
369 # define PRIiFAST64 PRIi64
568 return PRIi64;
/external/libusb/msvc/
H A Dinttypes.h72 #define PRIi64 "I64i" macro
/external/syslinux/com32/include/
H A Dinttypes.h47 #define PRIi64 __PRI64_RANK "i" macro
/external/bison/darwin-lib/
H A Dinttypes.h507 # if !defined PRIi64 || 0
508 # undef PRIi64 macro
509 # define PRIi64 _PRI64_PREFIX "i" macro
617 # define PRIiLEAST64 PRIi64
650 # define PRIiFAST8 PRIi64
698 # define PRIiFAST16 PRIi64
746 # define PRIiFAST32 PRIi64
790 # define PRIiFAST64 PRIi64
823 # define PRIiMAX PRIi64
/external/bison/lib/
H A Dinttypes.in.h195 # if !defined PRIi64 || @PRI_MACROS_BROKEN@
196 # undef PRIi64 macro
197 # define PRIi64 _PRI64_PREFIX "i" macro
305 # define PRIiLEAST64 PRIi64
338 # define PRIiFAST8 PRIi64
386 # define PRIiFAST16 PRIi64
434 # define PRIiFAST32 PRIi64
478 # define PRIiFAST64 PRIi64
511 # define PRIiMAX PRIi64
/external/bison/linux-lib/
H A Dinttypes.h507 # if !defined PRIi64 || 0
508 # undef PRIi64 macro
509 # define PRIi64 _PRI64_PREFIX "i" macro
617 # define PRIiLEAST64 PRIi64
650 # define PRIiFAST8 PRIi64
698 # define PRIiFAST16 PRIi64
746 # define PRIiFAST32 PRIi64
790 # define PRIiFAST64 PRIi64
823 # define PRIiMAX PRIi64
/external/python/cpython2/Lib/plat-sunos5/
H A DTYPES.py121 PRIi64 = "li" variable
122 PRIi64 = "lli" variable

Completed in 2420 milliseconds