Searched defs:argcount (Results 1 – 9 of 9) 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/tools/sparse/sparse-src/ |
D | token.h | 174 struct argcount { struct 195 struct argcount count; argument
|
/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 | 25 int argcount; in code_new() local
|
/third_party/python/Objects/ |
D | codeobject.c | 117 PyCode_NewWithPosOnlyArgs(int argcount, int posonlyargcount, int kwonlyargcount, in PyCode_NewWithPosOnlyArgs() 275 PyCode_New(int argcount, int kwonlyargcount, in PyCode_New() 549 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount, in code_new_impl()
|
D | call.c | 413 Py_ssize_t argcount = PyTuple_GET_SIZE(args); in _PyObject_Call_Prepend() local
|
/third_party/python/Modules/_ctypes/ |
D | callproc.c | 804 int argcount, in _call_function_pointer() 1149 Py_ssize_t i, n, argcount, argtype_count; in _ctypes_callproc() local
|
/third_party/python/Python/ |
D | marshal.c | 1304 int argcount; in r_object() local
|
D | ceval.c | 4780 PyObject *const *args, Py_ssize_t argcount, in _PyEval_MakeFrameVector() 5054 PyObject* const* args, size_t argcount, in _PyEval_Vector() 5087 PyObject *const *args, int argcount, in PyEval_EvalCodeEx()
|