Home
last modified time | relevance | path

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

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/cachegrind/
H A Dcg_merge.c494 UInt n_tmpC = 0, tmpCsize = 0; in splitUpCountsLine() local
496 if (n_tmpC >= tmpCsize) { in splitUpCountsLine()
502 ok = parse_ULong( &tmpC[n_tmpC], &str ); in splitUpCountsLine()
505 n_tmpC++; in splitUpCountsLine()
509 if (lnno ? (n_tmpC < 2) : (n_tmpC < 1)) in splitUpCountsLine()
514 counts = new_Counts( n_tmpC-1, /*COPIED*/&tmpC[1] ); in splitUpCountsLine()
516 counts = new_Counts( n_tmpC, /*COPIED*/&tmpC[0] ); in splitUpCountsLine()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/cachegrind/
H A Dcg_merge.c494 UInt n_tmpC = 0, tmpCsize = 0; in splitUpCountsLine() local
496 if (n_tmpC >= tmpCsize) { in splitUpCountsLine()
502 ok = parse_ULong( &tmpC[n_tmpC], &str ); in splitUpCountsLine()
505 n_tmpC++; in splitUpCountsLine()
509 if (lnno ? (n_tmpC < 2) : (n_tmpC < 1)) in splitUpCountsLine()
514 counts = new_Counts( n_tmpC-1, /*COPIED*/&tmpC[1] ); in splitUpCountsLine()
516 counts = new_Counts( n_tmpC, /*COPIED*/&tmpC[0] ); in splitUpCountsLine()