Searched refs:ffsl (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-10-stable/lib/libc/rpc/
H A Dsvc.c605 for (mask = *maskp++; (bit = ffsl(mask)) != 0;
/freebsd-10-stable/sys/i386/include/
H A Dcpufunc.h204 ffsl(long mask) function
/freebsd-10-stable/sys/ia64/ia64/
H A Dpmap.c820 bit = ffsl(inuse) - 1;
960 bit = ffsl(pc->pc_map[field]) - 1;
2189 bit = ffsl(inuse) - 1;
/freebsd-10-stable/sys/mips/mips/
H A Dpmap.c1405 bit = ffsl(inuse) - 1;
1551 bit = ffsl(pc->pc_map[field]) - 1;
2698 bit = ffsl(inuse) - 1;
/freebsd-10-stable/sys/dev/ixl/
H A Dixl_txrx.c106 i = ffsl(vsi->active_queues);
/freebsd-10-stable/sys/dev/ixgbe/
H A Dix_txrx.c193 i = ffsl(adapter->active_queues);
H A Dixv_txrx.c182 i = ffsl(adapter->active_queues);
/freebsd-10-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c1411 while ((chid_ofs = ffsl(flags)) != 0) {
1414 --chid_ofs; /* NOTE: ffsl is 1-based */
/freebsd-10-stable/sys/kern/
H A Dkern_descrip.c214 return (off * NDENTRIES + ffsl(mask) - 1);
219 return (off * NDENTRIES + ffsl(~map[off]) - 1);
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2081 case LibFunc::ffsl:
/freebsd-10-stable/usr.sbin/bhyve/
H A Dpci_ahci.c1062 buf[106] |= ffsl(psectsz / sectsz) - 1;
/freebsd-10-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c691 idx = ffsl(~bmap[i]);
695 --idx; /* ffsl is 1-based */

Completed in 181 milliseconds

12