/external/open-vcdiff/gflags/src/windows/ |
H A D | port.h | 69 #define PRId32 "d" macro
|
/external/elfutils/libasm/ |
H A D | asm_addint8.c | 73 fprintf (asmscn->ctx->out.file, "\t.long\t%" PRId32 "\n", 82 "\t.long\t%" PRId32 "\n\t.long\t%" PRId32 "\n",
|
H A D | asm_addsleb128.c | 52 fprintf (asmscn->ctx->out.file, "\t.sleb128\t%" PRId32 "\n", num);
|
H A D | asm_align.c | 57 fprintf (asmscn->ctx->out.file, "\t.align %" PRId32 ", ",
|
/external/elfutils/tests/ |
H A D | sectiondump.c | 102 "type = %" PRId32 "\n" 107 "link = %" PRId32 "\n"
|
H A D | asm-tst9.c | 146 printf ("cannot insert sleb %" PRId32 ": %s\n", 160 printf ("cannot insert sleb %" PRId32 ": %s\n",
|
/external/chromium_org/third_party/WebKit/Source/wtf/os-win32/ |
H A D | inttypes.h | 64 #define PRId32 "d" macro
|
/external/chromium_org/third_party/libusb/src/msvc/ |
H A D | inttypes.h | 54 #define PRId32 "d" macro
|
/external/chromium_org/third_party/mesa/src/include/c99/ |
H A D | inttypes.h | 71 #define PRId32 "I32d" macro
|
/external/mesa3d/include/c99/ |
H A D | inttypes.h | 71 #define PRId32 "I32d" macro
|
/external/bison/lib/ |
H A D | inttypes.in.h | 147 #if !defined PRId32 || @PRI_MACROS_BROKEN@ 148 # undef PRId32 macro 150 # define PRId32 "d" macro
|
/external/e2fsprogs/intl/ |
H A D | loadmsgcat.c | 147 #if !defined PRId32 || PRI_MACROS_BROKEN 148 # undef PRId32 macro 149 # define PRId32 "d" macro 550 return PRId32;
|
/external/bison/darwin-lib/ |
H A D | inttypes.h | 459 #if !defined PRId32 || 0 460 # undef PRId32 macro 462 # define PRId32 "d" macro
|
/external/bison/linux-lib/ |
H A D | inttypes.h | 459 #if !defined PRId32 || 0 460 # undef PRId32 macro 462 # define PRId32 "d" macro
|
/external/chromium/sdch/open-vcdiff/src/ |
H A D | gflags.cc | 134 // 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/open-vcdiff/gflags/src/ |
H A D | gflags.cc | 135 // 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));
|
/external/qemu/tcg/ |
H A D | tcg.h | 32 #define TCG_PRIld PRId32
|
/external/elfutils/src/ |
H A D | readelf.c | 888 " %2" PRId64 " %-5s %2" PRId32 " %3" PRId32 3862 printf ("%*s[%4" PRIuMAX "] %s %" PRId32 "\n", 5435 DO_TYPE (WORD, Word, "0x%.8" PRIx32, "%" PRId32, 11); \ 5436 DO_TYPE (SWORD, Sword, "%" PRId32, "%" PRId32, 11); \ 5772 BITS (32, WORD, "%11" PRId32, " 0x%.8" PRIx32, 11); \ 6113 printf (gettext (" %-13.*s %9" PRId32 " %s\n"),
|
/external/qemu/block/ |
H A D | qcow2-refcount.c | 330 fprintf(stderr, "qcow2: Grow refcount table %" PRId32 " => %" PRId64 "\n",
|
/external/e2fsprogs/ |
H A D | configure | 7246 #ifdef PRId32 7247 char *p = PRId32;
|