Home
last modified time | relevance | path

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

/external/lz4/examples/
DblockStreaming_lineByLine.c46 char* const inpBuf = (char*) malloc(ringBufferBytes); in test_compress() local
51 char* const inpPtr = &inpBuf[inpOffset]; in test_compress()
80 free(inpBuf); in test_compress()
DdictionaryRandomAccess.c61 char inpBuf[BLOCK_BYTES]; in test_compress() local
75 const int inpBytes = (int) read_bin(inpFp, inpBuf, BLOCK_BYTES); in test_compress()
85 lz4Stream, inpBuf, cmpBuf, inpBytes, sizeof(cmpBuf), 1); in test_compress()
DblockStreaming_ringBuffer.c53 static char inpBuf[RING_BUFFER_BYTES]; in test_compress() local
58 char* const inpPtr = &inpBuf[inpOffset]; in test_compress()
DblockStreaming_doubleBuffer.c44 char inpBuf[2][BLOCK_BYTES]; in test_compress() local
50 char* const inpPtr = inpBuf[inpBufIndex]; in test_compress()
DHCStreaming_ringBuffer.c59 static char inpBuf[RING_BUFFER_BYTES]; in test_compress() local
64 char* const inpPtr = &inpBuf[inpOffset]; in test_compress()