Lines Matching full:bitno
5964 int bitno = bit % 8;5965 uchar mask = 1 << bitno;5967 // byteno, bitno, (int)mask );