Searched refs:trees_count (Results 1 – 1 of 1) sorted by relevance
1358 int trees_count; variable 1622 trees_count = count * 2; in trees_init() 1623 trees = calloc(trees_count, sizeof(struct tree)); in trees_init() 1626 count = trees_count; in trees_init() 1642 for (i = 0; i != trees_count; i++) { in trees_init() 1650 trees[trees_count-2].next = &trees[trees_count-1]; in trees_init() 1651 trees[trees_count-1].leaf_mark = nfdi_mark; in trees_init() 1652 trees[trees_count-2].leaf_mark = nfdicf_mark; in trees_init() 1653 for (i = 0; i != trees_count in trees_init() [all...]