Searched defs:uncompress (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | zlib_stub.c | 23 uncompress(void *dst __unused, unsigned long *dstsz __unused, in uncompress() function
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | LZMA.cpp | 28 llvm::Error uncompress(llvm::ArrayRef<uint8_t> InputBuffer, in uncompress() function
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | IntEqClasses.cpp | 67 void IntEqClasses::uncompress() { in uncompress() function in IntEqClasses
|
/freebsd/sys/contrib/zlib/ |
H A D | uncompr.c | 82 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress() function
|
H A D | zconf.h | 143 # define uncompress z_uncompress macro
|
H A D | zconf.h.in | 132 # define uncompress z_uncompress macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVBaseInfo.cpp | 146 bool RISCVRVC::uncompress(MCInst &OutInst, const MCInst &MI, in uncompress() function in llvm::RISCVRVC
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_fuzz.c | 50 int uncompress; /* If 1, decompress the file before fuzzing. */ global() member
|
/freebsd/sbin/savecore/ |
H A D | savecore.c | 109 static bool checkfor, compress, uncompress, clear, force, keep; /* flags */ variable
|
/freebsd/contrib/bzip2/ |
H A D | bzip2.c | 1314 void uncompress ( Char *name ) in uncompress() function
|