Home
last modified time | relevance | path

Searched refs:cRess_t (Results 1 – 3 of 3) sorted by relevance

/external/lz4/tests/
DcheckFrame.c97 } cRess_t; typedef
99 static int createCResources(cRess_t* ress) in createCResources()
120 static void freeCResources(cRess_t ress) in freeCResources()
128 int frameCheck(cRess_t ress, FILE* const srcFile, unsigned bsid, size_t blockSize) in frameCheck()
284 cRess_t ress; in main()
/external/zstd/programs/
Dfileio.c945 } cRess_t; typedef
982 static cRess_t FIO_createCResources(FIO_prefs_t* const prefs, in FIO_createCResources()
985 cRess_t ress; in FIO_createCResources()
1067 static void FIO_freeCResources(const cRess_t* const ress) in FIO_freeCResources()
1078 FIO_compressGzFrame(const cRess_t* ress, /* buffers & handlers are used, but not changed */ in FIO_compressGzFrame()
1161 FIO_compressLzmaFrame(cRess_t* ress, in FIO_compressLzmaFrame()
1240 FIO_compressLz4Frame(cRess_t* ress, in FIO_compressLz4Frame()
1339 const cRess_t* ressPtr, in FIO_compressZstdFrame()
1343 cRess_t const ress = *ressPtr; in FIO_compressZstdFrame()
1570 cRess_t ress, in FIO_compressFilename_internal()
[all …]
/external/lz4/programs/
Dlz4io.c553 } cRess_t; typedef
624 static cRess_t LZ4IO_createCResources(const LZ4IO_prefs_t* const prefs) in LZ4IO_createCResources()
627 cRess_t ress; in LZ4IO_createCResources()
644 static void LZ4IO_freeCResources(cRess_t ress) in LZ4IO_freeCResources()
662 LZ4IO_compressFilename_extRess(cRess_t ress, in LZ4IO_compressFilename_extRess()
790 cRess_t const ress = LZ4IO_createCResources(prefs); in LZ4IO_compressFilename()
821 cRess_t ress; in LZ4IO_compressMultipleFilenames()