Searched refs:BTHNODESIZE (Results 1 – 2 of 2) sorted by relevance
294 if ( numkeys < BTHNODESIZE+1 ) {307 if ( btNodes[i].numkeys >= BTHNODESIZE+1 ) {317 if ( self.btNodes[i+1].numkeys > BTHNODESIZE+1 ) { /* carry from right */326 if ( self.btNodes[i-1].numkeys > BTHNODESIZE+1 ) { /* carry from left */405 if ( hi <= BTHNODESIZE ) { /* insert key in left page */413 hi -= BTHNODESIZE;421 numkeys = b.numkeys = BTHNODESIZE+1;536 k = (idx <= BTHNODESIZE) ? BTHNODESIZE : BTHNODESIZE+1;
19 #define BTHNODESIZE ((BTNODESIZE-1)/2) macro