Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:tot_args

835    Int          i, j, tot_args;
962 tot_args = 1;
964 tot_args += VG_(sizeXA)( VG_(args_for_valgrind) );
965 tot_args -= VG_(args_for_valgrind_noexecpass);
967 tot_args++;
972 tot_args++;
976 (tot_args+1) * sizeof(HChar*) );
992 vg_assert(j == tot_args+1);