Searched defs:decompress (Results 1 - 21 of 21) sorted by relevance

/freebsd-current/sys/geom/uzip/
H A Dg_uzip_dapi.h35 g_uzip_dapi_decompress_t decompress; member in struct:g_uzip_dapi
/freebsd-current/sys/opencrypto/
H A Dxform_comp.h44 uint32_t (*decompress) (uint8_t *, uint32_t, uint8_t **); member in struct:comp_algo
/freebsd-current/sys/contrib/zstd/examples/
H A Dsimple_decompression.c16 static void decompress(const char* fname) function
H A Ddictionary_decompression.c30 static void decompress(const char* fname, const ZSTD_DDict* ddict) function
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp58 Error compression::decompress(DebugCompressionType T, ArrayRef<uint8_t> Input, function in class:compression
69 Error compression::decompress(compression::Format F, ArrayRef<uint8_t> Input, function in class:compression
81 Error compression::decompress(DebugCompressionType T, ArrayRef<uint8_t> Input, function in class:compression
123 Error zlib::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, function in class:zlib
135 Error zlib::decompress(ArrayRe function in class:zlib
151 Error zlib::decompress(ArrayRef<uint8_t> Input, uint8_t *UncompressedBuffer, function in class:zlib
155 Error zlib::decompress(ArrayRef<uint8_t> Input, function in class:zlib
182 Error zstd::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, function in class:zstd
195 Error zstd::decompress(ArrayRef<uint8_t> Input, function in class:zstd
211 Error zstd::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, function in class:zstd
215 Error zstd::decompress(ArrayRef<uint8_t> Input, function in class:zstd
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp66 Error Decompressor::decompress(MutableArrayRef<uint8_t> Output) { function in class:Decompressor
/freebsd-current/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c397 #define decompress unxz macro
/freebsd-current/usr.bin/compress/
H A Dcompress.c273 decompress(const char *in, const char *out, int bits) function
/freebsd-current/usr.sbin/ppp/
H A Dpred.c101 decompress(struct pred1_state *state, u_char *source, u_char *dest, int len) function
/freebsd-current/contrib/libfido2/tools/
H A Dlargeblob.c351 decompress(const struct blob *plaintext, uint64_t origsiz) function
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp123 void InputSectionBase::decompress() const { function in class:InputSectionBase
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dhuf_decompress.c1059 static const decompressionAlgo decompress[2] = { HUF_decompress4X1, HUF_decompress4X2 }; local
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c1827 static const decompressionAlgo decompress[2] = { HUF_decompress4X1, HUF_decompress4X2 }; local
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c1591 decompress(struct archive_read *a, const void **buff, size_t *outbytes, function
H A Darchive_read_support_format_7zip.c1417 decompress(struct archive_read *a, struct _7zip *zip, function
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c2647 static const decompressionAlgo decompress[3] = { HUFv06_decompress4X2, HUFv06_decompress4X4, NULL }; local
H A Dzstd_v05.c2518 static const decompressionAlgo decompress[3] = { HUFv05_decompress4X2, HUFv05_decompress4X4, NULL }; local
H A Dzstd_v04.c2365 static const decompressionAlgo decompress[3] = { HUF_decompress4X2, HUF_decompress4X4, NULL }; local
H A Dzstd_v03.c2218 static const decompressionAlgo decompress[3] = { HUF_decompress4X2, HUF_decompress4X4, NULL }; local
H A Dzstd_v02.c2578 static const decompressionAlgo decompress[3] = { HUF_decompress4X2, HUF_decompress4X4, HUF_decompress4X6 }; local
H A Dzstd_v07.c2521 static const decompressionAlgo decompress[2] = { HUFv07_decompress4X2, HUFv07_decompress4X4 }; local

Completed in 530 milliseconds