Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dlongobject.c.h133 int_bit_length_impl(PyObject *self);
138 return int_bit_length_impl(self); in int_bit_length()
/third_party/python/Objects/
Dlongobject.c5418 int_bit_length_impl(PyObject *self) in int_bit_length_impl() function