Home
last modified time | relevance | path

Searched refs:block_threshold (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_deflate.c149 strm->total_in > dfltcc_state->block_threshold && in dfltcc_deflate()
164 dfltcc_state->block_threshold = strm->total_in + dfltcc_state->block_size; in dfltcc_deflate()
217 … if (state->strategy == Z_FIXED || (strm->total_in == 0 && dfltcc_state->block_threshold > 0)) in dfltcc_deflate()
260 dfltcc_state->block_threshold = strm->total_in + dfltcc_state->block_size; in dfltcc_deflate()
Ddfltcc_common.c56 dfltcc_state->block_threshold = DFLTCC_FIRST_FHT_BLOCK_SIZE; in dfltcc_reset()
Ddfltcc_detail.h192 size_t block_threshold; /* New block after total_in > X */ member