MCPcopy 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
161static __inline __pure2 int
162flsll(long long mask)
163{
164 return (flsl((long)mask));
165}
166
167#endif /* _KERNEL */
168

Callers

nothing calls this directly

Calls 1

flslFunction · 0.70

Tested by

no test coverage detected