Home | History | Annotate | Download | only in src

Lines Matching refs:duplicates

882   // Number of duplicates detected.
883 int duplicates = 0;
901 duplicates++;
905 // If duplicates were detected, allocate a result of the right size
907 if (duplicates > 0) {
908 int number_of_descriptors = result->number_of_descriptors() - duplicates;