Searched defs:num_expected_output_bytes (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/none/tests/s390x/
H A Dcu42.c207 unsigned num_expected_output_bytes,
220 for (i = num_expected_output_bytes; i < sizeof buff; ++i)
224 num_expected_output_bytes);
229 unsigned num_expected_output_bytes)
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);
206 write_and_check_aux(uint32_t *input, unsigned num_input_bytes, unsigned num_expected_output_bytes, unsigned fill_byte) argument
228 write_and_check(uint32_t *input, unsigned num_input_bytes, unsigned num_expected_output_bytes) argument
H A Dcu21.c241 unsigned num_expected_output_bytes,
254 for (i = num_expected_output_bytes; i < sizeof buff; ++i)
258 num_expected_output_bytes);
263 unsigned num_expected_output_bytes)
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);
240 write_and_check_aux(uint16_t *input, unsigned num_input_bytes, unsigned num_expected_output_bytes, unsigned fill_byte) argument
262 write_and_check(uint16_t *input, unsigned num_input_bytes, unsigned num_expected_output_bytes) argument
H A Dcu21_1.c241 unsigned num_expected_output_bytes,
254 for (i = num_expected_output_bytes; i < sizeof buff; ++i)
258 num_expected_output_bytes);
263 unsigned num_expected_output_bytes)
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);
240 write_and_check_aux(uint16_t *input, unsigned num_input_bytes, unsigned num_expected_output_bytes, unsigned fill_byte) argument
262 write_and_check(uint16_t *input, unsigned num_input_bytes, unsigned num_expected_output_bytes) argument
H A Dcu41.c230 unsigned num_expected_output_bytes,
243 for (i = num_expected_output_bytes; i < sizeof buff; ++i)
247 num_expected_output_bytes);
252 unsigned num_expected_output_bytes)
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);
229 write_and_check_aux(uint32_t *input, unsigned num_input_bytes, unsigned num_expected_output_bytes, unsigned fill_byte) argument
251 write_and_check(uint32_t *input, unsigned num_input_bytes, unsigned num_expected_output_bytes) argument

Completed in 104 milliseconds