Home
last modified time | relevance | path

Searched defs:argcount (Results 1 – 9 of 9) 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/tools/sparse/sparse-src/
Dtoken.h174 struct argcount { struct
195 struct argcount count; argument
/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.h25 int argcount; in code_new() local
/third_party/python/Objects/
Dcodeobject.c117 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()
Dcall.c413 Py_ssize_t argcount = PyTuple_GET_SIZE(args); in _PyObject_Call_Prepend() local
/third_party/python/Modules/_ctypes/
Dcallproc.c804 int argcount, in _call_function_pointer()
1149 Py_ssize_t i, n, argcount, argtype_count; in _ctypes_callproc() local
/third_party/python/Python/
Dmarshal.c1304 int argcount; in r_object() local
Dceval.c4780 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()