Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:tot_args

2745    Int          i, j, tot_args;
2884 tot_args = 1;
2886 tot_args += VG_(sizeXA)( VG_(args_for_valgrind) );
2887 tot_args -= VG_(args_for_valgrind_noexecpass);
2889 tot_args++;
2894 tot_args++;
2898 (tot_args+1) * sizeof(HChar*) );
2914 vg_assert(j == tot_args+1);