Searched defs:nlz (Results 1 – 4 of 4) sorted by relevance
163 GLM_FUNC_QUALIFIER unsigned int nlz(unsigned int x) function171 GLM_FUNC_QUALIFIER unsigned int nlz(unsigned int x) function
110 nlz(uint64_t x) in nlz() function368 nlz(uint32_t x) in nlz() function
2210 unsigned nlz = base::bits::CountLeadingZeros32(src); in Move() local2237 unsigned nlz = base::bits::CountLeadingZeros64(src); in Move() local
2674 unsigned nlz = base::bits::CountLeadingZeros64(src); in Move() local