Searched refs:sSize (Results 1 – 1 of 1) sorted by relevance
65 private static int sSize; field in ZenLog217 if (sSize < SIZE) { in append()218 sSize++; in append()226 final int start = (sNext - sSize + SIZE) % SIZE; in dump()227 for (int i = 0; i < sSize; i++) { in dump()