Home | History | Annotate | Download | only in tests

Lines Matching defs:bitno

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