Home
last modified time | relevance | path

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

/external/lz4/examples/
DblockStreaming_lineByLine.c44 const size_t cmpBufBytes = LZ4_COMPRESSBOUND(messageMaxBytes); in test_compress() local
45 char* const cmpBuf = (char*) malloc(cmpBufBytes); in test_compress()
68 lz4Stream, inpPtr, cmpBuf, inpBytes, cmpBufBytes, 1); in test_compress()