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