Lines Matching full:bitno
5991 int bitno = bit % 8;5992 UChar mask = 1 << bitno;5994 // byteno, bitno, (int)mask );