Lines Matching refs:ages
89 unsigned int *ages;
1330 * For the Age, we store the index into the ages table. Effectively
1606 /* Count the number of different ages. */
1625 /* Assign ages to the trees. */
1641 /* The ages assigned above are off by one. */
1644 while (ages[j] < trees[i].maxage)
1646 trees[i].maxage = ages[j-1];
1984 ages = calloc(ages_count + 1, sizeof(*ages));
1986 ages[ages_count] = (unsigned int)-1;
1995 ages[++gen] =
2006 ages[++gen] = UNICODE_AGE(major, minor, 0);
2037 unicode_maxage = ages[gen];
2817 leaf_age = ages[LEAF_GEN(leaf)];
2844 leaf_age = ages[LEAF_GEN(leaf)];
2870 leaf_age = ages[LEAF_GEN(leaf)];
2897 leaf_age = ages[LEAF_GEN(leaf)];
2924 if (ages[LEAF_GEN(leaf)] > tree->maxage)
2951 if (ages[LEAF_GEN(leaf)] > tree->maxage)
3097 if (ages[LEAF_GEN(leaf)] > u8c->tree->maxage) {
3299 fprintf(file, "\t%#x%s\n", ages[i],
3300 ages[i] == unicode_maxage ? "" : ",");
3307 ages[gen], trees[t].index,
3308 ages[gen] == unicode_maxage ? "" : ",");
3309 if (trees[t].maxage == ages[gen])
3318 ages[gen], trees[t].index,
3319 ages[gen] == unicode_maxage ? "" : ",");
3320 if (trees[t].maxage == ages[gen])