Home
last modified time | relevance | path

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

/external/qemu/android/utils/
Dini.c71 int oldMax = i->maxPairs; in iniFile_addPair() local
72 int newMax = oldMax + (oldMax >> 1) + 4; in iniFile_addPair()