Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ fls
Function
fls
freebsd/i386/include/cpufunc.h:222–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
#define HAVE_INLINE_FLS
221
222
static __inline __pure2 int
223
fls(int mask)
224
{
225
return (mask == 0 ? mask : (int)bsrl((u_int)mask) + 1);
226
}
227
228
#define HAVE_INLINE_FLSL
229
Callers
3
flsl
Function · 0.70
npxinitstate
Function · 0.50
npxgetregs
Function · 0.50
Calls
1
bsrl
Function · 0.85
Tested by
no test coverage detected