Home | History | Annotate | Download | only in text

Lines Matching refs:CACHE_SIZE

1823             int probe = (min + max + (min>max ? CACHE_SIZE : 0)) / 2;
1865 private final int modChunkSize(int index) { return index & (CACHE_SIZE - 1); };
1867 static final int CACHE_SIZE = 128;
1868 // static_assert((CACHE_SIZE & (CACHE_SIZE-1)) == 0, "CACHE_SIZE must be power of two.");
1876 int[] fBoundaries = new int[CACHE_SIZE];
1877 short[] fStatuses = new short[CACHE_SIZE];