| /third_party/ltp/pan/ |
| H A D | splitstr.c | 61 const char **splitstr(const char *str, const char *separator, int *argcount) in splitstr() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_printf.c | 200 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 D | watch_shellcmd.c | 118 UINT32 argcount = argc;
in OsWatchOptionParsed() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
| H A D | image_module.cpp | 330 const int16_t argcount = 1; in OnCallBack() local
|
| /third_party/python/Objects/clinic/ |
| H A D | codeobject.c.h | 27 int argcount; in code_new() local
|
| /third_party/python/Objects/ |
| H A D | call.c | 464 Py_ssize_t argcount = PyTuple_GET_SIZE(args); in _PyObject_Call_Prepend() local
|
| H A D | codeobject.c | 498 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 D | ad1843.c | 214 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 D | ad1843.c | 214 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 D | token.h | 174 struct argcount { struct
|
| /third_party/python/Include/internal/ |
| H A D | pycore_code.h | 189 int argcount; member
|
| /third_party/python/Modules/_ctypes/ |
| H A D | callproc.c | 1151 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 D | marshal.c | 1355 int argcount; in r_object() local
|
| H A D | specialize.c | 1501 int argcount = code->co_argcount; in specialize_py_call() local
|
| H A D | ceval.c | 4846 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...] |