Lines Matching defs:bit
1700 // Check whether exor has only one bit set.
1702 // If c1 and c2 differ only by one bit.
1712 // If the characters differ by 2^n but don't differ by one bit then
1850 int bit;
1854 bit = 1;
1858 bit = 0;
1861 templ[i] = bit;
1864 bit ^= 1;
1867 templ[j] = bit;
1869 bit ^= 1;
1872 templ[i] = bit;
2438 // Takes the left-most 1-bit and smears it out, setting all bits to its right.
2502 // If number of characters preloaded is 1 then we used a byte or 16 bit
2514 // TWO_BYTE mode we also use a 16 bit load with zero extend.