Searched refs:fill_byte (Results 1 – 4 of 4) sorted by relevance
231 unsigned fill_byte) in write_and_check_aux() argument236 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()
208 unsigned fill_byte) in write_and_check_aux() argument213 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()
242 unsigned fill_byte) in write_and_check_aux() argument247 memset(buff, fill_byte, sizeof buff); in write_and_check_aux()255 if (buff[i] != fill_byte) ++num_errors; in write_and_check_aux()