Searched refs:count_leafs (Results 1 – 1 of 1) sorted by relevance
1473 static int count_leafs(struct filter_pred *preds, struct filter_pred *root) in count_leafs() function1525 children = count_leafs(preds, &preds[root->left]); in fold_pred()1526 children += count_leafs(preds, &preds[root->right]); in fold_pred()