Searched refs:tot_args (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-aix5.c835 Int i, j, tot_args; local
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);
H A Dsyswrap-generic.c2541 Int i, j, tot_args; local
2700 tot_args = 1;
2702 tot_args += VG_(sizeXA)( VG_(args_for_valgrind) );
2703 tot_args -= VG_(args_for_valgrind_noexecpass);
2705 tot_args++;
2710 tot_args++;
2714 (tot_args+1) * sizeof(HChar*) );
2730 vg_assert(j == tot_args+1);
H A Dsyswrap-darwin.c2745 Int i, j, tot_args; local
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);

Completed in 88 milliseconds