Searched refs:newMax (Results 1 – 3 of 3) sorted by relevance
69 float newMax = deFloatFloor(max*subdiv)/subdiv; in quantizeFloatRange() local70 if (min <= newMax) in quantizeFloatRange()71 max = newMax; in quantizeFloatRange()
114 int32_t newMax = listMax + CELIST_BUFFER_SIZE; in add() local115 uint32_t *newCEs = NEW_ARRAY(uint32_t, newMax); in add()129 listMax = newMax; in add()195 int32_t newMax = listMax + STRING_LIST_BUFFER_SIZE; in add() local196 UnicodeString *newStrings = new UnicodeString[newMax]; in add()206 listMax = newMax; in add()
98513 unsigned int newMax;98518 newMax = 0;98520 newMax = sqlite3BtreeLastPage(pBt);98521 if( newMax < (unsigned)pOp->p3 ) newMax = (unsigned)pOp->p3;98523 pOut->u.i = sqlite3BtreeMaxPageCount(pBt, newMax);