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

12

/external/elfutils/0.153/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/compiler-rt/SDKs/darwin/usr/include/
H A Dinttypes.h28 #define PRId32 "d" macro
/external/valgrind/main/none/tests/s390x/
H A Drounding-1.c45 convert_to_int("cfdbr",double,int32_t,PRId32,round,value)
H A Drounding-3.c61 convert_to_int("cfebr",float,int32_t,PRId32,0,value)
63 convert_to_int("cfdbr",double,int32_t,PRId32,0,value)
H A Drounding-6.c49 convert_to_int("cfebr",float,int32_t,PRId32,round,value)
51 convert_to_int("cfdbr",double,int32_t,PRId32,round,value)
H A Drounding-5.c40 printf("cefbr: %"PRId32" -> %f\n", i32, out);
/external/jemalloc/test/include/test/
H A 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/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/jemalloc/include/msvc_compat/C99/
H A Dinttypes.h79 #define PRId32 "d" 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/libcxx/test/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp23 #ifndef PRId32
24 #error PRId32 not defined
/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/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp267 #ifndef PRId32
268 #error PRId32 not defined
/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/qemu/tcg/
H A Dtcg.h47 #define TCG_PRIld PRId32
/external/elfutils/0.153/src/
H A Dreadelf.c952 " %2" PRId64 " %-5s %2" PRId32 " %3" PRId32
4206 printf ("%*s[%4" PRIuMAX "] %s %" PRId32 "\n",
7118 printf (gettext (" Version: %" PRId32 "\n"), vers);
7234 printf (" [%4zu] %s..%s, CU index: %5" PRId32 "\n",
7274 printf ("%" PRId32 "%s", cu, ((cus > 0) ? ", " : ""));
7461 DO_TYPE (WORD, Word, "0x%.8" PRIx32, "%" PRId32, 11); \
7462 DO_TYPE (SWORD, Sword, "%" PRId32, "%" PRId32, 11); \
7827 BITS (32, WORD, "%11" PRId32, "
[all...]
/external/qemu/block/
H A Dqcow2-refcount.c330 fprintf(stderr, "qcow2: Grow refcount table %" PRId32 " => %" PRId64 "\n",
/external/vixl/src/a64/
H A Ddebugger-a64.cc1128 case 32: return new Format<int32_t>("%11" PRId32, 's');
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc3502 PrintF("smi %" PRId32, untagged);
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc10034 __ Printf("w5: %" PRId32 ", x5: %" PRId64"\n", w5, x5);
10037 __ Printf("w3(uint32): %" PRIu32 "\nw4(int32): %" PRId32 "\n"
10066 __ Printf("s1: %f, d3: %f, w3: %" PRId32 ", x5: %" PRId64 "\n",
10114 __ PrintfNoPreserve("w3(uint32): %" PRIu32 "\nw4(int32): %" PRId32 "\n"

Completed in 9021 milliseconds

12