MCPcopy 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
230static __inline __pure2 int
231flsl(long mask)
232{
233 return (fls((int)mask));
234}
235
236#endif /* _KERNEL */
237

Callers

nothing calls this directly

Calls 1

flsFunction · 0.70

Tested by

no test coverage detected