Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ flsll
Function
flsll
freebsd/amd64/include/cpufunc.h:161–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
#define HAVE_INLINE_FLSLL
160
161
static __inline __pure2 int
162
flsll(long long mask)
163
{
164
return (flsl((long)mask));
165
}
166
167
#endif /* _KERNEL */
168
Callers
nothing calls this directly
Calls
1
flsl
Function · 0.70
Tested by
no test coverage detected