HomeSort by relevance Sort by last modified time
    Searched defs:clz32 (Results 1 - 2 of 2) sorted by null

  /external/qemu/
host-utils.h 52 static inline int clz32(uint32_t val) function
91 return clz32(~val);
110 return cnt + clz32(val);