Searched refs:sNext (Results 1 – 1 of 1) sorted by relevance
66 private static int sNext; field in ZenLog227 TIMES[sNext] = System.currentTimeMillis(); in append()228 TYPES[sNext] = type; in append()229 MSGS[sNext] = msg; in append()230 sNext = (sNext + 1) % SIZE; in append()240 final int start = (sNext - sSize + SIZE) % SIZE; in dump()