Home
last modified time | relevance | path

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

/external/fio/lib/
Dhweight.c11 unsigned int hweight32(uint32_t w) in hweight32() function
24 return hweight32((unsigned int)(w >> 32)) + hweight32((unsigned int)w); in hweight64()
Dhweight.h7 unsigned int hweight32(uint32_t w);