Searched refs:old_total (Results 1 – 1 of 1) sorted by relevance
19 uintptr_t CheckNewTotalUniqueCoverageIsLargerAndReturnIt(uintptr_t old_total) { in CheckNewTotalUniqueCoverageIsLargerAndReturnIt() argument21 fprintf(stderr, "Caller-Callee: old %zd new %zd\n", old_total, new_total); in CheckNewTotalUniqueCoverageIsLargerAndReturnIt()22 assert(new_total > old_total); in CheckNewTotalUniqueCoverageIsLargerAndReturnIt()