Searched refs:__const_bitcount64 (Results 1 – 2 of 2) sorted by relevance
| /src/sys/sys/ | ||
| H A D | bitcount.h | 60 #define __const_bitcount64(x) ( \ macro |
| /src/sys/compat/linuxkpi/common/include/linux/ | ||
| H A D | bitops.h | 64 #define HWEIGHT64(x) (__const_bitcount64((uint64_t)(x))) |