Home
last modified time | relevance | path

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

/Linux-v6.6/lib/zlib_deflate/
Ddeflate.c548 s->match_length = s->prev_length = MIN_MATCH-1; in lm_init()
574 int best_len = s->prev_length; /* best match length so far */ in longest_match()
603 if (s->prev_length >= s->good_match) { in longest_match()
1049 s->prev_length = s->match_length, s->prev_match = s->match_start; in deflate_slow()
1052 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
1076 if (s->prev_length >= MIN_MATCH && s->match_length <= s->prev_length) { in deflate_slow()
1080 check_match(s, s->strstart-1, s->prev_match, s->prev_length); in deflate_slow()
1083 s->prev_length - MIN_MATCH); in deflate_slow()
1090 s->lookahead -= s->prev_length-1; in deflate_slow()
1091 s->prev_length -= 2; in deflate_slow()
[all …]
Ddefutil.h138 uInt prev_length; member
/Linux-v6.6/drivers/gpu/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()
/Linux-v6.6/drivers/crypto/bcm/
Dspum.h83 __be16 prev_length; member
Dspu.c303 be16_to_cpu(bd->size), be16_to_cpu(bd->prev_length)); in spum_dump_msg_hdr()
811 bd->prev_length = 0; in spum_create_request()
1004 bd->prev_length = 0; in spum_cipher_req_finish()