Home
last modified time | relevance | path

Searched refs:__bitcount (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/sys/
H A Dtypes.h317 #define __bitcount(x) __builtin_popcount((unsigned int)(x)) macro
371 #define __bitcount(x) __bitcount32((unsigned int)(x)) macro
H A Dlibkern.h157 #define bitcount(x) __bitcount((u_int)(x))
/freebsd-13.1/sys/kern/
H A Dkern_umtx.c4501 if (__bitcount(flags & (UMTX_SHM_CREAT | UMTX_SHM_LOOKUP | in umtx_shm()