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

/external/valgrind/main/cachegrind/
H A Dcg_merge.c482 Int n_tmpC = 0; local
484 ok = parse_ULong( &tmpC[n_tmpC], &str );
487 n_tmpC++;
488 if (n_tmpC >= N_TMPC)
493 if (lnno ? (n_tmpC < 2) : (n_tmpC < 1))
498 counts = new_Counts( n_tmpC-1, /*COPIED*/&tmpC[1] );
500 counts = new_Counts( n_tmpC, /*COPIED*/&tmpC[0] );

Completed in 31 milliseconds