Searched refs:sNext (Results 1 – 1 of 1) sorted by relevance
64 private static int sNext; field in ZenLog213 TIMES[sNext] = System.currentTimeMillis(); in append()214 TYPES[sNext] = type; in append()215 MSGS[sNext] = msg; in append()216 sNext = (sNext + 1) % SIZE; in append()226 final int start = (sNext - sSize + SIZE) % SIZE; in dump()