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 53 int newcount = l->count + count; local
54 if (newcount > l->max) {
60 while (oldmax < newcount)
  /packages/apps/Email/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);
150 int newcount = count + len; local
158 needNewBuffer(newcount);
162 count = newcount;

Completed in 169 milliseconds