/external/elfutils/0.153/libasm/ |
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",
|
D | asm_addsleb128.c | 52 fprintf (asmscn->ctx->out.file, "\t.sleb128\t%" PRId32 "\n", num);
|
D | asm_align.c | 57 fprintf (asmscn->ctx->out.file, "\t.align %" PRId32 ", ",
|
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/ |
D | inttypes-pri.m4 | 20 #ifdef PRId32 21 char *p = PRId32;
|
/external/bison/m4/ |
D | inttypes-pri.m4 | 25 #ifdef PRId32 26 char *p = PRId32;
|
/external/valgrind/main/none/tests/s390x/ |
D | rounding-3.c | 61 convert_to_int("cfebr",float,int32_t,PRId32,0,value) 63 convert_to_int("cfdbr",double,int32_t,PRId32,0,value)
|
D | rounding-6.c | 49 convert_to_int("cfebr",float,int32_t,PRId32,round,value) 51 convert_to_int("cfdbr",double,int32_t,PRId32,round,value)
|
D | rounding-1.c | 45 convert_to_int("cfdbr",double,int32_t,PRId32,round,value)
|
D | rounding-5.c | 40 printf("cefbr: %"PRId32" -> %f\n", i32, out); in cefbr()
|
/external/jemalloc/test/include/test/ |
D | test.h | 162 !=, PRId32, __VA_ARGS__) 164 ==, PRId32, __VA_ARGS__) 166 >=, PRId32, __VA_ARGS__) 168 >, PRId32, __VA_ARGS__) 170 <, PRId32, __VA_ARGS__) 172 <=, PRId32, __VA_ARGS__)
|
/external/compiler-rt/SDKs/darwin/usr/include/ |
D | inttypes.h | 28 #define PRId32 "d" macro
|
/external/chromium_org/third_party/libusb/src/msvc/ |
D | inttypes.h | 54 #define PRId32 "d" macro
|
/external/chromium_org/third_party/WebKit/Source/wtf/os-win32/ |
D | inttypes.h | 64 #define PRId32 "d" macro
|
/external/mesa3d/include/c99/ |
D | inttypes.h | 71 #define PRId32 "I32d" macro
|
/external/chromium_org/third_party/mesa/src/include/c99/ |
D | inttypes.h | 71 #define PRId32 "I32d" macro
|
/external/libcxx/test/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 23 #ifndef PRId32 24 #error PRId32 not defined
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 147 #if !defined PRId32 || PRI_MACROS_BROKEN 148 # undef PRId32 149 # define PRId32 "d" macro 550 return PRId32; in get_sysdep_segment_value()
|
/external/jemalloc/include/msvc_compat/C99/ |
D | inttypes.h | 79 #define PRId32 "d" macro
|
/external/bison/lib/ |
D | inttypes.in.h | 147 #if !defined PRId32 || @PRI_MACROS_BROKEN@ 148 # undef PRId32 150 # define PRId32 "d" macro
|
/external/libcxx/include/ |
D | cinttypes | 25 PRId32
|
/external/bison/linux-lib/ |
D | inttypes.h | 459 #if !defined PRId32 || 0 460 # undef PRId32 462 # define PRId32 "d" macro
|
/external/bison/darwin-lib/ |
D | inttypes.h | 459 #if !defined PRId32 || 0 460 # undef PRId32 462 # define PRId32 "d" macro
|
/external/libcxx/test/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 267 #ifndef PRId32 268 #error PRId32 not defined
|
/external/elfutils/0.153/src/ |
D | readelf.c | 952 " %2" PRId64 " %-5s %2" PRId32 " %3" PRId32 in print_shdr() 4206 printf ("%*s[%4" PRIuMAX "] %s %" PRId32 "\n", in print_ops() 7118 printf (gettext (" Version: %" PRId32 "\n"), vers); in print_gdb_index_section() 7234 printf (" [%4zu] %s..%s, CU index: %5" PRId32 "\n", in print_gdb_index_section() 7274 printf ("%" PRId32 "%s", cu, ((cus > 0) ? ", " : "")); in print_gdb_index_section() 7461 DO_TYPE (WORD, Word, "0x%.8" PRIx32, "%" PRId32, 11); \ in handle_core_item() 7462 DO_TYPE (SWORD, Sword, "%" PRId32, "%" PRId32, 11); \ in handle_core_item() 7827 BITS (32, WORD, "%11" PRId32, " 0x%.8" PRIx32, 11); \ in handle_core_register() 8163 printf (gettext (" %-13.*s %9" PRId32 " %s\n"), in handle_notes_data()
|
/external/qemu/tcg/ |
D | tcg.h | 47 #define TCG_PRIld PRId32
|