Home
last modified time | relevance | path

Searched defs:argcount (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c54 int argcount, in lp_build_print_args()
200 unsigned argcount, i; in lp_build_printf() local
/third_party/ltp/pan/
Dsplitstr.c61 const char **splitstr(const char *str, const char *separator, int *argcount) in splitstr()
/third_party/python/Objects/clinic/
Dcodeobject.c.h27 int argcount; in code_new() local
/third_party/python/Objects/
Dcodeobject.c498 PyCode_NewWithPosOnlyArgs(int argcount, int posonlyargcount, int kwonlyargcount, in PyCode_NewWithPosOnlyArgs()
622 PyCode_New(int argcount, int kwonlyargcount, in PyCode_New()
1522 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount, in code_new_impl()
Dcall.c464 Py_ssize_t argcount = PyTuple_GET_SIZE(args); in _PyObject_Call_Prepend() local
/third_party/python/Modules/_ctypes/
Dcallproc.c807 int argcount, in _call_function_pointer()
1151 Py_ssize_t i, n, argcount, argtype_count; in _ctypes_callproc() local
/third_party/python/Python/
Dceval.c4846 int argcount = oparg + is_meth; local
4880 int argcount = oparg + is_meth; local
6139 Py_ssize_t argcount, PyObject *kwnames)
6366 size_t argcount, PyObject *kwnames)
6419 PyObject* const* args, size_t argcount,
6451 PyObject *const *args, int argcount,
Dmarshal.c1355 int argcount; in r_object() local
Dspecialize.c1501 int argcount = code->co_argcount; in specialize_py_call() local
/third_party/python/Include/internal/
Dpycore_code.h189 int argcount; member