Searched refs:bitcnt (Results 1 – 3 of 3) sorted by relevance
181 bitcnt(uint32_t v) in bitcnt() function324 port_num = bitcnt(port_mask); in mcast_forward()
125 #define extract_bits(x, bitshift, bitcnt) \ argument126 (((unsigned long long)x >> bitshift) & ((1ULL << bitcnt) - 1))
165 Then, the number of ports in the destination portmask is calculated with the help of the bitcnt() f…171 static inline uint32_t bitcnt(uint32_t v)