Searched defs:argcount (Results 1 – 10 of 10) sorted by relevance
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_printf.c | 54 int argcount, in lp_build_print_args() 200 unsigned argcount, i; in lp_build_printf() local
|
| /third_party/ltp/pan/ |
| D | splitstr.c | 61 const char **splitstr(const char *str, const char *separator, int *argcount) in splitstr()
|
| /third_party/python/Objects/clinic/ |
| D | codeobject.c.h | 27 int argcount; in code_new() local
|
| /third_party/python/Objects/ |
| D | codeobject.c | 498 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()
|
| D | call.c | 464 Py_ssize_t argcount = PyTuple_GET_SIZE(args); in _PyObject_Call_Prepend() local
|
| /third_party/python/Modules/_ctypes/ |
| D | callproc.c | 807 int argcount, in _call_function_pointer() 1151 Py_ssize_t i, n, argcount, argtype_count; in _ctypes_callproc() local
|
| /third_party/python/Python/ |
| D | ceval.c | 4846 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,
|
| D | marshal.c | 1355 int argcount; in r_object() local
|
| D | specialize.c | 1501 int argcount = code->co_argcount; in specialize_py_call() local
|
| /third_party/python/Include/internal/ |
| D | pycore_code.h | 189 int argcount; member
|