Home
last modified time | relevance | path

Searched refs:dist_slot (Results 1 – 25 of 90) sorted by relevance

1234

/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/lzma-sys-0.1.16/xz-5.2/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c141 for (uint32_t dist_slot = 0; in fill_dist_prices() local
142 dist_slot < coder->dist_table_size; ++dist_slot) in fill_dist_prices()
144 coder->dist_slot[dist_state], in fill_dist_prices()
145 DIST_SLOT_BITS, dist_slot); in fill_dist_prices()
150 for (uint32_t dist_slot = DIST_MODEL_END; in fill_dist_prices() local
151 dist_slot < coder->dist_table_size; in fill_dist_prices()
152 ++dist_slot) in fill_dist_prices()
154 ((dist_slot >> 1) - 1) - ALIGN_BITS); in fill_dist_prices()
168 const uint32_t dist_slot = get_dist_slot(i); in fill_dist_prices() local
172 coder->dist_special + base - dist_slot - 1, in fill_dist_prices()
[all …]
H A Dlzma_encoder.c151 const uint32_t dist_slot = get_dist_slot(distance); in match() local
153 rc_bittree(&coder->rc, coder->dist_slot[dist_state], in match()
154 DIST_SLOT_BITS, dist_slot); in match()
156 if (dist_slot >= DIST_MODEL_START) { in match()
157 const uint32_t footer_bits = (dist_slot >> 1) - 1; in match()
158 const uint32_t base = (2 | (dist_slot & 1)) << footer_bits; in match()
161 if (dist_slot < DIST_MODEL_END) { in match()
165 coder->dist_special + base - dist_slot - 1, in match()
514 bittree_reset(coder->dist_slot[i], DIST_SLOT_BITS); in lzma_lzma_encoder_reset()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmliblzma/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c141 for (uint32_t dist_slot = 0; in fill_dist_prices() local
142 dist_slot < coder->dist_table_size; ++dist_slot) in fill_dist_prices()
144 coder->dist_slot[dist_state], in fill_dist_prices()
145 DIST_SLOT_BITS, dist_slot); in fill_dist_prices()
150 for (uint32_t dist_slot = DIST_MODEL_END; in fill_dist_prices() local
151 dist_slot < coder->dist_table_size; in fill_dist_prices()
152 ++dist_slot) in fill_dist_prices()
154 ((dist_slot >> 1) - 1) - ALIGN_BITS); in fill_dist_prices()
168 const uint32_t dist_slot = get_dist_slot(i); in fill_dist_prices() local
172 coder->dist_special + base - dist_slot - 1, in fill_dist_prices()
[all …]
H A Dlzma_encoder.c151 const uint32_t dist_slot = get_dist_slot(distance); in match() local
153 rc_bittree(&coder->rc, coder->dist_slot[dist_state], in match()
154 DIST_SLOT_BITS, dist_slot); in match()
156 if (dist_slot >= DIST_MODEL_START) { in match()
157 const uint32_t footer_bits = (dist_slot >> 1) - 1; in match()
158 const uint32_t base = (2 | (dist_slot & 1)) << footer_bits; in match()
161 if (dist_slot < DIST_MODEL_END) { in match()
165 coder->dist_special + base - dist_slot - 1, in match()
514 bittree_reset(coder->dist_slot[i], DIST_SLOT_BITS); in lzma_lzma_encoder_reset()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmliblzma/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c141 for (uint32_t dist_slot = 0; in fill_dist_prices() local
142 dist_slot < coder->dist_table_size; ++dist_slot) in fill_dist_prices()
144 coder->dist_slot[dist_state], in fill_dist_prices()
145 DIST_SLOT_BITS, dist_slot); in fill_dist_prices()
150 for (uint32_t dist_slot = DIST_MODEL_END; in fill_dist_prices() local
151 dist_slot < coder->dist_table_size; in fill_dist_prices()
152 ++dist_slot) in fill_dist_prices()
154 ((dist_slot >> 1) - 1) - ALIGN_BITS); in fill_dist_prices()
168 const uint32_t dist_slot = get_dist_slot(i); in fill_dist_prices() local
172 coder->dist_special + base - dist_slot - 1, in fill_dist_prices()
[all …]
H A Dlzma_encoder.c151 const uint32_t dist_slot = get_dist_slot(distance); in match() local
153 rc_bittree(&coder->rc, coder->dist_slot[dist_state], in match()
154 DIST_SLOT_BITS, dist_slot); in match()
156 if (dist_slot >= DIST_MODEL_START) { in match()
157 const uint32_t footer_bits = (dist_slot >> 1) - 1; in match()
158 const uint32_t base = (2 | (dist_slot & 1)) << footer_bits; in match()
161 if (dist_slot < DIST_MODEL_END) { in match()
165 coder->dist_special + base - dist_slot - 1, in match()
514 bittree_reset(coder->dist_slot[i], DIST_SLOT_BITS); in lzma_lzma_encoder_reset()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/minizip/src/lib/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c141 for (uint32_t dist_slot = 0; in fill_dist_prices() local
142 dist_slot < coder->dist_table_size; ++dist_slot) in fill_dist_prices()
144 coder->dist_slot[dist_state], in fill_dist_prices()
145 DIST_SLOT_BITS, dist_slot); in fill_dist_prices()
150 for (uint32_t dist_slot = DIST_MODEL_END; in fill_dist_prices() local
151 dist_slot < coder->dist_table_size; in fill_dist_prices()
152 ++dist_slot) in fill_dist_prices()
154 ((dist_slot >> 1) - 1) - ALIGN_BITS); in fill_dist_prices()
168 const uint32_t dist_slot = get_dist_slot(i); in fill_dist_prices() local
172 coder->dist_special + base - dist_slot - 1, in fill_dist_prices()
[all …]
H A Dlzma_encoder.c151 const uint32_t dist_slot = get_dist_slot(distance); in match() local
153 rc_bittree(&coder->rc, coder->dist_slot[dist_state], in match()
154 DIST_SLOT_BITS, dist_slot); in match()
156 if (dist_slot >= DIST_MODEL_START) { in match()
157 const uint32_t footer_bits = (dist_slot >> 1) - 1; in match()
158 const uint32_t base = (2 | (dist_slot & 1)) << footer_bits; in match()
161 if (dist_slot < DIST_MODEL_END) { in match()
165 coder->dist_special + base - dist_slot - 1, in match()
514 bittree_reset(coder->dist_slot[i], DIST_SLOT_BITS); in lzma_lzma_encoder_reset()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c141 for (uint32_t dist_slot = 0; in fill_dist_prices() local
142 dist_slot < coder->dist_table_size; ++dist_slot) in fill_dist_prices()
144 coder->dist_slot[dist_state], in fill_dist_prices()
145 DIST_SLOT_BITS, dist_slot); in fill_dist_prices()
150 for (uint32_t dist_slot = DIST_MODEL_END; in fill_dist_prices() local
151 dist_slot < coder->dist_table_size; in fill_dist_prices()
152 ++dist_slot) in fill_dist_prices()
154 ((dist_slot >> 1) - 1) - ALIGN_BITS); in fill_dist_prices()
168 const uint32_t dist_slot = get_dist_slot(i); in fill_dist_prices() local
172 coder->dist_special + base - dist_slot - 1, in fill_dist_prices()
[all …]
H A Dlzma_encoder.c151 const uint32_t dist_slot = get_dist_slot(distance); in match() local
153 rc_bittree(&coder->rc, coder->dist_slot[dist_state], in match()
154 DIST_SLOT_BITS, dist_slot); in match()
156 if (dist_slot >= DIST_MODEL_START) { in match()
157 const uint32_t footer_bits = (dist_slot >> 1) - 1; in match()
158 const uint32_t base = (2 | (dist_slot & 1)) << footer_bits; in match()
161 if (dist_slot < DIST_MODEL_END) { in match()
165 coder->dist_special + base - dist_slot - 1, in match()
514 bittree_reset(coder->dist_slot[i], DIST_SLOT_BITS); in lzma_lzma_encoder_reset()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/lzma/vtklzma/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c141 for (uint32_t dist_slot = 0; in fill_dist_prices() local
142 dist_slot < coder->dist_table_size; ++dist_slot) in fill_dist_prices()
144 coder->dist_slot[dist_state], in fill_dist_prices()
145 DIST_SLOT_BITS, dist_slot); in fill_dist_prices()
150 for (uint32_t dist_slot = DIST_MODEL_END; in fill_dist_prices() local
151 dist_slot < coder->dist_table_size; in fill_dist_prices()
152 ++dist_slot) in fill_dist_prices()
154 ((dist_slot >> 1) - 1) - ALIGN_BITS); in fill_dist_prices()
168 const uint32_t dist_slot = get_dist_slot(i); in fill_dist_prices() local
172 coder->dist_special + base - dist_slot - 1, in fill_dist_prices()
[all …]
H A Dlzma_encoder.c151 const uint32_t dist_slot = get_dist_slot(distance); in match() local
153 rc_bittree(&coder->rc, coder->dist_slot[dist_state], in match()
154 DIST_SLOT_BITS, dist_slot); in match()
156 if (dist_slot >= DIST_MODEL_START) { in match()
157 const uint32_t footer_bits = (dist_slot >> 1) - 1; in match()
158 const uint32_t base = (2 | (dist_slot & 1)) << footer_bits; in match()
161 if (dist_slot < DIST_MODEL_END) { in match()
165 coder->dist_special + base - dist_slot - 1, in match()
514 bittree_reset(coder->dist_slot[i], DIST_SLOT_BITS); in lzma_lzma_encoder_reset()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/lzma-sys-0.1.17/xz-5.2/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c141 for (uint32_t dist_slot = 0; in fill_dist_prices() local
142 dist_slot < coder->dist_table_size; ++dist_slot) in fill_dist_prices()
144 coder->dist_slot[dist_state], in fill_dist_prices()
145 DIST_SLOT_BITS, dist_slot); in fill_dist_prices()
150 for (uint32_t dist_slot = DIST_MODEL_END; in fill_dist_prices() local
151 dist_slot < coder->dist_table_size; in fill_dist_prices()
152 ++dist_slot) in fill_dist_prices()
154 ((dist_slot >> 1) - 1) - ALIGN_BITS); in fill_dist_prices()
168 const uint32_t dist_slot = get_dist_slot(i); in fill_dist_prices() local
172 coder->dist_special + base - dist_slot - 1, in fill_dist_prices()
[all …]
H A Dlzma_encoder.c151 const uint32_t dist_slot = get_dist_slot(distance); in match() local
153 rc_bittree(&coder->rc, coder->dist_slot[dist_state], in match()
154 DIST_SLOT_BITS, dist_slot); in match()
156 if (dist_slot >= DIST_MODEL_START) { in match()
157 const uint32_t footer_bits = (dist_slot >> 1) - 1; in match()
158 const uint32_t base = (2 | (dist_slot & 1)) << footer_bits; in match()
161 if (dist_slot < DIST_MODEL_END) { in match()
165 coder->dist_special + base - dist_slot - 1, in match()
514 bittree_reset(coder->dist_slot[i], DIST_SLOT_BITS); in lzma_lzma_encoder_reset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/lib/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c141 for (uint32_t dist_slot = 0; in fill_dist_prices() local
142 dist_slot < coder->dist_table_size; ++dist_slot) in fill_dist_prices()
144 coder->dist_slot[dist_state], in fill_dist_prices()
145 DIST_SLOT_BITS, dist_slot); in fill_dist_prices()
150 for (uint32_t dist_slot = DIST_MODEL_END; in fill_dist_prices() local
151 dist_slot < coder->dist_table_size; in fill_dist_prices()
152 ++dist_slot) in fill_dist_prices()
154 ((dist_slot >> 1) - 1) - ALIGN_BITS); in fill_dist_prices()
168 const uint32_t dist_slot = get_dist_slot(i); in fill_dist_prices() local
172 coder->dist_special + base - dist_slot - 1, in fill_dist_prices()
[all …]
H A Dlzma_encoder.c151 const uint32_t dist_slot = get_dist_slot(distance); in match() local
153 rc_bittree(&coder->rc, coder->dist_slot[dist_state], in match()
154 DIST_SLOT_BITS, dist_slot); in match()
156 if (dist_slot >= DIST_MODEL_START) { in match()
157 const uint32_t footer_bits = (dist_slot >> 1) - 1; in match()
158 const uint32_t base = (2 | (dist_slot & 1)) << footer_bits; in match()
161 if (dist_slot < DIST_MODEL_END) { in match()
165 coder->dist_special + base - dist_slot - 1, in match()
514 bittree_reset(coder->dist_slot[i], DIST_SLOT_BITS); in lzma_lzma_encoder_reset()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/lzma/vtklzma/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c141 for (uint32_t dist_slot = 0; in fill_dist_prices() local
142 dist_slot < coder->dist_table_size; ++dist_slot) in fill_dist_prices()
144 coder->dist_slot[dist_state], in fill_dist_prices()
145 DIST_SLOT_BITS, dist_slot); in fill_dist_prices()
150 for (uint32_t dist_slot = DIST_MODEL_END; in fill_dist_prices() local
151 dist_slot < coder->dist_table_size; in fill_dist_prices()
152 ++dist_slot) in fill_dist_prices()
154 ((dist_slot >> 1) - 1) - ALIGN_BITS); in fill_dist_prices()
168 const uint32_t dist_slot = get_dist_slot(i); in fill_dist_prices() local
172 coder->dist_special + base - dist_slot - 1, in fill_dist_prices()
[all …]
H A Dlzma_encoder.c151 const uint32_t dist_slot = get_dist_slot(distance); in match() local
153 rc_bittree(&coder->rc, coder->dist_slot[dist_state], in match()
154 DIST_SLOT_BITS, dist_slot); in match()
156 if (dist_slot >= DIST_MODEL_START) { in match()
157 const uint32_t footer_bits = (dist_slot >> 1) - 1; in match()
158 const uint32_t base = (2 | (dist_slot & 1)) << footer_bits; in match()
161 if (dist_slot < DIST_MODEL_END) { in match()
165 coder->dist_special + base - dist_slot - 1, in match()
514 bittree_reset(coder->dist_slot[i], DIST_SLOT_BITS); in lzma_lzma_encoder_reset()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmliblzma/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c141 for (uint32_t dist_slot = 0; in fill_dist_prices() local
142 dist_slot < coder->dist_table_size; ++dist_slot) in fill_dist_prices()
144 coder->dist_slot[dist_state], in fill_dist_prices()
145 DIST_SLOT_BITS, dist_slot); in fill_dist_prices()
150 for (uint32_t dist_slot = DIST_MODEL_END; in fill_dist_prices() local
151 dist_slot < coder->dist_table_size; in fill_dist_prices()
152 ++dist_slot) in fill_dist_prices()
154 ((dist_slot >> 1) - 1) - ALIGN_BITS); in fill_dist_prices()
168 const uint32_t dist_slot = get_dist_slot(i); in fill_dist_prices() local
172 coder->dist_special + base - dist_slot - 1, in fill_dist_prices()
[all …]
H A Dlzma_encoder.c151 const uint32_t dist_slot = get_dist_slot(distance); in match() local
153 rc_bittree(&coder->rc, coder->dist_slot[dist_state], in match()
154 DIST_SLOT_BITS, dist_slot); in match()
156 if (dist_slot >= DIST_MODEL_START) { in match()
157 const uint32_t footer_bits = (dist_slot >> 1) - 1; in match()
158 const uint32_t base = (2 | (dist_slot & 1)) << footer_bits; in match()
161 if (dist_slot < DIST_MODEL_END) { in match()
165 coder->dist_special + base - dist_slot - 1, in match()
514 bittree_reset(coder->dist_slot[i], DIST_SLOT_BITS); in lzma_lzma_encoder_reset()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/lzma-sys-0.1.17/xz-5.2/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c141 for (uint32_t dist_slot = 0; in fill_dist_prices() local
142 dist_slot < coder->dist_table_size; ++dist_slot) in fill_dist_prices()
144 coder->dist_slot[dist_state], in fill_dist_prices()
145 DIST_SLOT_BITS, dist_slot); in fill_dist_prices()
150 for (uint32_t dist_slot = DIST_MODEL_END; in fill_dist_prices() local
151 dist_slot < coder->dist_table_size; in fill_dist_prices()
152 ++dist_slot) in fill_dist_prices()
154 ((dist_slot >> 1) - 1) - ALIGN_BITS); in fill_dist_prices()
168 const uint32_t dist_slot = get_dist_slot(i); in fill_dist_prices() local
172 coder->dist_special + base - dist_slot - 1, in fill_dist_prices()
[all …]
H A Dlzma_encoder.c151 const uint32_t dist_slot = get_dist_slot(distance); in match() local
153 rc_bittree(&coder->rc, coder->dist_slot[dist_state], in match()
154 DIST_SLOT_BITS, dist_slot); in match()
156 if (dist_slot >= DIST_MODEL_START) { in match()
157 const uint32_t footer_bits = (dist_slot >> 1) - 1; in match()
158 const uint32_t base = (2 | (dist_slot & 1)) << footer_bits; in match()
161 if (dist_slot < DIST_MODEL_END) { in match()
165 coder->dist_special + base - dist_slot - 1, in match()
514 bittree_reset(coder->dist_slot[i], DIST_SLOT_BITS); in lzma_lzma_encoder_reset()
/dports/lang/rust/rustc-1.58.1-src/vendor/lzma-sys/xz-5.2/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c141 for (uint32_t dist_slot = 0; in fill_dist_prices() local
142 dist_slot < coder->dist_table_size; ++dist_slot) in fill_dist_prices()
144 coder->dist_slot[dist_state], in fill_dist_prices()
145 DIST_SLOT_BITS, dist_slot); in fill_dist_prices()
150 for (uint32_t dist_slot = DIST_MODEL_END; in fill_dist_prices() local
151 dist_slot < coder->dist_table_size; in fill_dist_prices()
152 ++dist_slot) in fill_dist_prices()
154 ((dist_slot >> 1) - 1) - ALIGN_BITS); in fill_dist_prices()
168 const uint32_t dist_slot = get_dist_slot(i); in fill_dist_prices() local
172 coder->dist_special + base - dist_slot - 1, in fill_dist_prices()
[all …]
H A Dlzma_encoder.c151 const uint32_t dist_slot = get_dist_slot(distance); in match() local
153 rc_bittree(&coder->rc, coder->dist_slot[dist_state], in match()
154 DIST_SLOT_BITS, dist_slot); in match()
156 if (dist_slot >= DIST_MODEL_START) { in match()
157 const uint32_t footer_bits = (dist_slot >> 1) - 1; in match()
158 const uint32_t base = (2 | (dist_slot & 1)) << footer_bits; in match()
161 if (dist_slot < DIST_MODEL_END) { in match()
165 coder->dist_special + base - dist_slot - 1, in match()
514 bittree_reset(coder->dist_slot[i], DIST_SLOT_BITS); in lzma_lzma_encoder_reset()
/dports/archivers/zip-ada/zip-ada/zip_lib/
H A Dlzma-encoding.adb578 dist_slot : constant Unsigned := Get_dist_slot(distance); constant
584 if dist_slot >= Start_dist_model_index then
585 footerBits := Natural(Shift_Right(UInt32(dist_slot), 1)) - 1;
586 base := Shift_Left(UInt32(2 or (dist_slot and 1)), footerBits);
588 if dist_slot < End_dist_model_index then
883 dist_slot : constant Unsigned := Get_dist_slot(distance); constant
887 Bit_Tree_Encode(probs.dist.slot_coder(len_state), Dist_slot_bits, dist_slot);
888 if dist_slot >= Start_dist_model_index then
889 footerBits := Natural(Shift_Right(UInt32(dist_slot), 1)) - 1;
890 base := Shift_Left(UInt32(2 or (dist_slot and 1)), footerBits);
[all …]

1234