Home
last modified time | relevance | path

Searched refs:_Py_popcount32 (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/internal/
Dpycore_bitutils.h95 _Py_popcount32(uint32_t x) in _Py_popcount32() function
/third_party/python/Modules/
D_testinternalcapi.c74 int bits = _Py_popcount32(u); in check_popcount()
Dposixmodule.c13241 ncpu = _Py_popcount32(vxCpuEnabledGet()); in os_cpu_count_impl()
/third_party/python/Python/
Dhamt.c440 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()
/third_party/python/Objects/
Dlongobject.c5342 return _Py_popcount32((uint32_t)d); in popcount_digit()