Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dbitcount.h69 #define __bitcount(x) __builtin_popcount((unsigned int)(x)) macro
123 #define __bitcount(x) __bitcount32((unsigned int)(x)) macro
H A Dlibkern.h237 #define bitcount(x) __bitcount((u_int)(x))
/freebsd/sbin/veriexec/
H A Dveriexec.c105 if (state == 0 || __bitcount(state) > 1) in veriexec_state_query()
/freebsd/sys/kern/
H A Dsubr_trap.c226 && __bitcount(tdp) == 1)); in ast_register()
H A Dkern_umtx.c4608 if (__bitcount(flags & (UMTX_SHM_CREAT | UMTX_SHM_LOOKUP | in umtx_shm()
/freebsd/sys/netipsec/
H A Dipsec_offload.c410 MPASS(__bitcount(flags & (IFP_HS_HANDLED | IFP_HS_REJECTED)) == 1); in ipsec_accel_handle_sav()