OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expected_byte
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/memcheck/tests/
sh-mem.c
65
// to either '
expected_byte
' or 'expected_byte_alt'.
68
void check_all(U4 x, U4 y, U1
expected_byte
, U1 expected_byte_alt,
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
183
expected_byte
= j; \
186
expected_byte
= j; \
193
check_all(h, n-NNN+h,
expected_byte
, expected_byte_alt, "STOREVn", h); \
199
check_all(h, n-NNN+h,
expected_byte
, expected_byte_alt, "LOADVn", h); \
/art/runtime/gc/accounting/
card_table-inl.h
174
const byte
expected_byte
= (expected_word >> (8 * i)) & 0xFF;
local
176
if (
expected_byte
!= new_byte) {
177
modified(reinterpret_cast<byte*>(word_cur) + i,
expected_byte
, new_byte);
/art/runtime/
check_jni.cc
1014
uint8_t
expected_byte
= reinterpret_cast<const uint8_t*>(&patSample)[1];
local
[
all
...]
Completed in 195 milliseconds