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

  /external/qemu/android/utils/
vector.c 11 unsigned bigMax = UINT_MAX / itemSize;
17 if (newCount > bigMax) {
19 itemSize, newCount, bigMax);
24 if (newMax2 < newMax || newMax2 > bigMax)
25 newMax2 = bigMax;

Completed in 565 milliseconds