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

/external/open-vcdiff/gflags/src/windows/
H A Dport.h69 #define PRId32 "d" macro
/external/chromium_org/third_party/libusb/src/msvc/
H A Dinttypes.h54 #define PRId32 "d" macro
/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/bison/darwin-lib/
H A Dinttypes.h459 #if !defined PRId32 || 0
460 # undef PRId32 macro
462 # define PRId32 "d" macro
/external/bison/lib/
H A Dinttypes.in.h147 #if !defined PRId32 || @PRI_MACROS_BROKEN@
148 # undef PRId32 macro
150 # define PRId32 "d" macro
/external/bison/linux-lib/
H A Dinttypes.h459 #if !defined PRId32 || 0
460 # undef PRId32 macro
462 # define PRId32 "d" macro
/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/chromium_org/third_party/WebKit/Source/wtf/os-win32/
H A Dinttypes.h66 #define PRId32 "d" macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dinttypes.h71 #define PRId32 "I32d" macro
/external/mesa3d/include/c99/
H A Dinttypes.h71 #define PRId32 "I32d" macro
/external/open-vcdiff/gflags/src/
H A Dgflags.cc135 // If we have inttypes.h, it will have defined PRId32/etc for us. If
137 #ifndef PRId32
138 # define PRId32 "d" macro
361 snprintf(intbuf, sizeof(intbuf), "%"PRId32, VALUE_AS(int32));

Completed in 472 milliseconds