Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_compat.h182 static inline uint8_t hweight32(uint32_t word32) in hweight32() argument
184 uint32_t res = word32 - ((word32 >> 1) & 0x55555555); in hweight32()