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

/external/valgrind/memcheck/
H A Dmc_main.c6209 UWord byteoff = a & 3; /* 0, 1, 2 or 3 */ local
6222 if (LIKELY(0 == (descr & (1 << byteoff)))) {
6232 UWord lineoff, byteoff; local
6242 byteoff = a & 3; /* 0 or 2 */
6254 if (LIKELY(0 == (descr & (3 << byteoff)))) {
6352 UWord byteoff = a & 3; /* 0, 1, 2 or 3 */ local
6361 line->descr[lineoff] &= ~(1 << byteoff);
6363 line->descr[lineoff] |= (1 << byteoff);
6370 UWord lineoff, byteoff; local
6380 byteoff
[all...]

Completed in 210 milliseconds