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

  /external/linux-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/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/
builtin-script.c 932 int n_args = 0; local
945 n_args++;
949 return n_args;
  /external/valgrind/main/VEX/priv/
host_s390_isel.c 455 UInt n_args, i, argreg, size; local
460 n_args = 0;
462 ++n_args;
464 if (n_args > (S390_NUM_GPRPARMS - (passBBP ? 1 : 0))) {
474 for (i = 0; i < n_args; ++i) {
498 for (i = 0; i < n_args; i++) {
528 addInstr(env, s390_insn_helper_call(cc, (Addr64)target, n_args,
    [all...]
host_mips_isel.c 371 Int n_args, i, argreg; local
387 n_args = 0;
389 n_args++;
391 if (MIPS_N_REGPARMS < n_args + (passBBP ? 1 : 0)) {
419 for (i = 0; i < n_args; i++) {
444 for (i = 0; i < n_args; i++) {
473 for (i = 0; i < n_args; i++) {
    [all...]
host_amd64_isel.c 416 Int n_args, i, argreg; local
468 n_args = 0;
470 n_args++;
472 if (6 < n_args + (passBBP ? 1 : 0))
516 for (i = 0; i < n_args; i++) {
541 if (n_args > 0) {for (i = 0; args[i]; i++) {
555 for (i = 0; i < n_args; i++) {
590 n_args + (passBBP ? 1 : 0)
    [all...]
host_x86_isel.c 413 Int not_done_yet, n_args, n_arg_ws, stack_limit, local
464 n_args = n_arg_ws = 0;
465 while (args[n_args]) n_args++;
467 not_done_yet = n_args;
476 /* Push (R to L) the stack-passed args, [n_args-1 .. stack_limit] */
477 for (i = n_args-1; i >= stack_limit; i--) {
    [all...]
host_ppc_isel.c 681 Int n_args, i, argreg; local
741 n_args = 0;
743 n_args++;
745 if (PPC_N_REGPARMS < n_args + (passBBP ? 1 : 0)) {
782 for (i = 0; i < n_args; i++) {
804 for (i = 0; i < n_args; i++) {
851 for (i = 0; i < n_args; i++) {
    [all...]
host_arm_isel.c 387 Int n_args, i, nextArgReg; local
442 n_args = 0;
444 n_args++;
472 for (i = 0; i < n_args; i++) {
493 for (i = 0; i < n_args; i++) {
543 for (i = 0; i < n_args; i++) {
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def     [all...]

Completed in 1040 milliseconds