Home
last modified time | relevance | path

Searched refs:fill_byte (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/none/tests/s390x/
Dcu41.c231 unsigned fill_byte) in write_and_check_aux() argument
236 memset(buff, fill_byte, sizeof buff); in write_and_check_aux()
244 if (((unsigned char *)buff)[i] != fill_byte) ++num_errors; in write_and_check_aux()
Dcu42.c208 unsigned fill_byte) in write_and_check_aux() argument
213 memset(buff, fill_byte, sizeof buff); in write_and_check_aux()
221 if (((unsigned char *)buff)[i] != fill_byte) ++num_errors; in write_and_check_aux()
Dcu21_1.c242 unsigned fill_byte) in write_and_check_aux() argument
247 memset(buff, fill_byte, sizeof buff); in write_and_check_aux()
255 if (buff[i] != fill_byte) ++num_errors; in write_and_check_aux()
Dcu21.c242 unsigned fill_byte) in write_and_check_aux() argument
247 memset(buff, fill_byte, sizeof buff); in write_and_check_aux()
255 if (buff[i] != fill_byte) ++num_errors; in write_and_check_aux()