Searched refs:sNext (Results 1 – 1 of 1) sorted by relevance
74 private static int sNext; field in ZenLog282 TIMES[sNext] = System.currentTimeMillis(); in append()283 TYPES[sNext] = type; in append()284 MSGS[sNext] = msg; in append()285 sNext = (sNext + 1) % SIZE; in append()295 final int start = (sNext - sSize + SIZE) % SIZE; in dump()