Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dlongobject.c.h192 int_bit_count_impl(PyObject *self);
197 return int_bit_count_impl(self); in int_bit_count()
/third_party/python/Objects/
Dlongobject.c5332 int_bit_count_impl(PyObject *self) in int_bit_count_impl() function