Home
last modified time | relevance | path

Searched refs:newMax (Results 1 – 5 of 5) sorted by relevance

/external/qemu/android/utils/
Dini.c72 int newMax = oldMax + (oldMax >> 1) + 4; in iniFile_addPair() local
74 AARRAY_RENEW(i->pairs, newMax); in iniFile_addPair()
75 i->maxPairs = newMax; in iniFile_addPair()
/external/chromium/third_party/icu/source/i18n/
Dcolldata.cpp132 int32_t newMax = listMax + CELIST_BUFFER_SIZE; in add() local
138 uint32_t *newCEs = NEW_ARRAY(uint32_t, newMax); in add()
152 listMax = newMax; in add()
236 int32_t newMax = listMax + STRING_LIST_BUFFER_SIZE; in add() local
238 UnicodeString *newStrings = new UnicodeString[newMax]; in add()
254 listMax = newMax; in add()
/external/icu4c/i18n/
Dcolldata.cpp132 int32_t newMax = listMax + CELIST_BUFFER_SIZE; in add() local
138 uint32_t *newCEs = NEW_ARRAY(uint32_t, newMax); in add()
152 listMax = newMax; in add()
236 int32_t newMax = listMax + STRING_LIST_BUFFER_SIZE; in add() local
238 UnicodeString *newStrings = new UnicodeString[newMax]; in add()
254 listMax = newMax; in add()
/external/sqlite/dist/
Dsqlite3.c77359 int newMax = 0;
77362 newMax = atoi(zRight);
77365 newMax = sqlite3BtreeMaxPageCount(pBt, newMax);
77367 returnSingleInt(pParse, "max_page_count", newMax);
Dsqlite3.c.orig77348 int newMax = 0;
77351 newMax = atoi(zRight);
77354 newMax = sqlite3BtreeMaxPageCount(pBt, newMax);
77356 returnSingleInt(pParse, "max_page_count", newMax);