Search | Google it | Results 1 - 1 of 1 for funcall:ffs from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/sys_select.c (0.00 seconds) |
409: obits = 0; 410: while ((j = ffs(ibits)) && (fd = i + --j) < nfd) { 411: ibits &= ~(1 << j); 747: do { 748: index = ffs(mask) - 1; 749: mask &= ~(1 << index);