MCPcopy 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
153static __inline __pure2 int
154flsl(long mask)
155{
156 return (mask == 0 ? mask : (int)bsrq((u_long)mask) + 1);
157}
158
159#define HAVE_INLINE_FLSLL
160

Callers 5

flsllFunction · 0.70
vmx_pending_intrFunction · 0.50
vmx_inject_pirFunction · 0.50
fpuinitstateFunction · 0.50
fpugetregsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected