Home | History | Annotate | Download | only in coders

Lines Matching defs:bit

882           bit,
888 for (bit = 0; bit < number_bits; bit++)
891 & (0x01 << (7-bit))) != 0 ? 0 : QuantumRange,q,exception);