Home
last modified time | relevance | path

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

/external/valgrind/cachegrind/
Dcg_merge.c489 Counts* splitUpCountsLine ( SOURCE* s, /*OUT*/UWord* lnno, const char* str ) in splitUpCountsLine() argument
509 if (lnno ? (n_tmpC < 2) : (n_tmpC < 1)) in splitUpCountsLine()
512 if (lnno) { in splitUpCountsLine()
513 *lnno = (UWord)tmpC[0]; in splitUpCountsLine()
534 UWord lnno, Counts* newCounts ) in addCountsToMap() argument
539 if (lookupFM( counts_map, (Word*)(&oldCounts), (Word)lnno )) { in addCountsToMap()
545 addToFM( counts_map, (Word)lnno, (Word)newCounts ); in addCountsToMap()
557 UWord lnno; in handle_counts() local
564 newCounts = splitUpCountsLine( s, &lnno, newCountsStr ); in handle_counts()
582 freeNewCounts = addCountsToMap( s, countsMap, lnno, newCounts ); in handle_counts()
[all …]