Home | History | Annotate | Download | only in memcheck

Lines Matching full:byteoff

5741    UWord byteoff = a & 3; /* 0, 1, 2 or 3 */
5754 if (LIKELY(0 == (descr & (1 << byteoff)))) {
5764 UWord lineoff, byteoff;
5774 byteoff = a & 3; /* 0 or 2 */
5786 if (LIKELY(0 == (descr & (3 << byteoff)))) {
5884 UWord byteoff = a & 3; /* 0, 1, 2 or 3 */
5893 line->descr[lineoff] &= ~(1 << byteoff);
5895 line->descr[lineoff] |= (1 << byteoff);
5902 UWord lineoff, byteoff;
5912 byteoff = a & 3; /* 0 or 2 */
5921 line->descr[lineoff] &= ~(3 << byteoff);
5923 line->descr[lineoff] |= (3 << byteoff);