Home
last modified time | relevance | path

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

/external/valgrind/main/cachegrind/
Dcg_merge.c476 Counts* splitUpCountsLine ( SOURCE* s, /*OUT*/UWord* lnno, char* str ) in splitUpCountsLine() argument
493 if (lnno ? (n_tmpC < 2) : (n_tmpC < 1)) in splitUpCountsLine()
496 if (lnno) { in splitUpCountsLine()
497 *lnno = (UWord)tmpC[0]; in splitUpCountsLine()
518 UWord lnno, Counts* newCounts ) in addCountsToMap() argument
523 if (lookupFM( counts_map, (Word*)(&oldCounts), (Word)lnno )) { in addCountsToMap()
529 addToFM( counts_map, (Word)lnno, (Word)newCounts ); in addCountsToMap()
541 UWord lnno; in handle_counts() local
548 newCounts = splitUpCountsLine( s, &lnno, newCountsStr ); in handle_counts()
566 freeNewCounts = addCountsToMap( s, countsMap, lnno, newCounts ); in handle_counts()
[all …]