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

/ast/src/lib/libtk/generic/
H A DtkTextBTree.c61 * rebalance when either of these limits is exceeded. MAX_CHILDREN
65 #define MAX_CHILDREN 12 macro
496 if (nodePtr->numChildren > MAX_CHILDREN) {
2703 || (nodePtr->numChildren > MAX_CHILDREN)) {
2869 if (nodePtr->numChildren > MAX_CHILDREN) {
2915 if (nodePtr->numChildren <= MAX_CHILDREN) {
3026 if (totalChildren <= MAX_CHILDREN) {

Completed in 17 milliseconds