HomeSort by relevance Sort by last modified time
    Searched defs:newcount (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/utils/
reflist.c 71 int newcount = l->size + count; local
72 if (newcount > l->max) {
84 while (newmax < newcount)
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/output/
ByteArrayOutputStream.java 105 * @param newcount the size of the buffer if one is created
107 private void needNewBuffer(int newcount) {
118 newBufferSize = newcount;
123 newcount - filledBufferSum);
151 int newcount = count + len; local
159 needNewBuffer(newcount);
163 count = newcount;

Completed in 78 milliseconds