Searched defs:argcount (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_printf.c | 65 int argcount, in lp_build_print_args() 211 unsigned argcount, i; in lp_build_printf() local
|
/external/ltp/pan/ |
D | splitstr.c | 61 const char **splitstr(const char *str, const char *separator, int *argcount) in splitstr()
|
/external/python/cpython3/Python/ |
D | optimizer_bytecodes.c | 587 int argcount = oparg; in dummy_func() local
|
D | ceval.c | 1418 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()
|
D | optimizer_cases.c.h | 1671 int argcount = oparg; variable
|
D | marshal.c | 1386 int argcount; in r_object() local
|
D | specialize.c | 1876 int argcount = -1; in specialize_py_call() local
|
/external/python/cpython3/Objects/clinic/ |
D | codeobject.c.h | 34 int argcount; in code_new() local
|
/external/fmtlib/support/ |
D | docopt.py | 182 def __init__(self, short=None, long=None, argcount=0, value=False): argument
|
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 834 int argcount, in _call_function_pointer() 1186 Py_ssize_t i, n, argcount, argtype_count; in _ctypes_callproc() local
|
/external/python/cpython3/Objects/ |
D | codeobject.c | 704 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()
|
D | call.c | 486 Py_ssize_t argcount = PyTuple_GET_SIZE(args); in _PyObject_Call_Prepend() local
|
/external/python/cpython3/Include/internal/ |
D | pycore_code.h | 264 int argcount; member
|
D | pycore_runtime.h | 121 uint64_t argcount; member
|