Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_struct.c.h159 calcsize_impl(PyObject *module, PyStructObject *s_object);
171 _return_value = calcsize_impl(module, s_object); in calcsize()
/external/python/cpython3/Modules/
D_struct.c2113 calcsize_impl(PyObject *module, PyStructObject *s_object) in calcsize_impl() function