Home
last modified time | relevance | path

Searched refs:expected_byte (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/memcheck/tests/
Dsh-mem.c68 void check_all(U4 x, U4 y, U1 expected_byte, U1 expected_byte_alt, in check_all() argument
76 if ( expected_byte != sh[i] && expected_byte_alt != sh[i] ) { in check_all()
79 str, offset, i, sh[i], expected_byte, in check_all()
89 U1 *undefA, expected_byte, expected_byte_alt; in main() local
184 expected_byte = j; \ in main()
187 expected_byte = j; \ in main()
194 check_all(h, n-NNN+h, expected_byte, expected_byte_alt, \ in main()
201 check_all(h, n-NNN+h, expected_byte, expected_byte_alt, "LOADVn", h); \ in main()