Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dlongobject.c5337 popcount_digit(digit d) in popcount_digit() function
5374 bit_count += popcount_digit(z->ob_digit[i]); in int_bit_count_impl()
5384 PyObject *x = PyLong_FromLong(popcount_digit(z->ob_digit[i])); in int_bit_count_impl()