Home | History | Annotate | Download | only in lib

Lines Matching refs:bitcheck

1324     int bitcheck;
1355 bitcheck = 0;
1357 while(bitcheck < 31) {
1358 if(auth & (1UL << bitcheck++)) {
1414 int bitcheck;
1444 bitcheck = 0;
1446 while(bitcheck < 31) {
1447 if(auth & (1UL << bitcheck++)) {