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