Home
last modified time | relevance | path

Searched defs:ress (Results 1 – 5 of 5) sorted by relevance

/external/zstd/examples/
Dmultiple_streaming_compression.c33 resources ress; in createResources_orDie() local
50 static void freeResources(resources ress) in freeResources()
57 static void compressFile_orDie(resources ress, const char* fname, const char* outName) in compressFile_orDie()
107 resources const ress = createResources_orDie(cLevel); in main() local
Dmultiple_simple_compression.c44 resources ress; in createResources_orDie() local
57 static void freeResources(resources ress, char *outFilename) in freeResources()
66 static void compressFile_orDie(resources ress, const char* fname, const char* oname) in compressFile_orDie()
97 resources const ress = createResources_orDie(argc, argv, &outFilename, &outFilenameBufferLen); in main() local
/external/lz4/tests/
DcheckFrame.c108 static int createCResources(cRess_t* ress) in createCResources()
129 static void freeCResources(cRess_t ress) in freeCResources()
137 int frameCheck(cRess_t ress, FILE* const srcFile, unsigned bsid, size_t blockSize) in frameCheck()
293 cRess_t ress; in main() local
/external/zstd/programs/
Dfileio.c929 cRess_t ress; in FIO_createCResources() local
1010 static void FIO_freeCResources(const cRess_t* const ress) in FIO_freeCResources()
1021 FIO_compressGzFrame(const cRess_t* ress, /* buffers & handlers are used, but not changed */ in FIO_compressGzFrame()
1104 FIO_compressLzmaFrame(cRess_t* ress, in FIO_compressLzmaFrame()
1183 FIO_compressLz4Frame(cRess_t* ress, in FIO_compressLz4Frame()
1286 cRess_t const ress = *ressPtr; in FIO_compressZstdFrame() local
1493 cRess_t ress, in FIO_compressFilename_internal()
1588 cRess_t ress, in FIO_compressFilename_dstFile()
1666 cRess_t ress, in FIO_compressFilename_srcFile()
1720 …cRess_t const ress = FIO_createCResources(prefs, dictFileName, UTIL_getFileSize(srcFileName), comp… in FIO_compressFilename() local
[all …]
/external/lz4/programs/
Dlz4io.c566 cRess_t ress; in LZ4IO_createCResources() local
583 static void LZ4IO_freeCResources(cRess_t ress) in LZ4IO_freeCResources()
601 LZ4IO_compressFilename_extRess(LZ4IO_prefs_t* const io_prefs, cRess_t ress, in LZ4IO_compressFilename_extRess()
731 cRess_t const ress = LZ4IO_createCResources(prefs); in LZ4IO_compressFilename() local
762 cRess_t ress; in LZ4IO_compressMultipleFilenames() local
955 static void LZ4IO_loadDDict(LZ4IO_prefs_t* const prefs, dRess_t* ress) { in LZ4IO_loadDDict()
969 dRess_t ress; in LZ4IO_createDResources() local
988 static void LZ4IO_freeDResources(dRess_t ress) in LZ4IO_freeDResources()
998 static unsigned long long LZ4IO_decompressLZ4F(LZ4IO_prefs_t* const prefs, dRess_t ress, FILE* srcF… in LZ4IO_decompressLZ4F()
1094 static unsigned long long selectDecoder(LZ4IO_prefs_t* const prefs, dRess_t ress, FILE* finput, FIL… in selectDecoder()
[all …]