Home
last modified time | relevance | path

Searched refs:uncomp_len (Results 26 – 50 of 60) sorted by relevance

123

/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dcomp-lz4.c196 int uncomp_len; in do_lz4_decompress() local
198uncomp_len = LZ4_decompress_safe((const char *)BPTR(buf), (char *)BPTR(work), (size_t)BLEN(buf), z… in do_lz4_decompress()
199 if (uncomp_len <= 0) in do_lz4_decompress()
201 dmsg(D_COMP_ERRORS, "LZ4 decompression error: %d", uncomp_len); in do_lz4_decompress()
206 ASSERT(buf_safe(work, uncomp_len)); in do_lz4_decompress()
207 work->len = uncomp_len; in do_lz4_decompress()
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dcomp-lz4.c191 int uncomp_len; in do_lz4_decompress() local
193uncomp_len = LZ4_decompress_safe((const char *)BPTR(buf), (char *)BPTR(work), (size_t)BLEN(buf), z… in do_lz4_decompress()
194 if (uncomp_len <= 0) in do_lz4_decompress()
196 dmsg(D_COMP_ERRORS, "LZ4 decompression error: %d", uncomp_len); in do_lz4_decompress()
201 ASSERT(buf_safe(work, uncomp_len)); in do_lz4_decompress()
202 work->len = uncomp_len; in do_lz4_decompress()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dcomp-lz4.c196 int uncomp_len; in do_lz4_decompress() local
198uncomp_len = LZ4_decompress_safe((const char *)BPTR(buf), (char *)BPTR(work), (size_t)BLEN(buf), z… in do_lz4_decompress()
199 if (uncomp_len <= 0) in do_lz4_decompress()
201 dmsg(D_COMP_ERRORS, "LZ4 decompression error: %d", uncomp_len); in do_lz4_decompress()
206 ASSERT(buf_safe(work, uncomp_len)); in do_lz4_decompress()
207 work->len = uncomp_len; in do_lz4_decompress()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Ddict0sdi-decompress.h35 Sdi_Decompressor(byte *uncomp_sdi, uint32_t uncomp_len, byte *comp_sdi, in Sdi_Decompressor() argument
38 m_uncomp_len(uncomp_len), in Sdi_Decompressor()
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/
H A Dbgzf.c95 size_t uncomp_len; member
785 if (!j->hit_eof && j->uncomp_len == 0) { in bgzf_read_block()
795 fp->block_length = j->uncomp_len; in bgzf_read_block()
799 if ( j->uncomp_len && j->fp->idx_build_otf ) in bgzf_read_block()
1059 j->uncomp_len); in bgzf_encode_level0_func()
1076 j->uncomp_len = BGZF_MAX_BLOCK_SIZE; in bgzf_decode_func()
1205 j->uncomp_len = BGZF_MAX_BLOCK_SIZE; in bgzf_mt_read_block()
1274 j->uncomp_len = 0; in bgzf_mt_reader()
1310 j->uncomp_len = 0; in bgzf_mt_reader()
1460 j->uncomp_len = fp->block_offset; in mt_queue()
[all …]
/dports/lang/micropython/micropython-1.17/py/
H A Dmakecompresseddata.py183 uncomp_len = sum(len(s) + 1 for s in error_strings.keys())
186 print("// Total input length: {}".format(uncomp_len))
189 print("// Predicted saving: {}".format(uncomp_len - comp_len - data_len))
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/bcast/
H A Dfile_bcast.c430 bcast_msg.uncomp_len = orig_len; in _bcast_file()
485 out_buf = xmalloc(req->uncomp_len); in _decompress_data_zlib()
530 out_buf = xmalloc(req->uncomp_len); in _decompress_data_lz4()
532 req->uncomp_len); in _decompress_data_lz4()
535 if (req->uncomp_len != out_len) { in _decompress_data_lz4()
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/
H A Dbgzf.c98 size_t uncomp_len; member
978 if (!j->hit_eof && j->uncomp_len == 0) { in bgzf_read_block()
988 fp->block_length = j->uncomp_len; in bgzf_read_block()
992 if ( j->uncomp_len && j->fp->idx_build_otf ) in bgzf_read_block()
1286 j->uncomp_len); in bgzf_encode_level0_func()
1303 j->uncomp_len = BGZF_MAX_BLOCK_SIZE; in bgzf_decode_func()
1460 j->uncomp_len = BGZF_MAX_BLOCK_SIZE; in bgzf_mt_read_block()
1536 j->uncomp_len = 0; in bgzf_mt_reader()
1586 j->uncomp_len = 0; in bgzf_mt_reader()
1791 j->uncomp_len = fp->block_offset; in mt_queue()
[all …]
/dports/biology/py-pysam/pysam-0.18.0/htslib/
H A Dbgzf.c102 size_t uncomp_len; member
1033 if (!j->hit_eof && j->uncomp_len == 0) { in bgzf_read_block()
1043 fp->block_length = j->uncomp_len; in bgzf_read_block()
1047 if ( j->uncomp_len && j->fp->idx_build_otf ) in bgzf_read_block()
1341 j->uncomp_len); in bgzf_encode_level0_func()
1358 j->uncomp_len = BGZF_MAX_BLOCK_SIZE; in bgzf_decode_func()
1513 j->uncomp_len = BGZF_MAX_BLOCK_SIZE; in bgzf_mt_read_block()
1589 j->uncomp_len = 0; in bgzf_mt_reader()
1639 j->uncomp_len = 0; in bgzf_mt_reader()
1844 j->uncomp_len = fp->block_offset; in mt_queue()
[all …]
/dports/biology/htslib/htslib-1.14/
H A Dbgzf.c102 size_t uncomp_len; member
1033 if (!j->hit_eof && j->uncomp_len == 0) { in bgzf_read_block()
1043 fp->block_length = j->uncomp_len; in bgzf_read_block()
1047 if ( j->uncomp_len && j->fp->idx_build_otf ) in bgzf_read_block()
1341 j->uncomp_len); in bgzf_encode_level0_func()
1358 j->uncomp_len = BGZF_MAX_BLOCK_SIZE; in bgzf_decode_func()
1513 j->uncomp_len = BGZF_MAX_BLOCK_SIZE; in bgzf_mt_read_block()
1589 j->uncomp_len = 0; in bgzf_mt_reader()
1639 j->uncomp_len = 0; in bgzf_mt_reader()
1844 j->uncomp_len = fp->block_offset; in mt_queue()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/miniz_oxide_c_api/tests/
H A Dminiz_tester.cpp258 size_t uncomp_len = strlen(p); in simple_test1() local
260 void *pComp_data = tdefl_compress_mem_to_heap(p, uncomp_len, &cmp_len, TDEFL_WRITE_ZLIB_HEADER); in simple_test1()
268 printf("Uncompressed size: %u\nCompressed size: %u\n", (uint)uncomp_len, (uint)cmp_len); in simple_test1()
273 if ((!pDecomp_data) || (decomp_len != uncomp_len) || (memcmp(pDecomp_data, p, uncomp_len))) in simple_test1()
297 uLong uncomp_len = (uLong)strlen(p); in simple_test2() local
299 int status = compress(cmp_buf, &cmp_len, (const uint8*)p, uncomp_len); in simple_test2()
306 printf("Uncompressed size: %u\nCompressed size: %u\n", (uint)uncomp_len, (uint)cmp_len); in simple_test2()
308 if (cmp_len > compressBound(uncomp_len)) in simple_test2()
317 if ((status != Z_OK) || (decomp_len != uncomp_len) || (memcmp(decomp_buf, p, uncomp_len))) in simple_test2()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/miniz_oxide_c_api-0.2.1/tests/
H A Dminiz_tester.cpp258 size_t uncomp_len = strlen(p); in simple_test1() local
260 void *pComp_data = tdefl_compress_mem_to_heap(p, uncomp_len, &cmp_len, TDEFL_WRITE_ZLIB_HEADER); in simple_test1()
268 printf("Uncompressed size: %u\nCompressed size: %u\n", (uint)uncomp_len, (uint)cmp_len); in simple_test1()
273 if ((!pDecomp_data) || (decomp_len != uncomp_len) || (memcmp(pDecomp_data, p, uncomp_len))) in simple_test1()
297 uLong uncomp_len = (uLong)strlen(p); in simple_test2() local
299 int status = compress(cmp_buf, &cmp_len, (const uint8*)p, uncomp_len); in simple_test2()
306 printf("Uncompressed size: %u\nCompressed size: %u\n", (uint)uncomp_len, (uint)cmp_len); in simple_test2()
308 if (cmp_len > compressBound(uncomp_len)) in simple_test2()
317 if ((status != Z_OK) || (decomp_len != uncomp_len) || (memcmp(decomp_buf, p, uncomp_len))) in simple_test2()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/miniz_oxide_c_api-0.2.1/tests/
H A Dminiz_tester.cpp258 size_t uncomp_len = strlen(p); in simple_test1() local
260 void *pComp_data = tdefl_compress_mem_to_heap(p, uncomp_len, &cmp_len, TDEFL_WRITE_ZLIB_HEADER); in simple_test1()
268 printf("Uncompressed size: %u\nCompressed size: %u\n", (uint)uncomp_len, (uint)cmp_len); in simple_test1()
273 if ((!pDecomp_data) || (decomp_len != uncomp_len) || (memcmp(pDecomp_data, p, uncomp_len))) in simple_test1()
297 uLong uncomp_len = (uLong)strlen(p); in simple_test2() local
299 int status = compress(cmp_buf, &cmp_len, (const uint8*)p, uncomp_len); in simple_test2()
306 printf("Uncompressed size: %u\nCompressed size: %u\n", (uint)uncomp_len, (uint)cmp_len); in simple_test2()
308 if (cmp_len > compressBound(uncomp_len)) in simple_test2()
317 if ((status != Z_OK) || (decomp_len != uncomp_len) || (memcmp(decomp_buf, p, uncomp_len))) in simple_test2()
/dports/science/libaec/libaec-1.0.6/src/
H A Dencode.c252 state->uncomp_len = (strm->block_size - 1) * strm->bits_per_sample; in preprocess_unsigned()
292 state->uncomp_len = (strm->block_size - 1) * strm->bits_per_sample; in preprocess_signed()
411 if (len > state->uncomp_len) in assess_se_option()
579 if (split_len < state->uncomp_len) { in m_select_code_option()
585 if (state->uncomp_len <= se_len) in m_select_code_option()
726 state->uncomp_len = strm->block_size * strm->bits_per_sample; in m_get_block()
782 state->uncomp_len = strm->block_size * strm->bits_per_sample; in aec_encode_init()
H A Dencode.h142 uint32_t uncomp_len; member
/dports/emulators/anese/ANESE-0.9.1/thirdparty/miniz/tests/
H A Dminiz_tester.cpp258 size_t uncomp_len = strlen(p); in simple_test1() local
260 void *pComp_data = tdefl_compress_mem_to_heap(p, uncomp_len, &cmp_len, TDEFL_WRITE_ZLIB_HEADER); in simple_test1()
268 printf("Uncompressed size: %u\nCompressed size: %u\n", (uint)uncomp_len, (uint)cmp_len); in simple_test1()
273 if ((!pDecomp_data) || (decomp_len != uncomp_len) || (memcmp(pDecomp_data, p, uncomp_len))) in simple_test1()
297 uLong uncomp_len = (uLong)strlen(p); in simple_test2() local
299 int status = compress(cmp_buf, &cmp_len, (const uint8*)p, uncomp_len); in simple_test2()
306 printf("Uncompressed size: %u\nCompressed size: %u\n", (uint)uncomp_len, (uint)cmp_len); in simple_test2()
308 if (cmp_len > compressBound(uncomp_len)) in simple_test2()
317 if ((status != Z_OK) || (decomp_len != uncomp_len) || (memcmp(decomp_buf, p, uncomp_len))) in simple_test2()
/dports/biology/stacks/stacks-2.4/htslib/
H A Dbgzf.c91 size_t uncomp_len; member
684 if (!j->hit_eof && j->uncomp_len == 0) { in bgzf_read_block()
694 fp->block_length = j->uncomp_len; in bgzf_read_block()
698 if ( j->uncomp_len && j->fp->idx_build_otf ) in bgzf_read_block()
701 j->fp->idx->ublock_addr += j->uncomp_len; in bgzf_read_block()
928 j->uncomp_data, j->uncomp_len, in bgzf_encode_func()
942 j->uncomp_len = BGZF_MAX_BLOCK_SIZE; in bgzf_decode_func()
1071 j->uncomp_len = BGZF_MAX_BLOCK_SIZE; in bgzf_mt_read_block()
1140 j->uncomp_len = 0; in bgzf_mt_reader()
1176 j->uncomp_len = 0; in bgzf_mt_reader()
[all …]
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/
H A Dbgzf.c84 size_t uncomp_len; member
677 if (!j->hit_eof && j->uncomp_len == 0) { in bgzf_read_block()
687 fp->block_length = j->uncomp_len; in bgzf_read_block()
691 if ( j->uncomp_len && j->fp->idx_build_otf ) in bgzf_read_block()
694 j->fp->idx->ublock_addr += j->uncomp_len; in bgzf_read_block()
928 j->uncomp_data, j->uncomp_len, in bgzf_encode_func()
942 j->uncomp_len = BGZF_MAX_BLOCK_SIZE; in bgzf_decode_func()
1071 j->uncomp_len = BGZF_MAX_BLOCK_SIZE; in bgzf_mt_read_block()
1136 j->uncomp_len = 0; in bgzf_mt_reader()
1171 j->uncomp_len = 0; in bgzf_mt_reader()
[all …]
/dports/biology/vt/vt-0.57721/lib/htslib/
H A Dbgzf.c95 size_t uncomp_len; member
774 if (!j->hit_eof && j->uncomp_len == 0) { in bgzf_read_block()
784 fp->block_length = j->uncomp_len; in bgzf_read_block()
788 if ( j->uncomp_len && j->fp->idx_build_otf ) in bgzf_read_block()
791 j->fp->idx->ublock_addr += j->uncomp_len; in bgzf_read_block()
1018 j->uncomp_data, j->uncomp_len, in bgzf_encode_func()
1032 j->uncomp_len = BGZF_MAX_BLOCK_SIZE; in bgzf_decode_func()
1161 j->uncomp_len = BGZF_MAX_BLOCK_SIZE; in bgzf_mt_read_block()
1230 j->uncomp_len = 0; in bgzf_mt_reader()
1266 j->uncomp_len = 0; in bgzf_mt_reader()
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dwolutil.cpp476 int uncomp_len = img_size + 18; in getImage() local
477 LVArray<lUInt8> uncomp(uncomp_len, 0); in getImage()
480 if (unpacker.Decode(buf.ptr(), buf.length(), uncomp.ptr(), uncomp_len)) in getImage()
484 dump->Write(uncomp.ptr(), uncomp_len, NULL); in getImage()
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/common/
H A Dtree.c4183 int uncomp_len = 0; in concat_dclists() local
4199 uncomp_len = list_len; in concat_dclists()
4206 if (uncomp_len > 0) { in concat_dclists()
4208 uncomp_len++; in concat_dclists()
4213 - uncomp_len)); in concat_dclists()
4220 uncomp_len += list_len; in concat_dclists()
4225 if (uncomp_len == 0) { in concat_dclists()
4243 compbuf_max = uncomp_len + 3; in concat_dclists()
4245 for (i = 0; i < uncomp_len; i++) in concat_dclists()
4257 list_len = MRns_name_compress_list(uncompbuf, uncomp_len, in concat_dclists()
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/common/
H A Dtree.c4183 int uncomp_len = 0; in concat_dclists() local
4199 uncomp_len = list_len; in concat_dclists()
4206 if (uncomp_len > 0) { in concat_dclists()
4208 uncomp_len++; in concat_dclists()
4213 - uncomp_len)); in concat_dclists()
4220 uncomp_len += list_len; in concat_dclists()
4225 if (uncomp_len == 0) { in concat_dclists()
4243 compbuf_max = uncomp_len + 3; in concat_dclists()
4245 for (i = 0; i < uncomp_len; i++) in concat_dclists()
4257 list_len = MRns_name_compress_list(uncompbuf, uncomp_len, in concat_dclists()
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/common/
H A Dtree.c4183 int uncomp_len = 0; in concat_dclists() local
4199 uncomp_len = list_len; in concat_dclists()
4206 if (uncomp_len > 0) { in concat_dclists()
4208 uncomp_len++; in concat_dclists()
4213 - uncomp_len)); in concat_dclists()
4220 uncomp_len += list_len; in concat_dclists()
4225 if (uncomp_len == 0) { in concat_dclists()
4243 compbuf_max = uncomp_len + 3; in concat_dclists()
4245 for (i = 0; i < uncomp_len; i++) in concat_dclists()
4257 list_len = MRns_name_compress_list(uncompbuf, uncomp_len, in concat_dclists()
/dports/devel/mercurial/mercurial-6.0/mercurial/cext/
H A Drevlog.c299 int comp_len, uncomp_len, base_rev, link_rev, parent_1, parent_2, in index_get() local
333 uncomp_len = getbe32(data + 12); in index_get()
352 return Py_BuildValue(tuple_format, offset_flags, comp_len, uncomp_len, in index_get()
455 int rev, comp_len, uncomp_len, base_rev, link_rev, parent_1, parent_2, in index_append() local
464 &uncomp_len, &base_rev, &link_rev, &parent_1, in index_append()
507 putbe32(uncomp_len, data + 12); in index_append()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/innobase/row/
H A Drow0mysql.cc627 ulint uncomp_len = 0; in row_decompress_column() local
630 uncomp_len = mach_read_from_1(data); in row_decompress_column()
633 uncomp_len = mach_read_from_2(data); in row_decompress_column()
636 uncomp_len = mach_read_from_3(data); in row_decompress_column()
639 uncomp_len = mach_read_from_4(data); in row_decompress_column()
650 mem_heap_create(max(UNIV_PAGE_SIZE, uncomp_len)); in row_decompress_column()
653 buf_len = uncomp_len; in row_decompress_column()
701 if (buf_len != uncomp_len) { in row_decompress_column()

123