Searched defs:PV_CLZ (Results 1 – 2 of 2) sorted by relevance
23 #define PV_CLZ(A,B) __asm{CLZ (A),(B)} \ macro26 #define PV_CLZ(A,B) while (((B) & 0x8000) == 0) {(B) <<=1; A++;} macro
24 #define PV_CLZ(A,B) while (((B) & 0x8000) == 0) {(B) <<=1; A++;} macro