Home
last modified time | relevance | path

Searched refs:narg (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl457 my $narg = $current_function->{narg};
458 $narg=6 if (!defined($narg));
459 $func .= " movq %rcx,%rdi\n" if ($narg>0);
460 $func .= " movq %rdx,%rsi\n" if ($narg>1);
461 $func .= " movq %r8,%rdx\n" if ($narg>2);
462 $func .= " movq %r9,%rcx\n" if ($narg>3);
463 $func .= " movq 40(%rsp),%r8\n" if ($narg>4);
464 $func .= " movq 48(%rsp),%r9\n" if ($narg>
[all...]
/third_party/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl452 my $narg = $current_function->{narg};
453 $narg=6 if (!defined($narg));
454 $func .= " movq %rcx,%rdi\n" if ($narg>0);
455 $func .= " movq %rdx,%rsi\n" if ($narg>1);
456 $func .= " movq %r8,%rdx\n" if ($narg>2);
457 $func .= " movq %r9,%rcx\n" if ($narg>3);
458 $func .= " movq 40(%rsp),%r8\n" if ($narg>4);
459 $func .= " movq 48(%rsp),%r9\n" if ($narg>
[all...]
/third_party/ltp/testcases/kernel/firmware/fw_load_user/
H A Dfw_load.c62 static char *narg; variable
67 {"n:", &nflag, &narg},
109 if (sscanf(narg, "%i", &fw_size) != 1) in setup()
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/
H A Dcgroup_xattr.c95 static char *narg; variable
100 {"n:", &nflag, &narg},
163 if (sscanf(narg, "%i", &value_size) != 1) in setup()
/third_party/alsa-utils/bat/
H A Dbat.c85 duration_f = strtof(bat->narg, &ptrf); in get_duration()
91 duration_i = strtol(bat->narg, &ptri, 10); in get_duration()
459 bat->narg = optarg; in parse_arguments()
559 if (bat->narg) { in bat_init()
H A Dcommon.h230 char *narg; /* argument string of duration */ member
/third_party/python/Modules/_sqlite/clinic/
H A Dconnection.c.h307 "create_function($self, /, name, narg, func, *, deterministic=False)\n"
318 int narg, PyObject *func,
325 static const char * const _keywords[] = {"name", "narg", "func", "deterministic", NULL}; in pysqlite_connection_create_function()
330 int narg; in pysqlite_connection_create_function() local
351 narg = _PyLong_AsInt(args[1]); in pysqlite_connection_create_function()
352 if (narg == -1 && PyErr_Occurred()) { in pysqlite_connection_create_function()
364 return_value = pysqlite_connection_create_function_impl(self, cls, name, narg, func, deterministic); in pysqlite_connection_create_function()
/third_party/ltp/testcases/kernel/syscalls/kill/
H A Dkill10.c204 char *narg, *garg, *darg; variable
208 {"n:", &nflag, &narg}, /* -n #procs */
222 if (sscanf(narg, "%i", &num_procs) != 1) { in main()
/third_party/ltp/testcases/network/netstress/
H A Dnetstress.c117 static char *narg, *Narg, *qarg, *rarg, *Rarg, *aarg, *Targ, *barg, *targ, variable
857 if (tst_parse_int(narg, &init_cln_msg_len, min_msg_len, max_msg_len)) in setup()
858 tst_brk(TBROK, "Invalid client msg size '%s'", narg); in setup()
1018 {"n:", &narg, "Client message size"},
/third_party/alsa-utils/amixer/
H A Damixer.c1755 int narg; in exec_stdin() local
1763 narg = split_line(buf, args, MAX_ARGS); in exec_stdin()
1764 if (narg > 0) { in exec_stdin()
1766 err = sset(narg - 1, args + 1, 0, 1); in exec_stdin()
1768 err = cset(narg - 1, args + 1, 0, 1); in exec_stdin()
/third_party/mksh/
H A Dedit.c2287 size_t ndel, narg; in x_kill() local
2289 if (x_arg_defaulted || (narg = x_arg) > lastcol) in x_kill()
2290 narg = lastcol; in x_kill()
2291 if (narg < col) { in x_kill()
2292 x_goto(xbuf + narg); in x_kill()
2293 ndel = col - narg; in x_kill()
2295 ndel = narg - col; in x_kill()
/third_party/toybox/generated/
H A Dglobals.h547 int narg; // cmdline arg index member
/third_party/ltp/tools/sparse/sparse-src/
H A Dpre-process.c2307 int narg = 0; in dump_macro() local
2316 args[narg++] = token; in dump_macro()
/third_party/python/Modules/_sqlite/
H A Dconnection.c992 narg: int
1003 int narg, PyObject *func, in pysqlite_connection_create_function_impl()
1032 rc = sqlite3_create_function_v2(self->db, name, narg, flags, ctx, in pysqlite_connection_create_function_impl()
1001 pysqlite_connection_create_function_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, int narg, PyObject *func, int deterministic) pysqlite_connection_create_function_impl() argument
/third_party/toybox/toys/pending/
H A Dawk.c91 int narg; // cmdline arg index
3267 if (++TT.rgl.narg >= (int)to_num(&STACK[ARGC])) return 0; in nextfilearg()
3270 num_to_zstring(TT.rgl.narg, to_str(&STACK[CONVFMT])->vst->str)); in nextfilearg()
/third_party/ffmpeg/
H A Dconfigure1321 narg=$2
1323 test $narg = 2 && args="f, g" || args="f * I"
1336 narg=$2
1338 test $narg = 2 && args="f, g" || args="f"

Completed in 40 milliseconds