Home
last modified time | relevance | path

Searched defs:argcount (Results 1 - 15 of 15) sorted by relevance

/third_party/ltp/pan/
H A Dsplitstr.c61 const char **splitstr(const char *str, const char *separator, int *argcount) in splitstr() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_printf.c200 unsigned argcount, i; in lp_build_printf() local
53 lp_build_print_args(struct gallivm_state* gallivm, int argcount, LLVMValueRef* args) lp_build_print_args() argument
/kernel/liteos_a/shell/full/src/cmds/
H A Dwatch_shellcmd.c118 UINT32 argcount = argc; in OsWatchOptionParsed() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dimage_module.cpp330 const int16_t argcount = 1; in OnCallBack() local
/third_party/python/Objects/clinic/
H A Dcodeobject.c.h27 int argcount; in code_new() local
/third_party/python/Objects/
H A Dcall.c464 Py_ssize_t argcount = PyTuple_GET_SIZE(args); in _PyObject_Call_Prepend() local
H A Dcodeobject.c498 PyCode_NewWithPosOnlyArgs(int argcount, int posonlyargcount, int kwonlyargcount, in PyCode_NewWithPosOnlyArgs() argument
622 PyCode_New(int argcount, int kwonlyargcount, in PyCode_New() argument
1522 code_new_impl(PyTypeObject *type, int argcount, in argument
[all...]
/kernel/linux/linux-5.10/sound/mips/
H A Dad1843.c214 static void ad1843_read_multi(struct snd_ad1843 *ad1843, int argcount, ...) in ad1843_read_multi() argument
246 static void ad1843_write_multi(struct snd_ad1843 *ad1843, int argcount, ...) in ad1843_write_multi() argument
/kernel/linux/linux-6.6/sound/mips/
H A Dad1843.c214 static void ad1843_read_multi(struct snd_ad1843 *ad1843, int argcount, ...) in ad1843_read_multi() argument
246 static void ad1843_write_multi(struct snd_ad1843 *ad1843, int argcount, ...) in ad1843_write_multi() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dtoken.h174 struct argcount { struct
/third_party/python/Include/internal/
H A Dpycore_code.h189 int argcount; member
/third_party/python/Modules/_ctypes/
H A Dcallproc.c1151 Py_ssize_t i, n, argcount, argtype_count; in _ctypes_callproc() local
801 _call_function_pointer(int flags, PPROC pProc, void **avalues, ffi_type **atypes, ffi_type *restype, void *resmem, int argcount, int argtypecount) _call_function_pointer() argument
[all...]
/third_party/python/Python/
H A Dmarshal.c1355 int argcount; in r_object() local
H A Dspecialize.c1501 int argcount = code->co_argcount; in specialize_py_call() local
H A Dceval.c4846 int argcount = oparg + is_meth; local
4880 int argcount = oparg + is_meth; local
6137 initialize_locals(PyThreadState *tstate, PyFunctionObject *func, PyObject **localsplus, PyObject *const *args, Py_ssize_t argcount, PyObject *kwnames) global() argument
6364 _PyEvalFramePushAndInit(PyThreadState *tstate, PyFunctionObject *func, PyObject *locals, PyObject* const* args, size_t argcount, PyObject *kwnames) global() argument
6417 _PyEval_Vector(PyThreadState *tstate, PyFunctionObject *func, PyObject *locals, PyObject* const* args, size_t argcount, PyObject *kwnames) global() argument
6450 PyEval_EvalCodeEx(PyObject *_co, PyObject *globals, PyObject *locals, PyObject *const *args, int argcount, PyObject *const *kws, int kwcount, PyObject *const *defs, int defcount, PyObject *kwdefs, PyObject *closure) global() argument
[all...]

Completed in 28 milliseconds