Searched defs:flushedSize (Results 1 – 1 of 1) sorted by relevance
| /third_party/lz4/tests/ |
| D | frametest.c | 1090 …size_t const flushedSize = LZ4F_uncompressedUpdate(cCtx, op, (size_t)(oend-op), ip, uSize, &cOptio… in fuzzerTests() local 1099 … { size_t const flushedSize = LZ4F_compressUpdate(cCtx, op, oSize, ip, iSize, &cOptions); in fuzzerTests() local 1129 size_t flushedSize; in fuzzerTests() local
|