Home
last modified time | relevance | path

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

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