Home
last modified time | relevance | path

Searched refs:ages (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/unicode/
H A Dmkutf8data.c89 unsigned int *ages; variable
1330 * For the Age, we store the index into the ages table. Effectively
1606 /* Count the number of different ages. */ in trees_init()
1625 /* Assign ages to the trees. */ in trees_init()
1641 /* The ages assigned above are off by one. */ in trees_init()
1644 while (ages[j] < trees[i].maxage) in trees_init()
1646 trees[i].maxage = ages[j-1]; in trees_init()
1984 ages = calloc(ages_count + 1, sizeof(*ages)); in age_init()
1986 ages[ages_coun in age_init()
[all...]
/kernel/linux/linux-6.6/fs/unicode/
H A Dmkutf8data.c89 unsigned int *ages; variable
1330 * For the Age, we store the index into the ages table. Effectively
1606 /* Count the number of different ages. */ in trees_init()
1625 /* Assign ages to the trees. */ in trees_init()
1641 /* The ages assigned above are off by one. */ in trees_init()
1644 while (ages[j] < trees[i].maxage) in trees_init()
1646 trees[i].maxage = ages[j-1]; in trees_init()
1984 ages = calloc(ages_count + 1, sizeof(*ages)); in age_init()
1986 ages[ages_coun in age_init()
[all...]

Completed in 9 milliseconds