Home
last modified time | relevance | path

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

/external/qemu/
Dhost-utils.h163 static inline int ctz64(uint64_t val) in ctz64() function
185 return ctz64(~val); in cto64()
DChangelog29 - target-alpha: Fix generic ctz64. (Richard Henderson)