Home | History | Annotate | Download | only in regexp

Lines Matching defs:bit

1661   // Check whether exor has only one bit set.
1663 // If c1 and c2 differ only by one bit.
1673 // If the characters differ by 2^n but don't differ by one bit then
1808 int bit;
1812 bit = 1;
1816 bit = 0;
1819 templ[i] = bit;
1822 bit ^= 1;
1825 templ[j] = bit;
1827 bit ^= 1;
1830 templ[i] = bit;
2390 // Takes the left-most 1-bit and smears it out, setting all bits to its right.
2460 // If number of characters preloaded is 1 then we used a byte or 16 bit
2472 // two-byte mode we also use a 16 bit load with zero extend.