Home
last modified time | relevance | path

Searched refs:flsll (Results 1 – 9 of 9) sorted by relevance

/dragonfly/lib/libc/string/
H A Dflsll.c38 flsll(long long mask) in flsll() function
H A DMakefile.inc12 ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \
46 ffs.3 flsll.3
H A DSymbol.map10 flsll;
/dragonfly/sys/libkern/
H A Dflsll.c38 flsll(long long mask) in flsll() function
/dragonfly/include/
H A Dstrings.h58 int flsll(long long) __pure2;
/dragonfly/sys/dev/drm/include/linux/
H A Dlog2.h133 fls((u32)(n)) - 1 : flsll((u64)(n)) - 1 \
/dragonfly/sys/sys/
H A Dlibkern.h115 int flsll(long long);
/dragonfly/sys/cpu/x86_64/include/
H A Dcpufunc.h296 flsll(long long mask) in flsll() function
/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_vnops.c1952 *retval = max(32, flsll(tmp->tm_pages_max * PAGE_SIZE) + 1); in tmpfs_pathconf()