Searched refs:print_bytes (Results 1 – 6 of 6) sorted by relevance
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 241 unsigned bs, count, i, print_bytes; in do_read() local 273 print_bytes = atoi(argv[5]); in do_read() 274 if (print_bytes > buf_size) { in do_read() 278 print_buf = malloc(print_bytes); in do_read() 297 memcpy(print_buf, buf, print_bytes); in do_read() 299 printf("Read %"PRIu64" bytes and print %u bytes:\n", read_cnt, print_bytes); in do_read() 301 for (i = 1; i <= print_bytes; i++) { in do_read()
|
/external/elfutils/tests/ |
D | sectiondump.c | 32 static void print_bytes (Elf_Data *data); 128 print_bytes (data); in handle_section() 141 print_bytes (Elf_Data *data) in print_bytes() function
|
D | ChangeLog | 1238 * sectiondump.c (print_bytes): Likewise.
|
/external/iptables/extensions/ |
D | libxt_hashlimit.c | 648 static uint32_t print_bytes(uint64_t avg, uint64_t burst, const char *prefix) in print_bytes() function 734 quantum = print_bytes(cfg->avg, cfg->burst, ""); in hashlimit_mt_print() 844 quantum = print_bytes(cfg->avg, cfg->burst, "--hashlimit-"); in hashlimit_mt_save()
|
/external/elfutils/src/ |
D | readelf.c | 4281 print_bytes (size_t n, const unsigned char *bytes) in print_bytes() function 8029 print_bytes (val, readp); in print_form_data() 8039 print_bytes (val, readp); in print_form_data() 8049 print_bytes (val, readp); in print_form_data() 8059 print_bytes (val, readp); in print_form_data() 8066 print_bytes (16, readp); in print_form_data()
|
D | ChangeLog | 570 (print_bytes): Likewise.
|