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

/external/valgrind/main/memcheck/
H A Dmc_main.c5741 UWord byteoff = a & 3; /* 0, 1, 2 or 3 */ local
5754 if (LIKELY(0 == (descr & (1 << byteoff)))) {
5764 UWord lineoff, byteoff; local
5774 byteoff = a & 3; /* 0 or 2 */
5786 if (LIKELY(0 == (descr & (3 << byteoff)))) {
5884 UWord byteoff = a & 3; /* 0, 1, 2 or 3 */ local
5893 line->descr[lineoff] &= ~(1 << byteoff);
5895 line->descr[lineoff] |= (1 << byteoff);
5902 UWord lineoff, byteoff; local
5912 byteoff
[all...]

Completed in 800 milliseconds