Home | History | Annotate | Download | only in lib

Lines Matching refs:longword1

115      four* bytes in longword1 is zero.
118 ((longword1 - repeated_one) & ~longword1) & (repeated_one << 7).
121 2. & ~longword1.
124 - If a byte of longword1 is zero, step 1 and 2 transform it into 0xff,
127 - If a byte of longword1 is nonzero, let its lowest 1 bit be at
132 So, if longword1 has only non-zero bytes, tmp is zero.
133 Whereas if longword1 has a zero byte, call j the position of the least
139 So, the test whether any byte in longword1 is zero is equivalent to
144 longword longword1 = *longword_ptr ^ repeated_c;
146 if ((((longword1 - repeated_one) & ~longword1)