gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ffs from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/sys_select.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/sys_select.c - 30.3KB - 961 lines
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);