Searched defs:bitcount (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ | ||
| H A D | libkern.h | 157 #define bitcount(x) __bitcount((u_int)(x)) macro |
| /f-stack/freebsd/arm/allwinner/ | ||
| H A D | aw_cir.c | 208 int i, bitcount; in aw_ir_decode_packets() local |