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

/vbox/src/recompiler/
H A Dhost-utils.h163 static inline int ctz64(uint64_t val) function
185 return ctz64(~val);

Completed in 39 milliseconds