HomeSort by relevance Sort by last modified time
    Searched refs:n_args (Results 1 - 12 of 12) sorted by null

  /external/linux-tools-perf/src/tools/perf/scripts/perl/bin/
rwtop-report 4 n_args=0
10 n_args=$(( $n_args + 1 ))
12 if [ "$n_args" -gt 1 ] ; then
16 if [ "$n_args" -gt 0 ] ; then
  /external/linux-tools-perf/src/tools/perf/scripts/python/bin/
sctop-report 4 n_args=0
10 n_args=$(( $n_args + 1 ))
12 if [ "$n_args" -gt 2 ] ; then
16 if [ "$n_args" -gt 1 ] ; then
20 elif [ "$n_args" -gt 0 ] ; then
  /external/valgrind/VEX/priv/
host_tilegx_isel.c 221 Long n_args, i, argreg; local
238 n_args = 0;
240 n_args++;
253 if (TILEGX_N_REGPARMS < n_args) {
288 for (i = 0; i < n_args; i++) {
302 for (i = 0; i < n_args; i++) {
319 for (i = 0; i < n_args; i++) {
    [all...]
host_amd64_isel.c 438 UInt n_args, i; local
509 n_args = 0;
511 n_args++;
513 if (n_args > 6)
564 vassert(n_args >= 0 && n_args <= 6);
565 for (i = 0; i < n_args; i++) {
578 for (i = 0; i < n_args; i++)
591 if (n_args > 0) {for (i = 0; args[i]; i++) {
610 vassert(n_args >= 0 && n_args <= 6)
    [all...]
host_s390_isel.c 516 UInt n_args, i, argreg, size; local
539 n_args = 0;
541 ++n_args;
543 if (n_args > S390_NUM_GPRPARMS) {
553 for (i = 0; i < n_args; ++i) {
579 for (i = 0; i < n_args; i++) {
638 addInstr(env, s390_insn_helper_call(cc, target, n_args,
    [all...]
host_mips_isel.c 404 Int n_args, i, argreg; local
441 n_args = 0;
449 n_args++;
452 if (n_args > MIPS_N_REGPARMS) {
499 for (i = 0; i < n_args; i++) {
513 for (i = 0; i < n_args; i++) {
554 for (i = 0; i < n_args; i++) {
    [all...]
host_x86_isel.c 438 Int not_done_yet, n_args, n_arg_ws, stack_limit, local
507 n_args = n_arg_ws = 0;
508 while (args[n_args]) {
509 IRExpr* arg = args[n_args];
510 n_args++;
536 not_done_yet = n_args;
542 /* Push (R to L) the stack-passed args, [n_args-1 .. stack_limit] */
543 for (i = n_args-1; i >= stack_limit; i--) {
    [all...]
host_ppc_isel.c 728 Int n_args, i, argreg; local
800 n_args = 0;
802 n_args++;
804 if (n_args > PPC_N_REGPARMS) {
851 for (i = 0; i < n_args; i++) {
877 for (i = 0; i < n_args; i++)
    [all...]
host_arm64_isel.c 486 Int n_args, i, nextArgReg; local
558 n_args = 0;
566 n_args++;
617 for (i = 0; i < n_args; i++) {
639 for (i = 0; i < n_args; i++) {
678 for (i = 0; i < n_args; i++) {
    [all...]
host_arm_isel.c 390 Int n_args, i, nextArgReg; local
462 n_args = 0;
470 n_args++;
499 for (i = 0; i < n_args; i++) {
521 for (i = 0; i < n_args; i++) {
578 for (i = 0; i < n_args; i++) {
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-script.c 1221 int n_args = 0; local
1234 n_args++;
1238 return n_args;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def     [all...]

Completed in 279 milliseconds