Searched refs:_Py_popcount32 (Results 1 – 5 of 5) sorted by relevance
95 _Py_popcount32(uint32_t x) in _Py_popcount32() function
74 int bits = _Py_popcount32(u); in check_popcount()
13241 ncpu = _Py_popcount32(vxCpuEnabledGet()); in os_cpu_count_impl()
440 return (uint32_t)_Py_popcount32(bitmap & (bit - 1)); in hamt_bitindex()804 uint32_t n = (uint32_t)_Py_popcount32(self->b_bitmap); in hamt_node_bitmap_assoc()
5342 return _Py_popcount32((uint32_t)d); in popcount_digit()