Searched defs:MAX_SHARDS (Results 1 – 6 of 6) sorted by relevance
45 const MAX_SHARDS: usize = next_pow2(Self::MAX_THREADS - 1); constant
36 MAX_SHARDS = 256 variable
221 private static final int MAX_SHARDS = 500; field in HashingTest