Searched defs:ctz32 (Results 1 - 3 of 3) sorted by relevance

/external/qemu/
H A Dhost-utils.h119 static inline int ctz32(uint32_t val) function
160 return ctz32(~val);
179 return cnt + ctz32(val);
/external/valgrind/main/VEX/priv/
H A Dguest_generic_x87.c590 static UInt ctz32 ( UInt x ) function
658 newECX = intRes2 == 0 ? 16 : ctz32(intRes2);
/external/valgrind/main/none/tests/amd64/
H A Dpcmpstr64.c65 UInt ctz32 ( UInt x ) function
151 newECX = intRes2 == 0 ? 16 : ctz32(intRes2);
1333 UInt ctz32 ( UInt x ) function
1419 newECX = intRes2 == 0 ? 16 : ctz32(intRes2);

Completed in 124 milliseconds