Searched refs:newcount (Results 1 – 2 of 2) sorted by relevance
131 int newcount = counters.get(key, 0) + 1; in increment() local132 counters.put(key, newcount); in increment()
102 final int newcount = errnos.get(errno, 0) + 1; in countError() local103 errnos.put(errno, newcount); in countError()