Home | History | Annotate | Download | only in src

Lines Matching defs:duplicates

750   // Number of duplicates detected.
751 int duplicates = 0;
769 duplicates++;
773 // If duplicates were detected, allocate a result of the right size
775 if (duplicates > 0) {
776 int number_of_descriptors = result->number_of_descriptors() - duplicates;