Home
last modified time | relevance | path

Searched refs:trees_count (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/util/
Dmkutf8data.c1356 int trees_count; variable
1615 trees_count = count * 2; in trees_init()
1616 trees = calloc(trees_count, sizeof(struct tree)); in trees_init()
1619 count = trees_count; in trees_init()
1635 for (i = 0; i != trees_count; i++) { in trees_init()
1643 trees[trees_count-2].next = &trees[trees_count-1]; in trees_init()
1644 trees[trees_count-1].leaf_mark = nfkdi_mark; in trees_init()
1645 trees[trees_count-2].leaf_mark = nfkdicf_mark; in trees_init()
1646 for (i = 0; i != trees_count-2; i += 2) { in trees_init()
1647 trees[i].next = &trees[trees_count-2]; in trees_init()
[all …]