Home
last modified time | relevance | path

Searched refs:FILL_CHAR (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/
H A Dtest_hexdump.c62 #define FILL_CHAR '#' macro
133 memset(real, FILL_CHAR, sizeof(real)); in test_hexdump()
137 memset(test, FILL_CHAR, sizeof(test)); in test_hexdump()
172 memset(buf, FILL_CHAR, sizeof(buf)); in test_hexdump_overflow()
193 memset(test + f, FILL_CHAR, sizeof(test) - f); in test_hexdump_overflow()
H A Dtest_printf.c32 #define FILL_CHAR '$' macro
54 memset(alloced_buffer, FILL_CHAR, BUF_SIZE + 2*PAD_SIZE); in do_test()
65 if (memchr_inv(alloced_buffer, FILL_CHAR, PAD_SIZE)) { in do_test()
71 if (memchr_inv(test_buffer, FILL_CHAR, BUF_SIZE + PAD_SIZE)) { in do_test()
86 if (memchr_inv(test_buffer + written + 1, FILL_CHAR, bufsize - (written + 1))) { in do_test()
92 if (memchr_inv(test_buffer + bufsize, FILL_CHAR, BUF_SIZE + PAD_SIZE - bufsize)) { in do_test()
/openbmc/qemu/tests/tcg/hexagon/
H A Dscatter_gather.c116 #define FILL_CHAR '.' macro
121 memset(&vtcm, FILL_CHAR, sizeof(vtcm)); in prefill_vtcm_scratch()
592 memset(vscatter16_ref, FILL_CHAR, in check_scatter_16()
610 memset(vscatter16_ref, FILL_CHAR, in check_scatter_16_acc()
631 memset(vscatter16_ref, FILL_CHAR, in check_scatter_16_masked()
650 memset(vscatter32_ref, FILL_CHAR, in check_scatter_32()
667 memset(vscatter32_ref, FILL_CHAR, in check_scatter_32_acc()
687 memset(vscatter32_ref, FILL_CHAR, in check_scatter_32_masked()
706 memset(vscatter16_32_ref, FILL_CHAR, in check_scatter_16_32()
723 memset(vscatter16_32_ref, FILL_CHAR, in check_scatter_16_32_acc()
[all …]