Searched refs:MAX_PASSES (Results 1 – 1 of 1) sorted by relevance
51 private static final int MAX_PASSES = 24; field in BinaryDictEncoderUtils437 if (passes > MAX_PASSES) throw new RuntimeException("Too many passes - probably a bug"); in computeAddresses()