Searched refs:code_length (Results 1 – 3 of 3) sorted by relevance
384 const int code_length = tree->code_lengths[i]; in ConvertBitDepthsToSymbols() local385 assert(code_length <= MAX_ALLOWED_CODE_LENGTH); in ConvertBitDepthsToSymbols()386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()398 const int code_length = tree->code_lengths[i]; in ConvertBitDepthsToSymbols() local399 tree->codes[i] = ReverseBits(code_length, next_code[code_length]++); in ConvertBitDepthsToSymbols()
217 final long code_length = bytes.readU4 (); in CodeAttribute_info() local219 m_code = new byte [(int) code_length]; in CodeAttribute_info()221 m_codeSize = (int) code_length; in CodeAttribute_info()
190 int code_length; // u4 field in ClassReader.Code_attribute199 code_length = in.readInt(); in Code_attribute()200 code = new byte[code_length]; in Code_attribute()215 ", code_length=" + code_length + in toString()