Home
last modified time | relevance | path

Searched refs:prev_length (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/dev/pci/drm/amd/display/dc/dce/
Ddce_aux.c439 uint32_t prev_length = 0; in dce_aux_configure_timeout() local
477 …REG_GET_2(AUX_DPHY_RX_CONTROL1, AUX_RX_TIMEOUT_LEN, &prev_length, AUX_RX_TIMEOUT_LEN_MUL, &prev_mu… in dce_aux_configure_timeout()
481 prev_timeout_val = prev_length * TIME_OUT_MULTIPLIER_8; in dce_aux_configure_timeout()
484 prev_timeout_val = prev_length * TIME_OUT_MULTIPLIER_16; in dce_aux_configure_timeout()
487 prev_timeout_val = prev_length * TIME_OUT_MULTIPLIER_32; in dce_aux_configure_timeout()
490 prev_timeout_val = prev_length * TIME_OUT_MULTIPLIER_64; in dce_aux_configure_timeout()
/openbsd/src/sys/lib/libz/
Ddeflate.c603 s->match_length = s->prev_length = MIN_MATCH-1; in deflateSetDictionary()
685 s->match_length = s->prev_length = MIN_MATCH-1; in lm_init()
1357 int best_len = (int)s->prev_length; /* best match length so far */ in longest_match()
1386 if (s->prev_length >= s->good_match) { in longest_match()
1950 s->prev_length = s->match_length, s->prev_match = s->match_start; in deflate_slow()
1953 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
1978 if (s->prev_length >= MIN_MATCH && s->match_length <= s->prev_length) { in deflate_slow()
1982 check_match(s, s->strstart - 1, s->prev_match, s->prev_length); in deflate_slow()
1985 s->prev_length - MIN_MATCH, bflush); in deflate_slow()
1992 s->lookahead -= s->prev_length - 1; in deflate_slow()
[all …]
Ddeflate.h168 uInt prev_length; member
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Ddeflate.c607 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()
1939 s->prev_length = s->match_length, s->prev_match = s->match_start; in deflate_slow()
1942 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
1967 if (s->prev_length >= MIN_MATCH && s->match_length <= s->prev_length) { in deflate_slow()
1971 check_match(s, s->strstart - 1, s->prev_match, s->prev_length); in deflate_slow()
1974 s->prev_length - MIN_MATCH, bflush); in deflate_slow()
1981 s->lookahead -= s->prev_length - 1; in deflate_slow()
[all …]
Ddeflate.h170 uInt prev_length; member
/openbsd/src/lib/libz/
Ddeflate.c603 s->match_length = s->prev_length = MIN_MATCH-1; in deflateSetDictionary()
685 s->match_length = s->prev_length = MIN_MATCH-1; in lm_init()
1357 int best_len = (int)s->prev_length; /* best match length so far */ in longest_match()
1386 if (s->prev_length >= s->good_match) { in longest_match()
1948 s->prev_length = s->match_length, s->prev_match = s->match_start; in deflate_slow()
1951 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
1976 if (s->prev_length >= MIN_MATCH && s->match_length <= s->prev_length) { in deflate_slow()
1980 check_match(s, s->strstart - 1, s->prev_match, s->prev_length); in deflate_slow()
1983 s->prev_length - MIN_MATCH, bflush); in deflate_slow()
1990 s->lookahead -= s->prev_length - 1; in deflate_slow()
[all …]
Ddeflate.h168 uInt prev_length; member
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp1805 uint32_t prev_length; in ParseCompileUnitLineTable() local
1821 bool is_gap = (i > 0) && (prev_addr + prev_length < addr); in ParseCompileUnitLineTable()
1826 if (is_gap && ShouldAddLine(match_line, prev_line, prev_length)) { in ParseCompileUnitLineTable()
1828 sequence.get(), prev_addr + prev_length, prev_line, 0, in ParseCompileUnitLineTable()
1857 prev_length = length; in ParseCompileUnitLineTable()
1862 if (entry_count > 0 && ShouldAddLine(match_line, prev_line, prev_length)) { in ParseCompileUnitLineTable()
1865 sequence.get(), prev_addr + prev_length, prev_line, 0, in ParseCompileUnitLineTable()