Searched refs:sSize (Results 1 – 1 of 1) sorted by relevance
75 private static int sSize; field in ZenLog286 if (sSize < SIZE) { in append()287 sSize++; in append()295 final int start = (sNext - sSize + SIZE) % SIZE; in dump()296 for (int i = 0; i < sSize; i++) { in dump()