HomeSort by relevance Sort by last modified time
    Searched refs:annotation_counts (Results 1 - 3 of 3) sorted by null

  /external/bison/src/
AnnotationList.h 83 * - The size of each of \c annotation_lists and \c annotation_counts is
100 * - <tt>annotation_counts[i]</tt> was incremented by the number of new
113 AnnotationIndex *annotation_counts,
AnnotationList.c 226 *annotation_counts,
393 ++annotation_counts[(*predecessor)->number];
397 item_lookahead_sets, annotation_lists, annotation_counts,
414 AnnotationIndex *annotation_counts,
553 ++annotation_counts[s->number];
559 item_lookahead_sets, annotation_lists, annotation_counts,
    [all...]
ielr.c 492 AnnotationIndex *annotation_counts = local
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);
    [all...]

Completed in 2367 milliseconds