Searched refs:num_input_bytes (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | cu41.c | 229 write_and_check_aux(uint32_t *input, unsigned num_input_bytes, in write_and_check_aux() argument 239 run_test(buff, sizeof buff, input, num_input_bytes); in write_and_check_aux() 251 write_and_check(uint32_t *input, unsigned num_input_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 | cu42.c | 206 write_and_check_aux(uint32_t *input, unsigned num_input_bytes, in write_and_check_aux() argument 216 run_test(buff, sizeof buff, input, num_input_bytes); in write_and_check_aux() 228 write_and_check(uint32_t *input, unsigned num_input_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 | cu21_1.c | 240 write_and_check_aux(uint16_t *input, unsigned num_input_bytes, in write_and_check_aux() argument 250 run_test(buff, sizeof buff, input, num_input_bytes); in write_and_check_aux() 262 write_and_check(uint16_t *input, unsigned num_input_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 | 240 write_and_check_aux(uint16_t *input, unsigned num_input_bytes, in write_and_check_aux() argument 250 run_test(buff, sizeof buff, input, num_input_bytes); in write_and_check_aux() 262 write_and_check(uint16_t *input, unsigned num_input_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()
|