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