Searched refs:len_code (Results 1 – 3 of 3) sorted by relevance
230 inline std::string GetTransformedDictionaryWord(int len_code, int word_id) { in GetTransformedDictionaryWord() argument231 int num_words = 1 << kBrotliDictionarySizeBitsByLength[len_code]; in GetTransformedDictionaryWord()232 int offset = kBrotliDictionaryOffsetsByLength[len_code]; in GetTransformedDictionaryWord()235 offset += len_code * word_idx; in GetTransformedDictionaryWord()237 return ApplyTransform(kTransforms[t], word, len_code); in GetTransformedDictionaryWord()
623 int len_code = BlockLengthPrefix(length); in EncodeBlockLength() local624 int extra_bits = BlockLengthExtraBits(len_code); in EncodeBlockLength()625 int extra_bits_value = length - BlockLengthOffset(len_code); in EncodeBlockLength()626 WriteBits(entropy.depth_[len_code], entropy.bits_[len_code], in EncodeBlockLength()
948 const uint8_t len_code[] = { in kvm_arch_update_guest_debug() local963 (len_code[hw_breakpoint[n].len] << (18 + n*4)); in kvm_arch_update_guest_debug()