Home
last modified time | relevance | path

Searched refs:narg (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/crypto/perlasm/
Dx86_64-xlate.pl451 my $narg = $current_function->{narg};
452 $narg=6 if (!defined($narg));
453 $func .= " movq %rcx,%rdi\n" if ($narg>0);
454 $func .= " movq %rdx,%rsi\n" if ($narg>1);
455 $func .= " movq %r8,%rdx\n" if ($narg>2);
456 $func .= " movq %r9,%rcx\n" if ($narg>3);
457 $func .= " movq 40(%rsp),%r8\n" if ($narg>4);
458 $func .= " movq 48(%rsp),%r9\n" if ($narg>5);
475 my $narg = $current_function->{narg};
476 $narg=6 if (!defined($narg));
[all …]
/third_party/node/deps/openssl/openssl/crypto/perlasm/
Dx86_64-xlate.pl456 my $narg = $current_function->{narg};
457 $narg=6 if (!defined($narg));
458 $func .= " movq %rcx,%rdi\n" if ($narg>0);
459 $func .= " movq %rdx,%rsi\n" if ($narg>1);
460 $func .= " movq %r8,%rdx\n" if ($narg>2);
461 $func .= " movq %r9,%rcx\n" if ($narg>3);
462 $func .= " movq 40(%rsp),%r8\n" if ($narg>4);
463 $func .= " movq 48(%rsp),%r9\n" if ($narg>5);
480 my $narg = $current_function->{narg};
481 $narg=6 if (!defined($narg));
[all …]
/third_party/ltp/testcases/kernel/firmware/fw_load_user/
Dfw_load.c62 static char *narg; variable
67 {"n:", &nflag, &narg},
109 if (sscanf(narg, "%i", &fw_size) != 1) in setup()
/third_party/python/Modules/_sqlite/clinic/
Dconnection.c.h107 const char *name, int narg,
119 int narg; in pysqlite_connection_create_function() local
140 narg = _PyLong_AsInt(args[1]); in pysqlite_connection_create_function()
141 if (narg == -1 && PyErr_Occurred()) { in pysqlite_connection_create_function()
153 return_value = pysqlite_connection_create_function_impl(self, name, narg, func, deterministic); in pysqlite_connection_create_function()
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/
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/
Dbat.c85 duration_f = strtof(bat->narg, &ptrf); in get_duration()
91 duration_i = strtol(bat->narg, &ptri, 10); in get_duration()
451 bat->narg = optarg; in parse_arguments()
551 if (bat->narg) { in bat_init()
Dcommon.h223 char *narg; /* argument string of duration */ member
/third_party/ltp/testcases/kernel/syscalls/kill/
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/
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/
Damixer.c1754 int narg; in exec_stdin() local
1762 narg = split_line(buf, args, MAX_ARGS); in exec_stdin()
1763 if (narg > 0) { in exec_stdin()
1765 err = sset(narg - 1, args + 1, 0, 1); in exec_stdin()
1767 err = cset(narg - 1, args + 1, 0, 1); in exec_stdin()
/third_party/mksh/
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/python/Modules/_sqlite/
Dconnection.c894 const char *name, int narg, in pysqlite_connection_create_function_impl() argument
921 narg, in pysqlite_connection_create_function_impl()
/third_party/ltp/tools/sparse/sparse-src/
Dpre-process.c2307 int narg = 0; in dump_macro() local
2316 args[narg++] = token; in dump_macro()
/third_party/ffmpeg/
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"