Home
last modified time | relevance | path

Searched refs:BLOSC_MIN_HEADER_LENGTH (Results 1 – 14 of 14) sorted by relevance

/dports/archivers/c-blosc2/c-blosc2-2.0.4/tests/
H A Dtest_blosc1_compat.c39 dest, size + BLOSC_MIN_HEADER_LENGTH); in test_compress_decompress()
64 dest, size + BLOSC_MIN_HEADER_LENGTH); in test_compress_decompress_zeros()
89 dest, size + BLOSC_MIN_HEADER_LENGTH); in test_compress_getitem()
124 dest = blosc_test_malloc(BUFFER_ALIGN_SIZE, size + BLOSC_MIN_HEADER_LENGTH); in main()
H A Dtest_bitshuffle_leftovers.c21 int osize = size + BLOSC_MIN_HEADER_LENGTH; in test_roundtrip_bitshuffle8()
52 int osize = size + BLOSC_MIN_HEADER_LENGTH; in test_roundtrip_bitshuffle4()
94 int32_t *data_out = malloc(size + BLOSC_MIN_HEADER_LENGTH); in main()
/dports/archivers/c-blosc/c-blosc-1.21.0/tests/
H A Dtest_bitshuffle_leftovers.c20 int osize = size + BLOSC_MIN_HEADER_LENGTH; in test_roundtrip_bitshuffle8()
61 int osize = size + BLOSC_MIN_HEADER_LENGTH; in test_roundtrip_bitshuffle4()
105 int32_t *data_out = malloc(size + BLOSC_MIN_HEADER_LENGTH); in main()
/dports/archivers/c-blosc/c-blosc-1.21.0/blosc/
H A Dblosc.h34 #define BLOSC_MIN_HEADER_LENGTH 16 macro
39 #define BLOSC_MAX_OVERHEAD BLOSC_MIN_HEADER_LENGTH
H A Dblosc.c2121 if (cbytes < BLOSC_MIN_HEADER_LENGTH) return -1; in blosc_cbuffer_validate()
/dports/devel/py-tables/tables-3.6.1/c-blosc/blosc/
H A Dblosc.h34 #define BLOSC_MIN_HEADER_LENGTH 16 macro
39 #define BLOSC_MAX_OVERHEAD BLOSC_MIN_HEADER_LENGTH
H A Dblosc.c2150 if (cbytes < BLOSC_MIN_HEADER_LENGTH) return -1; in blosc_cbuffer_validate()
/dports/archivers/c-blosc/c-blosc-1.21.0/tests/fuzz/
H A Dfuzz_decompress.c14 if (size < BLOSC_MIN_HEADER_LENGTH) { in LLVMFuzzerTestOneInput()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/tests/fuzz/
H A Dfuzz_decompress_chunk.c14 if (size < BLOSC_MIN_HEADER_LENGTH) { in LLVMFuzzerTestOneInput()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/doc/sphinx/source/reference/
H A Dutility.rst7 .. doxygenenumvalue:: BLOSC_MIN_HEADER_LENGTH
/dports/archivers/c-blosc2/c-blosc2-2.0.4/blosc/
H A Dblosc2.c640 if (srcsize < BLOSC_MIN_HEADER_LENGTH) { in read_chunk_header()
645 memcpy(header, src, BLOSC_MIN_HEADER_LENGTH); in read_chunk_header()
659 if (header->cbytes < BLOSC_MIN_HEADER_LENGTH) { in read_chunk_header()
687 memcpy((uint8_t *)header + BLOSC_MIN_HEADER_LENGTH, src + BLOSC_MIN_HEADER_LENGTH, in read_chunk_header()
688 BLOSC_EXTENDED_HEADER_LENGTH - BLOSC_MIN_HEADER_LENGTH); in read_chunk_header()
752 context->header_overhead = BLOSC_MIN_HEADER_LENGTH; in blosc2_initialize_context_from_header()
2117 context->header_overhead = BLOSC_MIN_HEADER_LENGTH; in write_compression_header()
2158 BLOSC_EXTENDED_HEADER_LENGTH : BLOSC_MIN_HEADER_LENGTH); in write_compression_header()
3257 int rc = read_chunk_header((uint8_t *) cbuffer, BLOSC_MIN_HEADER_LENGTH, false, &header); in blosc2_cbuffer_sizes()
3276 if (cbytes < BLOSC_MIN_HEADER_LENGTH) { in blosc_cbuffer_validate()
[all …]
H A Dframe.c2206 int64_t chunk_cbytes_offset = chunk_header_offset + BLOSC_MIN_HEADER_LENGTH; in frame_get_lazychunk()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/include/
H A Dblosc2.h96 BLOSC_MIN_HEADER_LENGTH = 16, enumerator
/dports/archivers/c-blosc/c-blosc-1.21.0/
H A DRELEASE_NOTES.rst1071 - A new BLOSC_MIN_HEADER_LENGTH symbol in blosc.h tells how many bytes