HomeSort by relevance Sort by last modified time
    Searched full:oldmax (Results 1 - 8 of 8) sorted by null

  /external/qemu/android/utils/
vector.c 7 unsigned oldMax = *pMaxItems;
9 if (newCount > oldMax) {
10 unsigned newMax = oldMax;
reflist.c 73 int oldmax = l->max; local
77 if (oldmax == 1) {
78 oldmax = 0;
83 newmax = oldmax;
ini.c 96 int oldMax = i->maxPairs;
97 int newMax = oldMax + (oldMax >> 1) + 4;
  /bootable/recovery/minadbd/
fdevent.c 435 int oldmax = fd_table_max; local
450 memset(fd_table + oldmax, 0, sizeof(int) * (fd_table_max - oldmax));
  /system/core/adb/
fdevent.c 426 int oldmax = fd_table_max; local
441 memset(fd_table + oldmax, 0, sizeof(int) * (fd_table_max - oldmax));
sysdeps_win32.c 1763 int oldmax = fd_table_max; local
    [all...]
  /prebuilts/android-emulator/linux-x86_64/
emulator 
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c     [all...]

Completed in 1785 milliseconds