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

  /external/qemu/android/utils/
reflist.c 73 int oldmax = l->max; local
77 if (oldmax == 1) {
78 oldmax = 0;
83 newmax = oldmax;
  /external/quake/quake/src/QW/server/
sv_ents.c 257 int oldmax; local
264 oldmax = from->num_entities;
271 oldmax = 0; // no delta update
281 while (newindex < to->num_entities || oldindex < oldmax)
284 oldnum = oldindex >= oldmax ? 9999 : from->entities[oldindex].number;
  /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 435 int oldmax = fd_table_max; local
450 memset(fd_table + oldmax, 0, sizeof(int) * (fd_table_max - oldmax));
sysdeps_win32.c 1755 int oldmax = fd_table_max; local
    [all...]

Completed in 170 milliseconds