Home
last modified time | relevance | path

Searched refs:numargs (Results 1 – 6 of 6) sorted by relevance

/src/sys/tools/
H A Dvnode_if.awk129 for (jj = 0; jj < numargs; jj++) {
254 for (numargs = 0; ; ++numargs) {
274 dirs[numargs] = $1;
277 if ((reles[numargs] = $1) == "WILLRELE")
280 reles[numargs] = "WONTRELE";
289 args[numargs] = substr($0, argp);
295 types[numargs] = $0;
297 if (numargs > 4)
300 ctrargs = numargs;
318 for (i = 0; i < numargs; ++i)
[all …]
/src/sys/contrib/dev/athk/ath10k/
H A Dfwlog.c1429 u32 numargs, u32 *args) { in ath10k_fwlog_print() argument
1460 for (i = 0; i < numargs; i++) { in ath10k_fwlog_print()
1462 if ((i + 1) < numargs) in ath10k_fwlog_print()
1477 u16 numargs; in ath10k_fwlog_parse_msg() local
1503 numargs = FW_DBGLOG_GET_NUMARGS(buffer[count + 1]); in ath10k_fwlog_parse_msg()
1512 timestamp, numargs, in ath10k_fwlog_parse_msg()
1515 count += numargs + 2; in ath10k_fwlog_parse_msg()
/src/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td144 class MultiArg<list<string> prefixes, string name, int numargs>
146 int NumArgs = numargs;
/src/contrib/ee/
H A Dee.c329 void get_options(int numargs, char *arguments[]);
2260 get_options(int numargs, char *arguments[]) in get_options() argument
2284 while ((count < numargs)&& (!no_more_opts)) in get_options()
2322 while (count < numargs) in get_options()
/src/contrib/sqlite3/autosetup/
H A Djimsh0.c17792 int i, numargs; in JimForeachMapHelper() local
17803 numargs = (argc - 1 - 1); in JimForeachMapHelper()
17805 if (numargs == 2) { in JimForeachMapHelper()
17809 iters = Jim_Alloc(numargs * sizeof(*iters)); in JimForeachMapHelper()
17811 for (i = 0; i < numargs; i++) { in JimForeachMapHelper()
17832 for (i = 0; i < numargs; i += 2) { in JimForeachMapHelper()
17837 if (i == numargs) { in JimForeachMapHelper()
17843 for (i = 0; i < numargs; i += 2) { in JimForeachMapHelper()
17887 if (numargs > 2) { in JimForeachMapHelper()
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp2176 int numargs; in SWIG_Lua_resolve_metamethod() local
2182 numargs = lua_gettop(L); /* number of arguments to pass to actual metamethod */ in SWIG_Lua_resolve_metamethod()
2202 lua_call(L, numargs, LUA_MULTRET); in SWIG_Lua_resolve_metamethod()