Searched refs:sSize (Results 1 – 1 of 1) sorted by relevance
69 private static int sSize; field in ZenLog242 if (sSize < SIZE) { in append()243 sSize++; in append()251 final int start = (sNext - sSize + SIZE) % SIZE; in dump()252 for (int i = 0; i < sSize; i++) { in dump()