Searched refs:PV_CLZ (Results 1 – 2 of 2) sorted by relevance
24 #define PV_CLZ(A,B) while (((B) & 0x8000) == 0) {(B) <<=1; A++;} macro1241 PV_CLZ(leading_zeros, tmp_cnt) in ue_v()
29 #define PV_CLZ(A,B) while (((B) & 0x8000) == 0) {(B) <<=1; A++;} macro1238 PV_CLZ(leading_zeros, tmp_cnt) in ue_v()