Home
last modified time | relevance | path

Searched refs:targetDestSize (Results 1 – 25 of 66) sorted by relevance

123

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/ext/compressors/lz4/
H A Dlz4_compress.c285 int lz4_len, sourceSize, targetDestSize; in lz4_compress_raw() local
300 targetDestSize = (int)(page_max < dst_len ? page_max : dst_len); in lz4_compress_raw()
301 targetDestSize -= (int)(sizeof(LZ4_PREFIX) + extra); in lz4_compress_raw()
305 (char *)dst + sizeof(LZ4_PREFIX), &sourceSize, targetDestSize); in lz4_compress_raw()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dlz4.h246 int targetDestSize, void *wrkmem);
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dlz4.h246 int targetDestSize, void *wrkmem);
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dlz4.h246 int targetDestSize, void *wrkmem);
/dports/graphics/colmap/colmap-3.6/lib/FLANN/ext/
H A Dlz4.h153 int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
/dports/archivers/maxcso/maxcso-1.10.0/lz4/lib/
H A Dlz4.h153 int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
/dports/cad/verilator/verilator-4.216/include/gtkwave/
H A Dlz4.h155 int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
/dports/cad/gtkwave/gtkwave-3.3.107/src/helpers/fst/
H A Dlz4.h155 int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
/dports/cad/iverilog/verilog-11.0/vpi/
H A Dlz4.h155 int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
/dports/devel/love10/love-0.10.2/src/libraries/lz4/
H A Dlz4.h153 int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
/dports/cad/ghdl/ghdl-1.0.0/src/grt/fst/
H A Dlz4.h153 int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/lz4/
H A Dlz4.h153 int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
/dports/cad/nvc/nvc-r1.5.3/thirdparty/
H A Dlz4.h153 int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
/dports/devel/gammaray/GammaRay-2.11.3/3rdparty/lz4/
H A Dlz4.h153 int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
/dports/graphics/vigra/vigra-8acd73a/src/impex/
H A Dlz4.h153 int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/Lz4/Lz4_131/lib/
H A Dlz4.h153 int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/lz4/lib/
H A Dlz4hc.c601 …id* LZ4HC_Data, const char* source, char* dest, int* sourceSizePtr, int targetDestSize, int cLevel) in LZ4_compress_HC_destSize() argument
605 …return LZ4HC_compress_generic(ctx, source, dest, sourceSizePtr, targetDestSize, cLevel, limitedDes… in LZ4_compress_HC_destSize()
718 … (LZ4_streamHC_t* LZ4_streamHCPtr, const char* src, char* dst, int* srcSizePtr, int targetDestSize) in LZ4_compress_HC_continue_destSize() argument
722 …return LZ4_compressHC_continue_generic(LZ4_streamHCPtr, src, dst, srcSizePtr, targetDestSize, limi… in LZ4_compress_HC_continue_destSize()
/dports/devel/love/love-11.3/src/libraries/lz4/
H A Dlz4hc.c671 …id* LZ4HC_Data, const char* source, char* dest, int* sourceSizePtr, int targetDestSize, int cLevel) in LZ4_compress_HC_destSize() argument
675 …return LZ4HC_compress_generic(ctx, source, dest, sourceSizePtr, targetDestSize, cLevel, limitedDes… in LZ4_compress_HC_destSize()
777 … (LZ4_streamHC_t* LZ4_streamHCPtr, const char* src, char* dst, int* srcSizePtr, int targetDestSize) in LZ4_compress_HC_continue_destSize() argument
779 …return LZ4_compressHC_continue_generic(LZ4_streamHCPtr, src, dst, srcSizePtr, targetDestSize, limi… in LZ4_compress_HC_continue_destSize()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/lz4/vtklz4/lib/
H A Dlz4hc.c601 …id* LZ4HC_Data, const char* source, char* dest, int* sourceSizePtr, int targetDestSize, int cLevel) in LZ4_compress_HC_destSize() argument
605 …return LZ4HC_compress_generic(ctx, source, dest, sourceSizePtr, targetDestSize, cLevel, limitedDes… in LZ4_compress_HC_destSize()
718 … (LZ4_streamHC_t* LZ4_streamHCPtr, const char* src, char* dst, int* srcSizePtr, int targetDestSize) in LZ4_compress_HC_continue_destSize() argument
722 …return LZ4_compressHC_continue_generic(LZ4_streamHCPtr, src, dst, srcSizePtr, targetDestSize, limi… in LZ4_compress_HC_continue_destSize()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/lz4/
H A Dlz4internal.h197 …int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/lz4/
H A Dlz4internal.h197 …int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LZ4/
H A Dlz4.h195 …int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_subr/lz4/
H A Dlz4internal.h197 …int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_subr/lz4/
H A Dlz4internal.h197 …int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
/dports/archivers/p5-Compress-LZ4/Compress-LZ4-0.25/src/
H A Dlz4.h200 …int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);

123