Lines Matching refs:MIN_CHILDREN
62 * should be twice MIN_CHILDREN and MIN_CHILDREN must be >= 2.
66 #define MIN_CHILDREN 6
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 children