Searched refs:clz32 (Results 1 – 3 of 3) sorted by relevance
432 clz32(uint32_t n) in clz32() function
42 #define clz32(n) (((n)==0) ? 32 : clz32_nz(n)) macro411 l = clz32(c) - (32 - 24); \624 k = clz32(c) - 8; \