Searched refs:ffsl (Results 1 - 10 of 10) sorted by relevance

/barrelfish-master/lib/libc/string/
H A Dffsl.c39 ffsl(long mask) function
H A DMakefile.inc11 ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \
46 MLINKS+=ffs.3 ffsl.3 \
/barrelfish-master/include/
H A Dstrings.h53 int ffsl(long) __pure2;
/barrelfish-master/include/vm/
H A Dvm_reserv.c759 lo = ffsl(~(((1UL << hi) - 1) | rv->popmap[i]));
765 lo = ffsl(~rv->popmap[i]);
777 /* Convert from ffsl() to ordinary bit numbering. */
787 hi = ffsl(rv->popmap[i]);
790 /* Convert from ffsl() to ordinary bit numbering. */
1029 lo = ffsl(~(((1UL << hi) - 1) | rv->popmap[i]));
1031 lo = ffsl(~rv->popmap[i]);
1034 /* Convert from ffsl() to ordinary bit numbering. */
1060 hi = ffsl(rv->popmap[i] & ~((1UL << lo) - 1));
1067 hi = ffsl(r
[all...]
H A Dvm_phys.c342 while ((idx = ffsl(mask)) != 0) {
343 idx--; /* ffsl counts from 1 */
1152 order = min(ffsl(VM_PAGE_TO_PHYS(m) >> PAGE_SHIFT) - 1,
/barrelfish-master/lib/libc/
H A DMakefile158 KSRCS= bcmp.c ffs.c ffsl.c fls.c flsl.c mcount.c strcat.c strchr.c \
/barrelfish-master/include/sys/
H A Dbitset.h178 __bit = ffsl((p)->__bits[__i]); \
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/
H A Dbitops.h60 // static int ffsl(long mask) {
71 return (ffsl(mask) - 1);
H A Dlinux_idr.c314 idx = ffsl(il->bitmap);
/barrelfish-master/lib/libc/rpc/
H A Dsvc.c603 for (mask = *maskp++; (bit = ffsl(mask)) != 0;

Completed in 126 milliseconds