Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c46 int argcount, in lp_build_print_args()
194 unsigned argcount, i; in lp_build_printf() local
/external/ltp/pan/
Dsplitstr.c61 const char **splitstr(const char *str, const char *separator, int *argcount) in splitstr()
/external/python/cpython3/Objects/
Dcodeobject.c117 PyCode_NewWithPosOnlyArgs(int argcount, int posonlyargcount, int kwonlyargcount, in PyCode_NewWithPosOnlyArgs()
267 PyCode_New(int argcount, int kwonlyargcount, in PyCode_New()
447 int argcount; in code_new() local
Dcall.c470 Py_ssize_t argcount = PyTuple_GET_SIZE(args); in _PyObject_Call_Prepend() local
/external/python/cpython2/Objects/
Dcodeobject.c93 PyCode_New(int argcount, int nlocals, int stacksize, int flags, in PyCode_New()
271 int argcount; in code_new() local
Dclassobject.c2586 Py_ssize_t argcount = PyTuple_Size(arg); in instancemethod_call() local
/external/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_tgsi.c209 struct ureg_dst *dst, struct ureg_src *args, unsigned argcount) in emit_special_inst()
244 struct ureg_dst *dst, struct ureg_src *args, unsigned argcount) in emit_arith_inst()
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c821 int argcount, in _call_function_pointer()
1166 Py_ssize_t i, n, argcount, argtype_count; in _ctypes_callproc() local
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c778 int argcount) in _call_function_pointer()
1099 Py_ssize_t i, n, argcount, argtype_count; in _ctypes_callproc() local
/external/fmtlib/support/
Ddocopt.py182 def __init__(self, short=None, long=None, argcount=0, value=False): argument
/external/python/cpython2/Python/
Dmarshal.c1005 int argcount; in r_object() local
Dceval.c3368 PyObject **args, int argcount, PyObject **kws, int kwcount, in PyEval_EvalCodeEx()
/external/python/cpython3/Python/
Dceval.c4076 PyObject *const *args, Py_ssize_t argcount, in _PyEval_EvalCode()
4351 PyObject *const *args, Py_ssize_t argcount, in _PyEval_EvalCodeWithName()
4370 PyObject *const *args, int argcount, in PyEval_EvalCodeEx()
Dmarshal.c1300 int argcount; in r_object() local