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

  /external/linux-tools-perf/perf-3.12.0/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/perf-3.12.0/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/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-script.c 1221 int n_args = 0; local
1234 n_args++;
1238 return n_args;
    [all...]
  /external/valgrind/main/VEX/priv/
host_amd64_isel.c 439 UInt n_args, i; local
510 n_args = 0;
512 n_args++;
514 if (n_args > 6)
565 vassert(n_args >= 0 && n_args <= 6);
566 for (i = 0; i < n_args; i++) {
579 for (i = 0; i < n_args; i++)
592 if (n_args > 0) {for (i = 0; args[i]; i++) {
611 vassert(n_args >= 0 && n_args <= 6)
    [all...]
host_s390_isel.c 478 UInt n_args, i, argreg, size; local
504 n_args = 0;
506 ++n_args;
508 if (n_args > S390_NUM_GPRPARMS) {
518 for (i = 0; i < n_args; ++i) {
562 for (i = 0; i < n_args; i++) {
635 addInstr(env, s390_insn_helper_call(cc, (Addr64)target, n_args,
    [all...]
host_arm64_isel.c 517 Int n_args, i, nextArgReg; local
589 n_args = 0;
597 n_args++;
648 for (i = 0; i < n_args; i++) {
670 for (i = 0; i < n_args; i++) {
709 for (i = 0; i < n_args; i++) {
    [all...]
host_mips_isel.c 403 Int n_args, i, argreg; local
440 n_args = 0;
448 n_args++;
451 if (n_args > MIPS_N_REGPARMS) {
498 for (i = 0; i < n_args; i++) {
512 for (i = 0; i < n_args; i++) {
553 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 694 Int n_args, i, argreg; local
772 n_args = 0;
774 n_args++;
776 if (n_args > PPC_N_REGPARMS) {
823 for (i = 0; i < n_args; i++) {
849 for (i = 0; i < n_args; i++) {
    [all...]
host_arm_isel.c 398 Int n_args, i, nextArgReg; local
470 n_args = 0;
478 n_args++;
507 for (i = 0; i < n_args; i++) {
529 for (i = 0; i < n_args; i++) {
586 for (i = 0; i < n_args; i++) {
    [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 117 milliseconds