Searched refs:MAX_CODE_SIZE (Results 1 – 4 of 4) sorted by relevance
33 private static final int MAX_CODE_SIZE = 13; field in UnshrinkingInputStream34 private static final int MAX_TABLE_SIZE = 1 << MAX_CODE_SIZE;46 initializeTables(MAX_CODE_SIZE); in UnshrinkingInputStream()105 if (getCodeSize() < MAX_CODE_SIZE) { in decompressNextSymbol()
273 int MAX_CODE_SIZE = 65536; //bytes field
466 public static final int MAX_CODE_SIZE = 65536; //bytes field in Const
343 if (code.getCode().length >= Const.MAX_CODE_SIZE) {// length must be LESS than the max in pass3StaticInstructionChecks()345 …ay in code attribute '"+code+"' too big: must be smaller than "+Const.MAX_CODE_SIZE+"65536 bytes."… in pass3StaticInstructionChecks()