Home | History | Annotate | Download | only in tests

Lines Matching refs:bitno

6020    int bitno  = bit % 8;
6021 UChar mask = 1 << bitno;
6023 // byteno, bitno, (int)mask );