Searched refs:oldMax (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/utils/
H A Dvector.c7 unsigned oldMax = *pMaxItems; local
9 if (newCount > oldMax) {
10 unsigned newMax = oldMax;
H A Dini.c96 int oldMax = i->maxPairs; local
97 int newMax = oldMax + (oldMax >> 1) + 4;

Completed in 1558 milliseconds