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

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

Completed in 865 milliseconds