Home
last modified time | relevance | path

Searched refs:bitcnt (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/examples/ipv4_multicast/
H A Dmain.c181 bitcnt(uint32_t v) in bitcnt() function
324 port_num = bitcnt(port_mask); in mcast_forward()
/f-stack/freebsd/mips/nlm/dev/sec/
H A Dnlmsec.c125 #define extract_bits(x, bitshift, bitcnt) \ argument
126 (((unsigned long long)x >> bitshift) & ((1ULL << bitcnt) - 1))
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dipv4_multicast.rst165 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)