Home
last modified time | relevance | path

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

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