Home
last modified time | relevance | path

Searched refs:print_bytes (Results 1 – 8 of 8) sorted by relevance

/external/elfutils/tests/
Dsectiondump.c32 static void print_bytes (Elf_Data *data);
128 print_bytes (data); in handle_section()
141 print_bytes (Elf_Data *data) in print_bytes() function
DChangeLog1398 * sectiondump.c (print_bytes): Likewise.
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c499 unsigned bs, count, i, print_bytes; in do_read() local
524 print_bytes = atoi(argv[5]); in do_read()
525 if (print_bytes > buf_size) in do_read()
528 print_buf = xmalloc(print_bytes); in do_read()
539 memcpy(print_buf, buf, print_bytes); in do_read()
541 printf("Read %"PRIu64" bytes and print %u bytes:\n", read_cnt, print_bytes); in do_read()
543 for (i = 1; i <= print_bytes; i++) { in do_read()
/external/python/pybind11/tests/
Dtest_constants_and_functions.cpp36 std::string print_bytes(py::bytes bytes) { in print_bytes() function
108 m.def("print_bytes", &print_bytes); in TEST_SUBMODULE()
Dtest_constants_and_functions.py22 assert m.print_bytes(m.return_bytes()) == "bytes[1 0 2 0]"
/external/iptables/extensions/
Dlibxt_hashlimit.c845 static uint32_t print_bytes(uint64_t avg, uint64_t burst, const char *prefix) in print_bytes() function
932 quantum = print_bytes(cfg->avg, cfg->burst, ""); in hashlimit_mt_print()
1088 quantum = print_bytes(cfg->avg, cfg->burst, "--hashlimit-"); in hashlimit_mt_save()
/external/elfutils/src/
Dreadelf.c4318 print_bytes (size_t n, const unsigned char *bytes) in print_bytes() function
8153 print_bytes (val, readp); in print_form_data()
8163 print_bytes (val, readp); in print_form_data()
8173 print_bytes (val, readp); in print_form_data()
8183 print_bytes (val, readp); in print_form_data()
8190 print_bytes (16, readp); in print_form_data()
DChangeLog717 (print_bytes): Likewise.