Searched refs:bitcheck (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_operate.c697 int bitcheck = 0; local
698 while(bitcheck < 32) {
699 if(config->authtype & (1UL << bitcheck++)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Durl.c1215 int bitcheck; local
1246 bitcheck = 0;
1248 while(bitcheck < 31) {
1249 if(auth & (1UL << bitcheck++)) {
1304 int bitcheck; local
1334 bitcheck = 0;
1336 while(bitcheck < 31) {
1337 if(auth & (1UL << bitcheck++)) {

Completed in 130 milliseconds