Lines Matching refs:annotation_counts
492 AnnotationIndex *annotation_counts =
493 xnmalloc (nstates, sizeof *annotation_counts);
505 annotation_counts[i] = 0;
513 annotation_counts, &max_contributions, annotations_obstackp,
519 if (annotation_counts[i] > *max_annotationsp)
520 *max_annotationsp = annotation_counts[i];
521 total_annotations += annotation_counts[i];
549 free (annotation_counts);