Searched defs:CLZ32 (Results 1 – 1 of 1) sorted by relevance
27 #define CLZ32(id, x) id = (unsigned long)__builtin_clz(x) ^ 31 macro29 #define CLZ32(id, x) _BitScanReverse(&id, x) macro