Home
last modified time | relevance | path

Searched refs:PRId32 (Results 1 – 25 of 38) sorted by relevance

12

/external/elfutils/src/libasm/
Dasm_addint8.c76 fprintf (asmscn->ctx->out.file, "\t.long\t%" PRId32 "\n",
85 "\t.long\t%" PRId32 "\n\t.long\t%" PRId32 "\n",
Dasm_addsleb128.c55 fprintf (asmscn->ctx->out.file, "\t.sleb128\t%" PRId32 "\n", num);
Dasm_align.c60 fprintf (asmscn->ctx->out.file, "\t.align %" PRId32 ", ",
/external/bison/m4/
Dinttypes-pri.m425 #ifdef PRId32
26 char *p = PRId32;
/external/valgrind/none/tests/s390x/
Drounding-3.c61 convert_to_int("cfebr",float,int32_t,PRId32,0,value)
63 convert_to_int("cfdbr",double,int32_t,PRId32,0,value)
Drounding-6.c49 convert_to_int("cfebr",float,int32_t,PRId32,round,value)
51 convert_to_int("cfdbr",double,int32_t,PRId32,round,value)
Drounding-1.c45 convert_to_int("cfdbr",double,int32_t,PRId32,round,value)
Drounding-5.c40 printf("cefbr: %"PRId32" -> %f\n", i32, out); in cefbr()
/external/jemalloc/test/include/test/
Dtest.h162 !=, 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/
Dsectiondump.c94 "type = %" PRId32 "\n" in handle_section()
99 "link = %" PRId32 "\n" in handle_section()
Dasm-tst9.c138 printf ("cannot insert sleb %" PRId32 ": %s\n", in main()
152 printf ("cannot insert sleb %" PRId32 ": %s\n", in main()
/external/e2fsprogs/intl/
Dloadmsgcat.c147 #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/
Dinttypes_h.pass.cpp23 #ifndef PRId32
24 #error PRId32 not defined
/external/mesa3d/include/c99/
Dinttypes.h71 #define PRId32 "I32d" macro
/external/google-breakpad/src/third_party/libdisasm/
Dx86_format.c89 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/
Dinttypes.in.h147 #if !defined PRId32 || @PRI_MACROS_BROKEN@
148 # undef PRId32
150 # define PRId32 "d" macro
/external/jemalloc/include/msvc_compat/C99/
Dinttypes.h79 #define PRId32 "d" macro
/external/bison/darwin-lib/
Dinttypes.h459 #if !defined PRId32 || 0
460 # undef PRId32
462 # define PRId32 "d" macro
/external/bison/linux-lib/
Dinttypes.h459 #if !defined PRId32 || 0
460 # undef PRId32
462 # define PRId32 "d" macro
/external/libcxx/include/
Dcinttypes25 PRId32
Dmodule.modulemap91 …PRId8, PRId16, PRId32, PRId64, PRIdFAST8, PRIdFAST16, PRIdFAST32, PRIdFAST64, PRIdLEAST8, PRIdLEAS…
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp267 #ifndef PRId32
268 #error PRId32 not defined
/external/llvm/include/llvm/Support/
DDataTypes.h.cmake105 #define PRId32 "d"
/external/elfutils/src/src/
Dreadelf.c1139 " %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/
Ddebugger-a64.cc1039 case 32: return new Format<int32_t>("%11" PRId32, 's'); in Tokenize()

12