Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ flsl
Function
flsl
freebsd/i386/include/cpufunc.h:230–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
#define HAVE_INLINE_FLSL
229
230
static __inline __pure2 int
231
flsl(long mask)
232
{
233
return (fls((int)mask));
234
}
235
236
#endif /* _KERNEL */
237
Callers
nothing calls this directly
Calls
1
fls
Function · 0.70
Tested by
no test coverage detected