Searched refs:newMax (Results 1 – 7 of 7) sorted by relevance
69 float newMax = deFloatFloor(max*subdiv)/subdiv; in quantizeFloatRange() local70 if (min <= newMax) in quantizeFloatRange()71 max = newMax; in quantizeFloatRange()
82 final float newMax = mNumStars / stepSize; in setStepSize() local83 final int newProgress = (int) (newMax / getMax() * getProgress()); in setStepSize()84 setMax((int) newMax); in setStepSize()
113 int32_t newMax = listMax + CELIST_BUFFER_SIZE; in add() local114 uint32_t *newCEs = NEW_ARRAY(uint32_t, newMax); in add()128 listMax = newMax; in add()194 int32_t newMax = listMax + STRING_LIST_BUFFER_SIZE; in add() local195 UnicodeString *newStrings = new UnicodeString[newMax]; in add()205 listMax = newMax; in add()
399 int newMax = 2*max + 1; in push() local400 Object[] newArray = new Object[newMax]; in push()402 max = newMax; in push()
217 long newMax = list->max + 64; in AddHost() local218 HostEntry *newHosts = realloc(list->hosts, newMax * sizeof(HostEntry)); in AddHost()221 list->max = newMax; in AddHost()
85452 unsigned int newMax;85457 newMax = 0;85459 newMax = sqlite3BtreeLastPage(pBt);85460 if( newMax < (unsigned)pOp->p3 ) newMax = (unsigned)pOp->p3;85462 pOut->u.i = sqlite3BtreeMaxPageCount(pBt, newMax);