Searched refs:prev_length (Results 1 – 5 of 5) sorted by relevance
/linux/lib/zlib_deflate/ |
H A D | deflate.c | 545 s->match_length = s->prev_length = MIN_MATCH-1; in lm_init() 552 * return its length. Matches shorter or equal to prev_length are discarded, 553 * in which case the result is equal to prev_length and match_start is 556 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1 571 int best_len = s->prev_length; /* best match length so far */ in longest_match() 600 if (s->prev_length >= s->good_match) { in longest_match() 948 /* Find the longest match, discarding those <= prev_length. in deflate_fast() 1043 /* Find the longest match, discarding those <= prev_length. in deflate_slow() 1045 s->prev_length = s->match_length, s->prev_match = s->match_start; in deflate_slow() 1048 if (hash_head != NIL && s->prev_length < in deflate_slow() [all...] |
H A D | defutil.h | 138 uInt prev_length; member
|
/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_aux.c | 439 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_mult); 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/drivers/crypto/bcm/ |
H A D | spum.h | 83 __be16 prev_length; member
|
H A D | spu.c | 303 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() 999 bd->prev_length = 0; in spum_cipher_req_finish()
|