Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_bitutils.h95 _Py_popcount32(uint32_t x) in _Py_popcount32() function
/third_party/python/Modules/
H A D_testinternalcapi.c80 int bits = _Py_popcount32(u); in check_popcount()
83 "_Py_popcount32(%lu) returns %i, expected %i", in check_popcount()
H A Dposixmodule.c25 # include "pycore_bitutils.h" // _Py_popcount32()
13438 ncpu = _Py_popcount32(vxCpuEnabledGet()); in os_cpu_count_impl()
/third_party/python/Python/
H A Dhamt.c3 #include "pycore_bitutils.h" // _Py_popcount32
449 return (uint32_t)_Py_popcount32(bitmap & (bit - 1)); in hamt_bitindex()
813 uint32_t n = (uint32_t)_Py_popcount32(self->b_bitmap); in hamt_node_bitmap_assoc()
/third_party/python/Objects/
H A Dlongobject.c6 #include "pycore_bitutils.h" // _Py_popcount32()
5746 return _Py_popcount32((uint32_t)d); in popcount_digit()

Completed in 27 milliseconds