Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ffsl
Function
ffsl
freebsd/i386/include/cpufunc.h:214–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
#define HAVE_INLINE_FFSL
213
214
static __inline __pure2 int
215
ffsl(long mask)
216
{
217
return (ffs((int)mask));
218
}
219
220
#define HAVE_INLINE_FLS
221
Callers
nothing calls this directly
Calls
1
ffs
Function · 0.70
Tested by
no test coverage detected