Searched refs:inpBuf (Results 1 – 5 of 5) sorted by relevance
46 char* const inpBuf = (char*) malloc(ringBufferBytes); in test_compress() local51 char* const inpPtr = &inpBuf[inpOffset]; in test_compress()80 free(inpBuf); in test_compress()
61 char inpBuf[BLOCK_BYTES]; in test_compress() local75 const int inpBytes = (int) read_bin(inpFp, inpBuf, BLOCK_BYTES); in test_compress()85 lz4Stream, inpBuf, cmpBuf, inpBytes, sizeof(cmpBuf), 1); in test_compress()
53 static char inpBuf[RING_BUFFER_BYTES]; in test_compress() local58 char* const inpPtr = &inpBuf[inpOffset]; in test_compress()
44 char inpBuf[2][BLOCK_BYTES]; in test_compress() local50 char* const inpPtr = inpBuf[inpBufIndex]; in test_compress()
59 static char inpBuf[RING_BUFFER_BYTES]; in test_compress() local64 char* const inpPtr = &inpBuf[inpOffset]; in test_compress()