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

/ast/src/lib/libtk/generic/
H A DtkTextBTree.c62 * should be twice MIN_CHILDREN and MIN_CHILDREN must be >= 2.
66 #define MIN_CHILDREN 6 macro
2696 minChildren = MIN_CHILDREN;
2864 * then split off all but the first MIN_CHILDREN into a separate
2894 newPtr->numChildren = nodePtr->numChildren - MIN_CHILDREN;
2896 for (i = MIN_CHILDREN-1,
2904 for (i = MIN_CHILDREN-1,
2922 while (nodePtr->numChildren < MIN_CHILDREN) {
2930 * it's OK for it to have less than MIN_CHILDREN childre
[all...]

Completed in 15 milliseconds