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

/external/qemu/include/qemu/
H A Dhost-utils.h196 * ctz64 - count trailing zeros in a 64-bit value.
202 static inline int ctz64(uint64_t val) function
220 * ctz64 - count trailing ones in a 64-bit value.
227 return ctz64(~val);
314 # define ctzl ctz64
/external/qemu/target-i386/
H A Dtranslate.c66 # define ctztl ctz64

Completed in 990 milliseconds