Home | History | Annotate | Download | only in src

Lines Matching defs:bit

1683   // Check whether exor has only one bit set.
1685 // If c1 and c2 differ only by one bit.
1695 // If the characters differ by 2^n but don't differ by one bit then
1833 int bit;
1837 bit = 1;
1841 bit = 0;
1844 templ[i] = bit;
1847 bit ^= 1;
1850 templ[j] = bit;
1852 bit ^= 1;
1855 templ[i] = bit;
2421 // Takes the left-most 1-bit and smears it out, setting all bits to its right.
2485 // If number of characters preloaded is 1 then we used a byte or 16 bit
2497 // TWO_BYTE mode we also use a 16 bit load with zero extend.