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.c65 int argcount, in lp_build_print_args()
211 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/Python/
Doptimizer_bytecodes.c587 int argcount = oparg; in dummy_func() local
Dceval.c1418 Py_ssize_t argcount, PyObject *kwnames) in initialize_locals()
1711 size_t argcount, PyObject *kwnames) in _PyEvalFramePushAndInit()
1789 PyObject* const* args, size_t argcount, in _PyEval_Vector()
1817 PyObject *const *args, int argcount, in PyEval_EvalCodeEx()
Doptimizer_cases.c.h1671 int argcount = oparg; variable
Dmarshal.c1386 int argcount; in r_object() local
Dspecialize.c1876 int argcount = -1; in specialize_py_call() local
/external/python/cpython3/Objects/clinic/
Dcodeobject.c.h34 int argcount; in code_new() local
/external/fmtlib/support/
Ddocopt.py182 def __init__(self, short=None, long=None, argcount=0, value=False): argument
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c834 int argcount, in _call_function_pointer()
1186 Py_ssize_t i, n, argcount, argtype_count; in _ctypes_callproc() local
/external/python/cpython3/Objects/
Dcodeobject.c704 int argcount, int posonlyargcount, int kwonlyargcount, in PyUnstable_Code_NewWithPosOnlyArgs()
857 PyUnstable_Code_New(int argcount, int kwonlyargcount, in PyUnstable_Code_New()
1736 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount, in code_new_impl()
Dcall.c486 Py_ssize_t argcount = PyTuple_GET_SIZE(args); in _PyObject_Call_Prepend() local
/external/python/cpython3/Include/internal/
Dpycore_code.h264 int argcount; member
Dpycore_runtime.h121 uint64_t argcount; member