Searched refs:prev_length (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/zlib/contrib/gcc_gvmat64/ |
H A D | gvmat64.S | 163 #define prev_length [ rcx + dsPrevLen] macro 219 mov edi, prev_length 274 mov r11d, prev_length
|
/freebsd/sys/contrib/zlib/ |
H A D | deflate.c | 607 s->match_length = s->prev_length = MIN_MATCH-1; in deflateSetDictionary() 689 s->match_length = s->prev_length = MIN_MATCH-1; in lm_init() 1353 int best_len = (int)s->prev_length; /* best match length so far */ in longest_match() 1382 if (s->prev_length >= s->good_match) { in longest_match() 1941 s->prev_length = s->match_length, s->prev_match = s->match_start; in deflate_slow() 1944 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow() 1969 if (s->prev_length >= MIN_MATCH && s->match_length <= s->prev_length) { in deflate_slow() 1973 check_match(s, s->strstart - 1, s->prev_match, s->prev_length); in deflate_slow() 1976 s->prev_length - MIN_MATCH, bflush); in deflate_slow() 1983 s->lookahead -= s->prev_length - 1; in deflate_slow() [all …]
|
H A D | deflate.h | 170 uInt prev_length; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 1790 uint32_t prev_length; in ParseCompileUnitLineTable() local 1806 bool is_gap = (i > 0) && (prev_addr + prev_length < addr); in ParseCompileUnitLineTable() 1811 if (is_gap && ShouldAddLine(match_line, prev_line, prev_length)) { in ParseCompileUnitLineTable() 1813 sequence.get(), prev_addr + prev_length, prev_line, 0, in ParseCompileUnitLineTable() 1842 prev_length = length; in ParseCompileUnitLineTable() 1847 if (entry_count > 0 && ShouldAddLine(match_line, prev_line, prev_length)) { in ParseCompileUnitLineTable() 1850 sequence.get(), prev_addr + prev_length, prev_line, 0, in ParseCompileUnitLineTable()
|