Searched defs:lnno (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/cachegrind/
H A Dcg_merge.c471 // returning the first number in *lnno and the rest in a newly
472 // allocated Counts struct. If lnno is non-NULL, treat the first
473 // number as a line number and assign it to *lnno instead of
476 Counts* splitUpCountsLine ( SOURCE* s, /*OUT*/UWord* lnno, char* str ) argument
493 if (lnno ? (n_tmpC < 2) : (n_tmpC < 1))
496 if (lnno) {
497 *lnno = (UWord)tmpC[0];
518 UWord lnno, Counts* newCounts )
521 // look up lnno in the map. If none present, add a binding
522 // lnno
516 addCountsToMap( SOURCE* s, WordFM* counts_map, UWord lnno, Counts* newCounts ) argument
541 UWord lnno; local
[all...]

Completed in 86 milliseconds