Searched refs:addCounts (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/doc/
H A Dqueries.py86 def addCounts(frmtable): function
106 print "addCounts %s failed" % (frmtable)
118 addCounts('Queries')
/external/valgrind/cachegrind/
H A Dcg_merge.c523 static void addCounts ( SOURCE* s, /*OUT*/Counts* counts1, Counts* counts2 ) function
527 parseError(s, "addCounts: inconsistent number of counts");
541 addCounts( s, oldCounts, newCounts );
594 addCounts( s, cpf->summary, newCounts );
832 addCounts( s, diVal, siVal );
842 addCounts(s, dst->summary, src->summary );

Completed in 87 milliseconds