Home | History | Annotate | Download | only in lib

Lines Matching refs:bitcheck

1307     int bitcheck;
1338 bitcheck = 0;
1340 while(bitcheck < 31) {
1341 if(auth & (1UL << bitcheck++)) {
1397 int bitcheck;
1427 bitcheck = 0;
1429 while(bitcheck < 31) {
1430 if(auth & (1UL << bitcheck++)) {