Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ flsl
Function
flsl
freebsd/amd64/include/cpufunc.h:153–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
#define HAVE_INLINE_FLSL
152
153
static __inline __pure2 int
154
flsl(long mask)
155
{
156
return (mask == 0 ? mask : (int)bsrq((u_long)mask) + 1);
157
}
158
159
#define HAVE_INLINE_FLSLL
160
Callers
5
flsll
Function · 0.70
vmx_pending_intr
Function · 0.50
vmx_inject_pir
Function · 0.50
fpuinitstate
Function · 0.50
fpugetregs
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected