Searched refs:num_input_bytes (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/none/tests/s390x/
H A Dcu21.c240 write_and_check_aux(uint16_t *input, unsigned num_input_bytes, argument
250 run_test(buff, sizeof buff, input, num_input_bytes);
262 write_and_check(uint16_t *input, unsigned num_input_bytes, argument
265 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0x0);
269 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0xFF);
H A Dcu21_1.c240 write_and_check_aux(uint16_t *input, unsigned num_input_bytes, argument
250 run_test(buff, sizeof buff, input, num_input_bytes);
262 write_and_check(uint16_t *input, unsigned num_input_bytes, argument
265 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0x0);
269 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0xFF);
H A Dcu41.c229 write_and_check_aux(uint32_t *input, unsigned num_input_bytes, argument
239 run_test(buff, sizeof buff, input, num_input_bytes);
251 write_and_check(uint32_t *input, unsigned num_input_bytes, argument
254 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0x0);
258 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0xFF);
H A Dcu42.c206 write_and_check_aux(uint32_t *input, unsigned num_input_bytes, argument
216 run_test(buff, sizeof buff, input, num_input_bytes);
228 write_and_check(uint32_t *input, unsigned num_input_bytes, argument
231 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0x0);
235 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0xFF);

Completed in 114 milliseconds