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

/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/mesa3d/include/c99/
H A Dinttypes.h79 #define PRIi64 "I64i" macro
/external/webkit/Source/JavaScriptCore/os-win32/
H A Dinttypes.h74 #define PRIi64 "I64i" macro

Completed in 21 milliseconds