Home
last modified time | relevance | path

Searched defs:cmpBuf (Results 1 – 4 of 4) sorted by relevance

/external/lz4/examples/
DblockStreaming_doubleBuffer.c52 char cmpBuf[LZ4_COMPRESSBOUND(BLOCK_BYTES)]; in test_compress() local
78 char cmpBuf[LZ4_COMPRESSBOUND(BLOCK_BYTES)]; in test_decompress() local
DblockStreaming_lineByLine.c41 char* const cmpBuf = malloc(LZ4_COMPRESSBOUND(messageMaxBytes)); in test_compress() local
89 char* const cmpBuf = malloc(LZ4_COMPRESSBOUND(messageMaxBytes)); in test_decompress() local
DblockStreaming_ringBuffer.c67 char cmpBuf[LZ4_COMPRESSBOUND(MESSAGE_MAX_BYTES)]; in test_compress() local
93 char cmpBuf[LZ4_COMPRESSBOUND(MESSAGE_MAX_BYTES)]; in test_decompress() local
DHCStreaming_ringBuffer.c71 char cmpBuf[LZ4_COMPRESSBOUND(MESSAGE_MAX_BYTES)]; in test_compress() local
100 char cmpBuf[LZ4_COMPRESSBOUND(MESSAGE_MAX_BYTES)]; in test_decompress() local