Home
last modified time | relevance | path

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

12

/external/elfutils/0.153/libasm/
Dasm_addint8.c73 fprintf (asmscn->ctx->out.file, "\t.long\t%" PRId32 "\n",
82 "\t.long\t%" PRId32 "\n\t.long\t%" PRId32 "\n",
Dasm_addsleb128.c52 fprintf (asmscn->ctx->out.file, "\t.sleb128\t%" PRId32 "\n", num);
Dasm_align.c57 fprintf (asmscn->ctx->out.file, "\t.align %" PRId32 ", ",
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/
Dinttypes-pri.m420 #ifdef PRId32
21 char *p = PRId32;
/external/bison/m4/
Dinttypes-pri.m425 #ifdef PRId32
26 char *p = PRId32;
/external/valgrind/main/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/compiler-rt/SDKs/darwin/usr/include/
Dinttypes.h28 #define PRId32 "d" macro
/external/chromium_org/third_party/libusb/src/msvc/
Dinttypes.h54 #define PRId32 "d" macro
/external/chromium_org/third_party/WebKit/Source/wtf/os-win32/
Dinttypes.h64 #define PRId32 "d" macro
/external/mesa3d/include/c99/
Dinttypes.h71 #define PRId32 "I32d" macro
/external/chromium_org/third_party/mesa/src/include/c99/
Dinttypes.h71 #define PRId32 "I32d" macro
/external/libcxx/test/depr/depr.c.headers/
Dinttypes_h.pass.cpp23 #ifndef PRId32
24 #error PRId32 not defined
/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/jemalloc/include/msvc_compat/C99/
Dinttypes.h79 #define PRId32 "d" macro
/external/bison/lib/
Dinttypes.in.h147 #if !defined PRId32 || @PRI_MACROS_BROKEN@
148 # undef PRId32
150 # define PRId32 "d" macro
/external/libcxx/include/
Dcinttypes25 PRId32
/external/bison/linux-lib/
Dinttypes.h459 #if !defined PRId32 || 0
460 # undef PRId32
462 # define PRId32 "d" macro
/external/bison/darwin-lib/
Dinttypes.h459 #if !defined PRId32 || 0
460 # undef PRId32
462 # define PRId32 "d" macro
/external/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp267 #ifndef PRId32
268 #error PRId32 not defined
/external/elfutils/0.153/src/
Dreadelf.c952 " %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/
Dtcg.h47 #define TCG_PRIld PRId32

12