Lines Matching defs:length
101 0 - 15: insert length code 0, copy length code 0 - 15, same distance
102 16 - 39: insert length code 0, copy length code 0 - 23
103 40 - 63: insert length code 0 - 23, copy length code 0
403 size_t start_pos, size_t length, size_t mask, int quality, size_t size_hint,
428 const size_t end_pos = start_pos + length;
483 size_t start_pos, size_t length, size_t mask, int quality, size_t size_hint,
485 if (quality < MIN_QUALITY_FOR_CONTEXT_MODELING || length < 64) {
488 input, start_pos, length, mask, quality, size_hint,
495 const size_t end_pos = start_pos + length;
543 const size_t length) {
547 !BrotliIsMostlyUTF8(data, pos, mask, length, kMinUTF8Ratio)) {
874 the ring buffer, there are not enough bytes to build full-length
875 substrings from. Since the hash table always contains full-length
939 /* The copy length is at most the metablock size, and thus expressible. */
949 Processes the accumulated input data and sets |*out_size| to the length of
1438 Returns the length of stream. */