Lines Matching full:clz32
41 UInt clz32 ( UInt x )67 return 32 - clz32((~x) & (x-1));148 newECX = intRes2 == 0 ? 16 : (31 - clz32(intRes2));