/external/elfutils/src/libasm/ |
D | asm_addint8.c | 76 fprintf (asmscn->ctx->out.file, "\t.long\t%" PRId32 "\n", 85 "\t.long\t%" PRId32 "\n\t.long\t%" PRId32 "\n",
|
D | asm_addsleb128.c | 55 fprintf (asmscn->ctx->out.file, "\t.sleb128\t%" PRId32 "\n", num);
|
D | asm_align.c | 60 fprintf (asmscn->ctx->out.file, "\t.align %" PRId32 ", ",
|
/external/bison/m4/ |
D | inttypes-pri.m4 | 25 #ifdef PRId32 26 char *p = PRId32;
|
/external/valgrind/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/elfutils/src/tests/ |
D | sectiondump.c | 94 "type = %" PRId32 "\n" in handle_section() 99 "link = %" PRId32 "\n" in handle_section()
|
D | asm-tst9.c | 138 printf ("cannot insert sleb %" PRId32 ": %s\n", in main() 152 printf ("cannot insert sleb %" PRId32 ": %s\n", in main()
|
/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/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 23 #ifndef PRId32 24 #error PRId32 not defined
|
/external/mesa3d/include/c99/ |
D | inttypes.h | 71 #define PRId32 "I32d" macro
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | x86_format.c | 89 snprintf( str, len, "%" PRId32, op->data.sdword ); in get_operand_data_str() 234 STRNCATF (buf, "value=%" PRId32 "/>\n", ea->disp, len); in format_expr() 265 STRNCATF( buf, "*%" PRId32, ea->scale, len ); in format_expr() 931 STRNCATF( buf, "%" PRId32 "|", op->data.sdword, len ); in format_operand_raw() 1156 STRNCATF( buf, "%" PRId32 "|", insn->stack_mod_val, len ); in format_raw_insn()
|
/external/bison/lib/ |
D | inttypes.in.h | 147 #if !defined PRId32 || @PRI_MACROS_BROKEN@ 148 # undef PRId32 150 # define PRId32 "d" macro
|
/external/jemalloc/include/msvc_compat/C99/ |
D | inttypes.h | 79 #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/bison/linux-lib/ |
D | inttypes.h | 459 #if !defined PRId32 || 0 460 # undef PRId32 462 # define PRId32 "d" macro
|
/external/libcxx/include/ |
D | cinttypes | 25 PRId32
|
D | module.modulemap | 91 …PRId8, PRId16, PRId32, PRId64, PRIdFAST8, PRIdFAST16, PRIdFAST32, PRIdFAST64, PRIdLEAST8, PRIdLEAS…
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 267 #ifndef PRId32 268 #error PRId32 not defined
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h.cmake | 105 #define PRId32 "d"
|
/external/elfutils/src/src/ |
D | readelf.c | 1139 " %2" PRId64 " %-5s %2" PRId32 " %3" PRId32 in print_shdr() 4089 printf ("%*s[%4" PRIuMAX "] %s %" PRId32 "\n", in print_ops() 7959 printf (gettext (" Version: %" PRId32 "\n"), vers); in print_gdb_index_section() 8078 printf (" [%4zu] %s..%s, CU index: %5" PRId32 "\n", in print_gdb_index_section() 8127 printf ("%" PRId32 "T", cu - (uint32_t) cu_nr); in print_gdb_index_section() 8129 printf ("%" PRId32, cu); in print_gdb_index_section() 8352 DO_TYPE (WORD, Word, "0x%.8" PRIx32, "%" PRId32); \ in handle_core_item() 8353 DO_TYPE (SWORD, Sword, "%" PRId32, "%" PRId32); \ in handle_core_item() 8724 BITS (32, WORD, "%11" PRId32, " 0x%.8" PRIx32); \ in handle_core_register() 9208 printf (gettext (" %-13.*s %9" PRId32 " %s\n"), in handle_notes_data()
|
/external/vixl/src/vixl/a64/ |
D | debugger-a64.cc | 1039 case 32: return new Format<int32_t>("%11" PRId32, 's'); in Tokenize()
|