Searched refs:addCounts (Results 1 - 2 of 2) sorted by relevance
/external/libxml2/doc/ |
H A D | queries.py | 86 def addCounts(frmtable): function 106 print "addCounts %s failed" % (frmtable) 118 addCounts('Queries')
|
/external/valgrind/cachegrind/ |
H A D | cg_merge.c | 523 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