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

  /external/qemu/android/utils/
stralloc.c 69 unsigned new_max2 = new_max + (new_max >> 1) + 16; local
70 if (new_max2 < new_max)
71 new_max2 = UINT_MAX;
72 new_max = new_max2;

Completed in 281 milliseconds