Searched refs:newCount (Results 1 – 6 of 6) sorted by relevance
86 static void ensureSpace(ExpandBuf* pBuf, int newCount) in ensureSpace() argument90 if (pBuf->curLen + newCount <= pBuf->maxLen) in ensureSpace()93 while (pBuf->curLen + newCount > pBuf->maxLen) in ensureSpace()
46 int newCount; /* reduced size */ member
826 pMap->newCount = setCount; in constructIndexMap()871 *wordPtr++ = pIndexMapSet->map[i].newCount; in constructReducingDataChunk()908 chunkLen += pIndexMapSet->map[i].newCount * sizeof(u2); in constructExpandingDataChunk()923 int dataLen = pIndexMapSet->map[i].newCount * sizeof(u2); in constructExpandingDataChunk()925 *wordPtr++ = pIndexMapSet->map[i].newCount; in constructExpandingDataChunk()
870 int newCount = elementCount - (end - start); in removeRange() local871 Arrays.fill(elementData, newCount, elementCount, null); in removeRange()872 elementCount = newCount; in removeRange()
807 int newCount = (int) ((currentPos + count > eof) ? eof - currentPos in skipBytes() local809 seek(currentPos + newCount); in skipBytes()810 return newCount; in skipBytes()
1449 public int newCount; in test_getThreadGroup() field in SecurityManagerTest.MyThread1458 newCount = tgroup.activeCount(); in test_getThreadGroup()1464 assertEquals("Incorrect active count value", 1, t.newCount); in test_getThreadGroup()