Searched refs:MAXENTRY (Results 1 – 2 of 2) sorted by relevance
250 p->pData = new ElementPtr [ MAXENTRY ]; in InsBlock()285 if( p->nElem == MAXENTRY ) in Insert()295 if( p->nElem == MAXENTRY ) in Insert()299 if( cur < ( nBlock - 1 ) && ppInf[ cur+1 ]->nElem < MAXENTRY ) in Insert()322 nBlock > ( nSize / ( MAXENTRY / 2 ) ) && in Insert()336 ElementPtr pLast = p->pData[ MAXENTRY-1 ]; in Insert()349 DBG_ASSERT( pos < MAXENTRY, "falsche Pos" ); in Insert()449 if( nBlock > ( nSize / ( MAXENTRY / 2 ) ) ) in Remove()488 nMax = MAXENTRY - (long) MAXENTRY * nMax / 100; in Compress()551 if( !nLast && p->nElem < MAXENTRY ) in Compress()[all …]
53 #define MAXENTRY 1000 macro
Completed in 11 milliseconds