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

/vbox/src/recompiler/
H A Dhost-utils.h119 static inline int ctz32(uint32_t val) function
160 return ctz32(~val);
179 return cnt + ctz32(val);

Completed in 101 milliseconds