Lines Matching defs:bit
864 // Check whether exor has only one bit set.
866 // If c1 and c2 differ only by one bit.
876 // If the characters differ by 2^n but don't differ by one bit then
982 int bit;
986 bit = 1;
990 bit = 0;
994 templ[i] = bit;
997 bit ^= 1;
1000 templ[j] = bit;
1002 bit ^= 1;
1005 templ[i] = bit;
1407 // Takes the left-most 1-bit and smears it out, setting all bits to its right.
1541 // If number of characters preloaded is 1 then we used a byte or 16 bit
1548 // two-byte mode we also use a 16 bit load with zero extend.