Home
last modified time | relevance | path

Searched defs:nargsf (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Include/cpython/
Dabstract.h104 PyObject *const *args, size_t nargsf, in _PyObject_VectorcallTstate()
124 size_t nargsf, PyObject *kwnames) in PyObject_Vectorcall()
181 size_t nargsf; in PyObject_CallOneArg() local
231 size_t nargsf, PyObject *kwnames) in _PyObject_VectorcallMethodId()
/external/python/cpython3/Objects/
Dmethodobject.c414 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in cfunction_vectorcall_FASTCALL()
433 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in cfunction_vectorcall_FASTCALL_KEYWORDS()
449 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD()
465 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in cfunction_vectorcall_NOARGS()
492 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in cfunction_vectorcall_O()
Ddescrobject.c297 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_VARARGS()
321 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_VARARGS_KEYWORDS()
356 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_FASTCALL_KEYWORDS_METHOD()
376 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_FASTCALL()
395 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_FASTCALL_KEYWORDS()
414 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_NOARGS()
441 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_O()
Dcall.c95 PyObject *const *args, size_t nargsf, in _PyObject_FastCallDictTstate()
139 size_t nargsf, PyObject *kwargs) in PyObject_VectorcallDict()
346 size_t nargsf, PyObject *kwnames) in _PyFunction_Vectorcall()
802 size_t nargsf, PyObject *kwnames) in PyObject_VectorcallMethod()
Dclassobject.c37 size_t nargsf, PyObject *kwnames) in method_vectorcall()
Dsetobject.c1028 size_t nargsf, PyObject *kwnames) in frozenset_vectorcall()
1964 size_t nargsf, PyObject *kwnames) in set_vectorcall()
Dtupleobject.c713 size_t nargsf, PyObject *kwnames) in tuple_vectorcall()
Drangeobject.c147 size_t nargsf, PyObject *kwnames) in range_vectorcall()
Dlistobject.c2722 size_t nargsf, PyObject *kwnames) in list_vectorcall()
Ddictobject.c3371 size_t nargsf, PyObject *kwnames) in dict_vectorcall()
Dtypeobject.c1498 size_t nargsf = nargs; in vectorcall_unbound() local
/external/python/cpython3/Modules/
D_functoolsmodule.c135 PyObject *const *args, size_t nargsf, in partial_vectorcall_fallback()
146 size_t nargsf, PyObject *kwnames) in partial_vectorcall()
D_testcapimodule.c6128 size_t nargsf, PyObject *kwnames) in MethodDescriptor_vectorcall()