Searched refs:PRId32 (Results 1 - 20 of 20) sorted by relevance

/external/open-vcdiff/gflags/src/windows/
H A Dport.h69 #define PRId32 "d" macro
/external/elfutils/libasm/
H A Dasm_addint8.c73 fprintf (asmscn->ctx->out.file, "\t.long\t%" PRId32 "\n",
82 "\t.long\t%" PRId32 "\n\t.long\t%" PRId32 "\n",
H A Dasm_addsleb128.c52 fprintf (asmscn->ctx->out.file, "\t.sleb128\t%" PRId32 "\n", num);
H A Dasm_align.c57 fprintf (asmscn->ctx->out.file, "\t.align %" PRId32 ", ",
/external/elfutils/tests/
H A Dsectiondump.c102 "type = %" PRId32 "\n"
107 "link = %" PRId32 "\n"
H A Dasm-tst9.c146 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 Dinttypes.h64 #define PRId32 "d" macro
/external/chromium_org/third_party/libusb/src/msvc/
H A Dinttypes.h54 #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/bison/lib/
H A Dinttypes.in.h147 #if !defined PRId32 || @PRI_MACROS_BROKEN@
148 # undef PRId32 macro
150 # 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/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/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));
/external/qemu/tcg/
H A Dtcg.h32 #define TCG_PRIld PRId32
/external/elfutils/src/
H A Dreadelf.c888 " %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 Dqcow2-refcount.c330 fprintf(stderr, "qcow2: Grow refcount table %" PRId32 " => %" PRId64 "\n",
/external/e2fsprogs/
H A Dconfigure7246 #ifdef PRId32
7247 char *p = PRId32;

Completed in 1200 milliseconds