/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/libopenbios/ |
H A D | client.c | 36 prom_arg_t nargs; member 164 for( i = 0; i < pb->nargs; i++ ) in dump_service() 188 if ((prom_arg_t)pb->args[pb->nargs] != -1) in dump_return() 258 for (i = pb->nargs - 1; i >= 0; i--) in handle_calls() 276 pb->args[pb->nargs] = val; in handle_calls() 281 pb->args[pb->nargs + i] = POP(); in handle_calls() 290 pb->nargs - 2, pb->nret, j - dstacksave); in handle_calls() 311 if (pb->nargs < 0 || pb->nret < 0 || in of_client_interface() 324 for (i = pb->nargs - 1; i >= 0; i--) in of_client_interface() 334 get_service(pb), pb->nargs, pb->nret); in of_client_interface() [all …]
|
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/libopenbios/ |
H A D | client.c | 36 prom_arg_t nargs; member 164 for( i = 0; i < pb->nargs; i++ ) in dump_service() 188 if ((prom_arg_t)pb->args[pb->nargs] != -1) in dump_return() 258 for (i = pb->nargs - 1; i >= 0; i--) in handle_calls() 276 pb->args[pb->nargs] = val; in handle_calls() 281 pb->args[pb->nargs + i] = POP(); in handle_calls() 290 pb->nargs - 2, pb->nret, j - dstacksave); in handle_calls() 311 if (pb->nargs < 0 || pb->nret < 0 || in of_client_interface() 324 for (i = pb->nargs - 1; i >= 0; i--) in of_client_interface() 334 get_service(pb), pb->nargs, pb->nret); in of_client_interface() [all …]
|
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/libopenbios/ |
H A D | client.c | 36 prom_arg_t nargs; member 164 for( i = 0; i < pb->nargs; i++ ) in dump_service() 188 if ((prom_arg_t)pb->args[pb->nargs] != -1) in dump_return() 258 for (i = pb->nargs - 1; i >= 0; i--) in handle_calls() 276 pb->args[pb->nargs] = val; in handle_calls() 281 pb->args[pb->nargs + i] = POP(); in handle_calls() 290 pb->nargs - 2, pb->nret, j - dstacksave); in handle_calls() 311 if (pb->nargs < 0 || pb->nret < 0 || in of_client_interface() 324 for (i = pb->nargs - 1; i >= 0; i--) in of_client_interface() 334 get_service(pb), pb->nargs, pb->nret); in of_client_interface() [all …]
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/libopenbios/ |
H A D | client.c | 36 prom_arg_t nargs; member 164 for( i = 0; i < pb->nargs; i++ ) in dump_service() 188 if ((prom_arg_t)pb->args[pb->nargs] != -1) in dump_return() 258 for (i = pb->nargs - 1; i >= 0; i--) in handle_calls() 276 pb->args[pb->nargs] = val; in handle_calls() 281 pb->args[pb->nargs + i] = POP(); in handle_calls() 290 pb->nargs - 2, pb->nret, j - dstacksave); in handle_calls() 311 if (pb->nargs < 0 || pb->nret < 0 || in of_client_interface() 324 for (i = pb->nargs - 1; i >= 0; i--) in of_client_interface() 334 get_service(pb), pb->nargs, pb->nret); in of_client_interface() [all …]
|
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/libopenbios/ |
H A D | client.c | 36 prom_arg_t nargs; member 164 for( i = 0; i < pb->nargs; i++ ) in dump_service() 188 if ((prom_arg_t)pb->args[pb->nargs] != -1) in dump_return() 258 for (i = pb->nargs - 1; i >= 0; i--) in handle_calls() 276 pb->args[pb->nargs] = val; in handle_calls() 281 pb->args[pb->nargs + i] = POP(); in handle_calls() 290 pb->nargs - 2, pb->nret, j - dstacksave); in handle_calls() 311 if (pb->nargs < 0 || pb->nret < 0 || in of_client_interface() 324 for (i = pb->nargs - 1; i >= 0; i--) in of_client_interface() 334 get_service(pb), pb->nargs, pb->nret); in of_client_interface() [all …]
|
/dports/math/freefem++/FreeFem-sources-4.6/plugin/mpi/ |
H A D | parmmg.cpp | 127 Expression nargs[n_name_param]; member in parmmg_Op 130 return nargs[i] ? GetAny< KN_< long > >((*nargs[i])(stack)) : a; in arg() 134 return nargs[i] ? GetAny< KN_< double > >((*nargs[i])(stack)) : a; in arg() 138 return nargs[i] ? GetAny< double >((*nargs[i])(stack)) : a; in arg() 142 return nargs[i] ? GetAny< long >((*nargs[i])(stack)) : a; in arg() 151 args.SetNameParam(n_name_param, name_param, nargs); in parmmg_Op() 211 if (nargs[0]) { in operator ( )() 212 pmetric = GetAny< KN< double > * >((*nargs[0])(stack)); in operator ( )() 217 if (nargs[1]) { in operator ( )() 218 pcomm = GetAny<pcommworld>((*nargs[1])(stack)); in operator ( )() [all …]
|
/dports/multimedia/quodlibet/quodlibet-4.3.0/data/ |
H A D | quodlibet.bash | 199 nargs=0 203 *) nargs=$((nargs+1)) ;; 230 nargs=0 235 -a|--all) nargs=$((nargs+1)) ;; 236 *) nargs=$((nargs+1)) ;; 285 nargs=0 289 *) nargs=$((nargs+1)) ;; 407 nargs=0 411 *) nargs=$((nargs+1)) ;; 432 nargs=0 [all …]
|
/dports/lang/python37/Python-3.7.12/Objects/ |
H A D | call.c | 93 assert(nargs >= 0); in _PyObject_FastCallDict() 145 assert(nargs >= 0); in _PyObject_FastCallKeywords() 312 assert(nargs >= 0); in _PyFunction_FastCallDict() 398 assert(nargs >= 0); in _PyFunction_FastCallKeywords() 456 assert(nargs >= 0); in _PyMethodDef_RawFastCallDict() 604 assert(nargs >= 0); in _PyMethodDef_RawFastCallKeywords() 850 nargs++; in _PyObject_FastCall_Prepend() 864 if (nargs > 1) { in _PyObject_FastCall_Prepend() 1162 Py_ssize_t nargs; in object_vacall() local 1173 nargs = 0; in object_vacall() [all …]
|
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/libcommon/ |
H A D | ParseArgv.c | 236 if (nargs<1) nargs=1; 237 for (i=0; i<nargs; i++) { 258 if (nargs<1) nargs=1; 259 for (i=0; i<nargs; i++) { 281 if (nargs<1) nargs=1; 282 for (i=0; i<nargs; i++) { 297 if (nargs<1) nargs=1; 400 intptr_t j, nargs; in PrintUsage() local 445 if (nargs<1) nargs=1; in PrintUsage() 454 if (nargs<1) nargs=1; in PrintUsage() [all …]
|
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/unit_test/ |
H A D | TestDefaultDeviceTypeInit.hpp | 73 for (int i = 0; i < nargs; i++) { in init_kokkos_args() 323 int nargs = 0; in TEST() local 336 int nargs = 0; in TEST() local 349 int nargs = 0; in TEST() local 362 int nargs = 0; in TEST() local 376 int nargs = 0; in TEST() local 390 int nargs = 0; in TEST() local 403 int nargs = 0; in TEST() local 416 int nargs = 0; in TEST() local 429 int nargs = 0; in TEST() local [all …]
|
/dports/devel/kokkos/kokkos-3.4.01/core/unit_test/ |
H A D | TestDefaultDeviceTypeInit.hpp | 73 for (int i = 0; i < nargs; i++) { in init_kokkos_args() 323 int nargs = 0; in TEST() local 336 int nargs = 0; in TEST() local 349 int nargs = 0; in TEST() local 362 int nargs = 0; in TEST() local 376 int nargs = 0; in TEST() local 390 int nargs = 0; in TEST() local 403 int nargs = 0; in TEST() local 416 int nargs = 0; in TEST() local 429 int nargs = 0; in TEST() local [all …]
|
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/unit_test/ |
H A D | TestDefaultDeviceTypeInit.hpp | 73 for (int i = 0; i < nargs; i++) { in init_kokkos_args() 323 int nargs = 0; in TEST() local 336 int nargs = 0; in TEST() local 349 int nargs = 0; in TEST() local 362 int nargs = 0; in TEST() local 376 int nargs = 0; in TEST() local 390 int nargs = 0; in TEST() local 403 int nargs = 0; in TEST() local 416 int nargs = 0; in TEST() local 429 int nargs = 0; in TEST() local [all …]
|
/dports/games/freeciv/freeciv-2.6.6/common/scriptcore/ |
H A D | luascript_func.c | 63 pfunc->nargs = nargs; in func_new() 132 for (i = 0; i < nargs; i++) { in luascript_func_add_valist() 136 pfunc = func_new(required, nargs, parg_types); in luascript_func_add_valist() 146 bool required, int nargs, ...) in luascript_func_add() argument 150 va_start(args, nargs); in luascript_func_add() 215 if (pfunc->nargs != nargs) { in luascript_func_call_valist() 218 func_name, pfunc->nargs, nargs); in luascript_func_call_valist() 222 luascript_push_args(fcl, nargs, pfunc->arg_types, args); in luascript_func_call_valist() 225 if (luascript_call(fcl, nargs, 1, NULL) == 0) { in luascript_func_call_valist() 253 int *retval, int nargs, ...) in luascript_func_call() argument [all …]
|
/dports/games/freeciv-nox11/freeciv-2.6.6/common/scriptcore/ |
H A D | luascript_func.c | 63 pfunc->nargs = nargs; in func_new() 132 for (i = 0; i < nargs; i++) { in luascript_func_add_valist() 136 pfunc = func_new(required, nargs, parg_types); in luascript_func_add_valist() 146 bool required, int nargs, ...) in luascript_func_add() argument 150 va_start(args, nargs); in luascript_func_add() 215 if (pfunc->nargs != nargs) { in luascript_func_call_valist() 218 func_name, pfunc->nargs, nargs); in luascript_func_call_valist() 222 luascript_push_args(fcl, nargs, pfunc->arg_types, args); in luascript_func_call_valist() 225 if (luascript_call(fcl, nargs, 1, NULL) == 0) { in luascript_func_call_valist() 253 int *retval, int nargs, ...) in luascript_func_call() argument [all …]
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/common/ |
H A D | vm_43.c | 89 } */ nargs; in compat_43_sys_mmap() local 107 SCARG(&nargs, len) = SCARG(uap, len); in compat_43_sys_mmap() 110 SCARG(&nargs, flags) = 0; in compat_43_sys_mmap() 112 SCARG(&nargs, flags) |= MAP_ANON; in compat_43_sys_mmap() 114 SCARG(&nargs, flags) |= MAP_COPY; in compat_43_sys_mmap() 116 SCARG(&nargs, flags) |= MAP_SHARED; in compat_43_sys_mmap() 118 SCARG(&nargs, flags) |= MAP_PRIVATE; in compat_43_sys_mmap() 120 SCARG(&nargs, flags) |= MAP_FIXED; in compat_43_sys_mmap() 122 SCARG(&nargs, flags) |= MAP_INHERIT; in compat_43_sys_mmap() 123 SCARG(&nargs, fd) = SCARG(uap, fd); in compat_43_sys_mmap() [all …]
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/invoke/ |
H A D | VarargsArrayTest.java | 61 for (int nargs = MIN; nargs <= MAX; nargs = nextArgCount(nargs, 17, MAX)) { in testVarargsArray() 89 if (EXHAUSTIVE) return nargs + 1; in nextArgCount() 93 if (nargs <= BOT || nargs >= TOP) { in nextArgCount() 94 ++nargs; in nextArgCount() 97 nargs += bump; in nextArgCount() 98 if (nargs > TOP) nargs = TOP; in nextArgCount() 100 return nargs; in nextArgCount() 110 for (int nargs = MIN; nargs <= MAX; nargs = nextArgCount(nargs, density, MAX)) { in testTypedVarargsArray() 115 if (nargs != 0) { in testTypedVarargsArray() 129 if (nargs <= 5) { in testTypedVarargsArray() [all …]
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/invoke/ |
H A D | VarargsArrayTest.java | 61 for (int nargs = MIN; nargs <= MAX; nargs = nextArgCount(nargs, 17, MAX)) { in testVarargsArray() 89 if (EXHAUSTIVE) return nargs + 1; in nextArgCount() 93 if (nargs <= BOT || nargs >= TOP) { in nextArgCount() 94 ++nargs; in nextArgCount() 97 nargs += bump; in nextArgCount() 98 if (nargs > TOP) nargs = TOP; in nextArgCount() 100 return nargs; in nextArgCount() 110 for (int nargs = MIN; nargs <= MAX; nargs = nextArgCount(nargs, density, MAX)) { in testTypedVarargsArray() 115 if (nargs != 0) { in testTypedVarargsArray() 129 if (nargs <= 5) { in testTypedVarargsArray() [all …]
|
/dports/math/reduce/Reduce-svn5758-src/csl/embedded/ |
H A D | arith06.c | 417 va_start(a, nargs); in Lplus() 425 stackcheck0(nargs); in Lplus() 455 if (nargs == 1) in Ldifference() 508 if (nargs == 1) in Lquotient_n() 755 popv(nargs); in Leqn_n() 795 popv(nargs); in Llessp_n() 835 popv(nargs); in Lgreaterp_n() 921 popv(nargs); in Lgeq_n() 961 popv(nargs); in Lleq_n() 1084 popv(nargs); in Lmax() [all …]
|
/dports/lang/gravity/gravity-0.8.5/src/runtime/ |
H A D | gravity_core.c | 149 #pragma unused(vm, nargs) in convert_object_int() 923 #pragma unused(nargs) in object_clone() 1035 #pragma unused(nargs) in list_push() 1043 #pragma unused(nargs) in list_pop() 1052 #pragma unused(nargs) in list_remove() 1418 #pragma unused(nargs) in map_keys() 1750 #pragma unused(nargs) in closure_disassemble() 1796 #pragma unused(nargs) in function_closure() 1817 ++nargs; in function_exec() 2518 if (nargs == 1) { in string_upper() [all …]
|
/dports/databases/py-gdbm/Python-3.8.12/Modules/clinic/ |
H A D | _operator.c.h | 52 if (!_PyArg_CheckPositional("add", nargs, 2, 2)) { in _operator_add() 82 if (!_PyArg_CheckPositional("sub", nargs, 2, 2)) { in _operator_sub() 112 if (!_PyArg_CheckPositional("mul", nargs, 2, 2)) { in _operator_mul() 142 if (!_PyArg_CheckPositional("matmul", nargs, 2, 2)) { in _operator_matmul() 232 if (!_PyArg_CheckPositional("mod", nargs, 2, 2)) { in _operator_mod() 425 if (!_PyArg_CheckPositional("xor", nargs, 2, 2)) { in _operator_xor() 455 if (!_PyArg_CheckPositional("or_", nargs, 2, 2)) { in _operator_or_() 1103 if (!_PyArg_CheckPositional("eq", nargs, 2, 2)) { in _operator_eq() 1133 if (!_PyArg_CheckPositional("ne", nargs, 2, 2)) { in _operator_ne() 1163 if (!_PyArg_CheckPositional("lt", nargs, 2, 2)) { in _operator_lt() [all …]
|
/dports/lang/python-tools/Python-3.8.12/Modules/clinic/ |
H A D | _operator.c.h | 52 if (!_PyArg_CheckPositional("add", nargs, 2, 2)) { in _operator_add() 82 if (!_PyArg_CheckPositional("sub", nargs, 2, 2)) { in _operator_sub() 112 if (!_PyArg_CheckPositional("mul", nargs, 2, 2)) { in _operator_mul() 142 if (!_PyArg_CheckPositional("matmul", nargs, 2, 2)) { in _operator_matmul() 232 if (!_PyArg_CheckPositional("mod", nargs, 2, 2)) { in _operator_mod() 425 if (!_PyArg_CheckPositional("xor", nargs, 2, 2)) { in _operator_xor() 455 if (!_PyArg_CheckPositional("or_", nargs, 2, 2)) { in _operator_or_() 1103 if (!_PyArg_CheckPositional("eq", nargs, 2, 2)) { in _operator_eq() 1133 if (!_PyArg_CheckPositional("ne", nargs, 2, 2)) { in _operator_ne() 1163 if (!_PyArg_CheckPositional("lt", nargs, 2, 2)) { in _operator_lt() [all …]
|
/dports/lang/python311/Python-3.11.0a3/Modules/clinic/ |
H A D | _operator.c.h | 52 if (!_PyArg_CheckPositional("add", nargs, 2, 2)) { in _operator_add() 82 if (!_PyArg_CheckPositional("sub", nargs, 2, 2)) { in _operator_sub() 112 if (!_PyArg_CheckPositional("mul", nargs, 2, 2)) { in _operator_mul() 142 if (!_PyArg_CheckPositional("matmul", nargs, 2, 2)) { in _operator_matmul() 232 if (!_PyArg_CheckPositional("mod", nargs, 2, 2)) { in _operator_mod() 425 if (!_PyArg_CheckPositional("xor", nargs, 2, 2)) { in _operator_xor() 455 if (!_PyArg_CheckPositional("or_", nargs, 2, 2)) { in _operator_or_() 1103 if (!_PyArg_CheckPositional("eq", nargs, 2, 2)) { in _operator_eq() 1133 if (!_PyArg_CheckPositional("ne", nargs, 2, 2)) { in _operator_ne() 1163 if (!_PyArg_CheckPositional("lt", nargs, 2, 2)) { in _operator_lt() [all …]
|
/dports/lang/python310/Python-3.10.1/Modules/clinic/ |
H A D | _operator.c.h | 52 if (!_PyArg_CheckPositional("add", nargs, 2, 2)) { in _operator_add() 82 if (!_PyArg_CheckPositional("sub", nargs, 2, 2)) { in _operator_sub() 112 if (!_PyArg_CheckPositional("mul", nargs, 2, 2)) { in _operator_mul() 142 if (!_PyArg_CheckPositional("matmul", nargs, 2, 2)) { in _operator_matmul() 232 if (!_PyArg_CheckPositional("mod", nargs, 2, 2)) { in _operator_mod() 425 if (!_PyArg_CheckPositional("xor", nargs, 2, 2)) { in _operator_xor() 455 if (!_PyArg_CheckPositional("or_", nargs, 2, 2)) { in _operator_or_() 1103 if (!_PyArg_CheckPositional("eq", nargs, 2, 2)) { in _operator_eq() 1133 if (!_PyArg_CheckPositional("ne", nargs, 2, 2)) { in _operator_ne() 1163 if (!_PyArg_CheckPositional("lt", nargs, 2, 2)) { in _operator_lt() [all …]
|
/dports/lang/python38/Python-3.8.12/Modules/clinic/ |
H A D | _operator.c.h | 52 if (!_PyArg_CheckPositional("add", nargs, 2, 2)) { in _operator_add() 82 if (!_PyArg_CheckPositional("sub", nargs, 2, 2)) { in _operator_sub() 112 if (!_PyArg_CheckPositional("mul", nargs, 2, 2)) { in _operator_mul() 142 if (!_PyArg_CheckPositional("matmul", nargs, 2, 2)) { in _operator_matmul() 232 if (!_PyArg_CheckPositional("mod", nargs, 2, 2)) { in _operator_mod() 425 if (!_PyArg_CheckPositional("xor", nargs, 2, 2)) { in _operator_xor() 455 if (!_PyArg_CheckPositional("or_", nargs, 2, 2)) { in _operator_or_() 1103 if (!_PyArg_CheckPositional("eq", nargs, 2, 2)) { in _operator_eq() 1133 if (!_PyArg_CheckPositional("ne", nargs, 2, 2)) { in _operator_ne() 1163 if (!_PyArg_CheckPositional("lt", nargs, 2, 2)) { in _operator_lt() [all …]
|
/dports/databases/py-sqlite3/Python-3.8.12/Modules/clinic/ |
H A D | _operator.c.h | 52 if (!_PyArg_CheckPositional("add", nargs, 2, 2)) { in _operator_add() 82 if (!_PyArg_CheckPositional("sub", nargs, 2, 2)) { in _operator_sub() 112 if (!_PyArg_CheckPositional("mul", nargs, 2, 2)) { in _operator_mul() 142 if (!_PyArg_CheckPositional("matmul", nargs, 2, 2)) { in _operator_matmul() 232 if (!_PyArg_CheckPositional("mod", nargs, 2, 2)) { in _operator_mod() 425 if (!_PyArg_CheckPositional("xor", nargs, 2, 2)) { in _operator_xor() 455 if (!_PyArg_CheckPositional("or_", nargs, 2, 2)) { in _operator_or_() 1103 if (!_PyArg_CheckPositional("eq", nargs, 2, 2)) { in _operator_eq() 1133 if (!_PyArg_CheckPositional("ne", nargs, 2, 2)) { in _operator_ne() 1163 if (!_PyArg_CheckPositional("lt", nargs, 2, 2)) { in _operator_lt() [all …]
|