Home | History | Annotate | Download | only in tests

Lines Matching defs:bitno

5983    int bitno  = bit % 8;
5984 UChar mask = 1 << bitno;
5986 // byteno, bitno, (int)mask );