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

/external/e2fsprogs/intl/
H A Dloadmsgcat.c147 #if !defined PRId32 || PRI_MACROS_BROKEN
148 # undef PRId32 macro
149 # define PRId32 "d" macro
550 return PRId32;
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags.cc134 // If we have inttypes.h, it will have defined PRId32/etc for us. If
136 #ifndef PRId32
137 # define PRId32 "d" macro
361 snprintf(intbuf, sizeof(intbuf), "%"PRId32, VALUE_AS(int32));
/external/mesa3d/include/c99/
H A Dinttypes.h71 #define PRId32 "I32d" macro
/external/webkit/Source/JavaScriptCore/os-win32/
H A Dinttypes.h66 #define PRId32 "I32d" macro

Completed in 109 milliseconds