Home | History | Annotate | Download | only in switchback

Lines Matching refs:bitno

5964    int bitno  = bit % 8;
5965 uchar mask = 1 << bitno;
5967 // byteno, bitno, (int)mask );