Searched defs:bitcount64 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ | ||
| H A D | libkern.h | 153 #define bitcount64(x) __bitcount64((uint64_t)(x)) macro |
| /f-stack/freebsd/kern/ | ||
| H A D | subr_blist.c | 118 #define bitcount64(x) __bitcount64((uint64_t)(x)) macro |