/external/strace/ |
D | evdev.c | 109 tprintf(", custom_len=%" PRIu32 in ff_effect_ioctl() 143 tprintf(", {value=%" PRIu32 ", minimum=%" PRIu32, in abs_ioctl() 146 tprintf(", maximum=%" PRIu32 ", fuzz=%" PRIu32, in abs_ioctl() 148 tprintf(", flat=%" PRIu32, absinfo.flat); in abs_ioctl() 150 tprintf(", resolution=%" PRIu32, absinfo.resolution); in abs_ioctl() 374 printnum_int(tcp, arg, "%" PRIu32); in evdev_read_ioctl()
|
D | ptp.c | 62 tprintf("{start={%" PRId64 ", %" PRIu32 "}" in ptp_ioctl() 63 ", period={%" PRId64 ", %" PRIu32 "}" in ptp_ioctl() 107 tprintf("{%" PRId64 ", %" PRIu32 "}", in ptp_ioctl()
|
D | loop.c | 97 "sizelimit=%" PRIu64 ", number=%" PRIu32, in decode_loop_info64() 105 tprintf("{offset=%#" PRIx64 ", number=%" PRIu32, in decode_loop_info64() 114 tprintf(", encrypt_key_size=%" PRIu32, in decode_loop_info64()
|
D | resource.c | 76 sprintf(buf, "%" PRIu32 "*1024", lim / 1024); in sprint_rlim32() 78 sprintf(buf, "%" PRIu32, lim); in sprint_rlim32()
|
D | epoll.c | 62 tprintf(", {u32=%" PRIu32 ", u64=%" PRIu64 "}}", in print_epoll_event()
|
D | mtd.c | 142 tprintf("{start=%#" PRIx32 ", length=%#" PRIx32 ", locked=%" PRIu32 "}", in mtd_ioctl() 262 tprintf("{start=%#" PRIx32 ", length=%#" PRIx32 ", locked=%" PRIu32 "}", in mtd_ioctl()
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | dump_bpf.cc | 86 base::StringAppendF(dst, "LOAD %" PRIu32 " // ", insn.k); in AppendInstruction() 114 base::StringAppendF(dst, "Trap #%" PRIu32 "\n", in AppendInstruction() 117 base::StringAppendF(dst, "errno = %" PRIu32 "\n", in AppendInstruction() 120 base::StringAppendF(dst, "Trace #%" PRIu32 "\n", in AppendInstruction()
|
/external/elfutils/libebl/ |
D | eblobjnotetypename.c | 50 snprintf (buf, len, "Version: %" PRIu32, type); in ebl_object_note_type_name() 69 snprintf (buf, len, "%s: %" PRIu32, gettext ("<unknown>"), type); in ebl_object_note_type_name()
|
D | eblcorenotetypename.c | 98 snprintf (buf, len, "%s: %" PRIu32, gettext ("<unknown>"), type); in ebl_core_note_type_name()
|
D | eblobjnote.c | 218 printf ("%" PRIu32, buf[cnt]); in ebl_object_note()
|
/external/clang/lib/Headers/ |
D | inttypes.h | 40 #undef PRIu32 75 #define PRIu32 "u" macro
|
/external/vboot_reference/futility/ |
D | cmd_vbutil_firmware.c | 257 printf(" Header version: %" PRIu32 ".%" PRIu32 "\n", in Verify() 273 printf(" Preamble flags: %" PRIu32 "\n", flags); in Verify()
|
D | cmd_show.c | 347 printf(" Header version: %" PRIu32 ".%" PRIu32 "\n", in futil_cb_show_fw_preamble() 365 printf(" Preamble flags: %" PRIu32 "\n", flags); in futil_cb_show_fw_preamble() 459 printf(" Header version: %" PRIu32 ".%" PRIu32 "\n", in futil_cb_show_kernel_preamble()
|
/external/valgrind/none/tests/s390x/ |
D | clcl.c | 147 printf("cc: %"PRIu32", len1: %"PRIu32", len2: %"PRIu32 in run_test()
|
D | mvcl.c | 165 printf("cc: %"PRIu32", len1: %"PRIu32", len2: %"PRIu32 in run_test()
|
/external/elfutils/tests/ |
D | asm-tst9.c | 131 printf ("cannot insert uleb %" PRIu32 ": %s\n", in main() 145 printf ("cannot insert uleb %" PRIu32 ": %s\n", in main()
|
/external/elfutils/libasm/ |
D | asm_adduleb128.c | 53 fprintf (asmscn->ctx->out.file, "\t.uleb128\t%" PRIu32 "\n", num); in asm_adduleb128()
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 159 #if !defined PRIu32 || PRI_MACROS_BROKEN 160 # undef PRIu32 161 # define PRIu32 "u" macro 556 return PRIu32; in get_sysdep_segment_value()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 191 #ifndef PRIu32 192 #error PRIu32 not defined
|
/external/opencv3/3rdparty/include/ |
D | msc_inttypes.h | 117 #define PRIu32 "I32u" macro
|
/external/mesa3d/include/c99/ |
D | inttypes.h | 119 #define PRIu32 "I32u" macro
|
/external/bison/lib/ |
D | inttypes.in.h | 165 #if !defined PRIu32 || @PRI_MACROS_BROKEN@ 166 # undef PRIu32 168 # define PRIu32 "u" macro
|
/external/bison/darwin-lib/ |
D | inttypes.h | 477 #if !defined PRIu32 || 0 478 # undef PRIu32 480 # define PRIu32 "u" macro
|
/external/bison/linux-lib/ |
D | inttypes.h | 477 #if !defined PRIu32 || 0 478 # undef PRIu32 480 # define PRIu32 "u" macro
|
/external/libcxx/include/ |
D | cinttypes | 79 PRIu32
|