/external/strace/ |
D | evdev.c | 68 tprintf(", envelope={attack_length=%" PRIu16 in decode_envelope() 69 ", attack_level=%" PRIu16 in decode_envelope() 70 ", fade_length=%" PRIu16 in decode_envelope() 90 tprintf(", id=%" PRIu16 in ff_effect_ioctl() 91 ", direction=%" PRIu16 ", ", in ff_effect_ioctl() 100 tprintf("trigger={button=%" PRIu16 in ff_effect_ioctl() 101 ", interval=%" PRIu16 "}" in ff_effect_ioctl() 102 ", replay={length=%" PRIu16 in ff_effect_ioctl() 103 ", delay=%" PRIu16 "}", in ff_effect_ioctl() 125 tprintf(", periodic={waveform=%" PRIu16 in ff_effect_ioctl() [all …]
|
D | nlattr.c | 185 DECODE_NLA_INTEGER(u16, uint16_t, "%" PRIu16)
|
D | perf.c | 397 tprintf(", sample_max_stack=%" PRIu16, attr->sample_max_stack); in print_perf_event_attr()
|
/external/syslinux/core/lwip/src/include/arch/ |
D | cc.h | 42 #define U16_F PRIu16 45 #define U32_F PRIu16
|
/external/kmod/libkmod/ |
D | libkmod-elf.c | 139 ELFDBG(elf, "out of bounds: %"PRIu64" + %"PRIu16" = %"PRIu64"> %"PRIu64" (ELF size)\n", in elf_get_uint() 153 ELFDBG(elf, "size=%"PRIu16" offset=%"PRIu64" value=%"PRIu64"\n", in elf_get_uint() 164 ELFDBG(elf, "size=%"PRIu16" offset=%"PRIu64" value=%"PRIu64" write memory=%p\n", in elf_set_uint() 170 ELFDBG(elf, "out of bounds: %"PRIu64" + %"PRIu16" = %"PRIu64"> %"PRIu64" (ELF size)\n", in elf_set_uint() 216 ELFDBG(elf, "invalid section number: %"PRIu16", last=%"PRIu16"\n", in elf_get_section_header() 230 ELFDBG(elf, "no section at %"PRIu16"\n", idx); in elf_get_section_info() 260 ELFDBG(elf, "section=%"PRIu16" is: offset=%"PRIu64" size=%"PRIu64" nameoff=%"PRIu32"\n", in elf_get_section_info() 321 …ELFDBG(elf, "section: offset=%"PRIu64" count=%"PRIu16" entry_size=%"PRIu16" strings index=%"PRIu16… in kmod_elf_new() 328 ELFDBG(elf, "unexpected section entry size: %"PRIu16", expected %"PRIu16"\n", in kmod_elf_new()
|
/external/strace/tests/ |
D | ioctl_evdev.c | 59 printf("ioctl(-1, EVIOCSFF, {type=%s, id=%" PRIu16 in print_ffe_common() 60 ", direction=%" PRIu16 ", ", in print_ffe_common() 186 printf("index=%" PRIu16 ", keycode=%s, scancode=[", in main()
|
D | perf_event_open.c | 484 printf(", sample_max_stack=%" PRIu16, (uint16_t) val); in print_event_attr()
|
/external/strace/tests-mx32/ |
D | ioctl_evdev.c | 59 printf("ioctl(-1, EVIOCSFF, {type=%s, id=%" PRIu16 in print_ffe_common() 60 ", direction=%" PRIu16 ", ", in print_ffe_common() 186 printf("index=%" PRIu16 ", keycode=%s, scancode=[", in main()
|
D | perf_event_open.c | 484 printf(", sample_max_stack=%" PRIu16, (uint16_t) val); in print_event_attr()
|
/external/strace/tests-m32/ |
D | ioctl_evdev.c | 59 printf("ioctl(-1, EVIOCSFF, {type=%s, id=%" PRIu16 in print_ffe_common() 60 ", direction=%" PRIu16 ", ", in print_ffe_common() 186 printf("index=%" PRIu16 ", keycode=%s, scancode=[", in main()
|
D | perf_event_open.c | 484 printf(", sample_max_stack=%" PRIu16, (uint16_t) val); in print_event_attr()
|
/external/arm-neon-tests/ |
D | stm-arm-neon-ref.h | 460 DUMP(test_name, uint, 16, 4, PRIu16); in dump_results() 464 DUMP_POLY(test_name, poly, 16, 4, PRIu16); in dump_results() 467 DUMP_FP16(test_name, float, 16, 4, PRIu16); in dump_results() 475 DUMP(test_name, uint, 16, 8, PRIu16); in dump_results() 479 DUMP_POLY(test_name, poly, 16, 8, PRIu16); in dump_results() 482 DUMP_FP16(test_name, float, 16, 8, PRIu16); in dump_results()
|
/external/libusb/msvc/ |
D | inttypes.h | 105 #define PRIu16 "u" macro
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 135 #if !defined PRIu16 || PRI_MACROS_BROKEN 136 # undef PRIu16 137 # define PRIu16 "u" macro 540 return PRIu16; in get_sysdep_segment_value()
|
/external/bison/lib/ |
D | inttypes.in.h | 129 #if !defined PRIu16 || @PRI_MACROS_BROKEN@ 130 # undef PRIu16 132 # define PRIu16 "u" macro
|
/external/syslinux/com32/include/ |
D | inttypes.h | 81 #define PRIu16 "u" macro
|
/external/bison/linux-lib/ |
D | inttypes.h | 441 #if !defined PRIu16 || 0 442 # undef PRIu16 444 # define PRIu16 "u" macro
|
/external/bison/darwin-lib/ |
D | inttypes.h | 441 #if !defined PRIu16 || 0 442 # undef PRIu16 444 # define PRIu16 "u" macro
|
/external/libcxx/include/ |
D | cinttypes | 78 PRIu16
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 431 #ifndef PRIu16 432 #error PRIu16 not defined
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 159 PRIu16 = "u" variable
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 431 #ifndef PRIu16 432 #error PRIu16 not defined
|
/external/fio/ |
D | verify.c | 858 log_err("verify: bad header numberio %"PRIu16 in verify_header() 859 ", wanted %"PRIu16, in verify_header()
|
/external/vixl/src/aarch64/ |
D | debugger-aarch64.cc | 1097 return new Format<uint16_t>("%5" PRIu16, 'u'); in Tokenize()
|
/external/elfutils/src/ |
D | readelf.c | 4140 printf ("%*s[%4" PRIuMAX "] %s %" PRIu16 "\n", in print_ops() 4268 printf ("%*s[%4" PRIuMAX "] %s %" PRIu16 "\n", in print_ops() 6240 " Version: %" PRIu16 ", Abbreviation section offset: %" in print_debug_units() 6249 " Version: %" PRIu16 ", Abbreviation section offset: %" in print_debug_units() 7346 printf (gettext (" Version: %" PRIu16 "\n"), vers); in print_debug_macro_section()
|