Searched refs:BTHNODESIZE (Results 1 – 2 of 2) sorted by relevance
273 if ( numkeys < BTHNODESIZE+1 ) {286 if ( btNodes[i].numkeys >= BTHNODESIZE+1 ) {296 if ( self.btNodes[i+1].numkeys > BTHNODESIZE+1 ) { /* carry from right */305 if ( self.btNodes[i-1].numkeys > BTHNODESIZE+1 ) { /* carry from left */384 if ( hi <= BTHNODESIZE ) { /* insert key in left page */392 hi -= BTHNODESIZE;400 numkeys = b.numkeys = BTHNODESIZE+1;515 k = (idx <= BTHNODESIZE) ? BTHNODESIZE : BTHNODESIZE+1;
19 #define BTHNODESIZE ((BTNODESIZE-1)/2) macro