Searched refs:incCounter (Results 1 – 1 of 1) sorted by relevance
498 wHead = incCounter(wHead); in add()516 for (int i = 0, pos = start; i < length; i++, pos = incCounter(pos)) { in recordToBuffer()521 private int incCounter(int counter) { in incCounter() method in HuffmanDecoder.DecodingMemory