Searched refs:num_expected_output_bytes (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | cu42.c | 207 unsigned num_expected_output_bytes, in write_and_check_aux() argument 220 for (i = num_expected_output_bytes; i < sizeof buff; ++i) in write_and_check_aux() 224 num_expected_output_bytes); in write_and_check_aux() 229 unsigned num_expected_output_bytes) in write_and_check() argument 231 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0x0); in write_and_check() 235 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0xFF); in write_and_check()
|
D | cu41.c | 230 unsigned num_expected_output_bytes, in write_and_check_aux() argument 243 for (i = num_expected_output_bytes; i < sizeof buff; ++i) in write_and_check_aux() 247 num_expected_output_bytes); in write_and_check_aux() 252 unsigned num_expected_output_bytes) in write_and_check() argument 254 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0x0); in write_and_check() 258 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0xFF); in write_and_check()
|
D | cu21_1.c | 241 unsigned num_expected_output_bytes, in write_and_check_aux() argument 254 for (i = num_expected_output_bytes; i < sizeof buff; ++i) in write_and_check_aux() 258 num_expected_output_bytes); in write_and_check_aux() 263 unsigned num_expected_output_bytes) in write_and_check() argument 265 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0x0); in write_and_check() 269 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0xFF); in write_and_check()
|
D | cu21.c | 241 unsigned num_expected_output_bytes, in write_and_check_aux() argument 254 for (i = num_expected_output_bytes; i < sizeof buff; ++i) in write_and_check_aux() 258 num_expected_output_bytes); in write_and_check_aux() 263 unsigned num_expected_output_bytes) in write_and_check() argument 265 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0x0); in write_and_check() 269 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0xFF); in write_and_check()
|