Home
last modified time | relevance | path

Searched refs:inpBytes (Results 1 - 5 of 5) sorted by relevance

/third_party/lz4/examples/
H A DblockStreaming_lineByLine.c56 const int inpBytes = (int) read_bin(inpFp, inpPtr, randomLength); in test_compress()
57 if (0 == inpBytes) break; in test_compress()
60 int inpBytes = 0; in test_compress() local
63 inpBytes = (int) strlen(inpPtr); in test_compress()
68 lz4Stream, inpPtr, cmpBuf, inpBytes, (int) cmpBufBytes, 1); in test_compress()
74 inpOffset += inpBytes; in test_compress()
H A DHCStreaming_ringBuffer.c69 const int inpBytes = (int) read_bin(inpFp, inpPtr, randomLength); in test_compress() local
70 if (0 == inpBytes) break; in test_compress()
74 const int cmpBytes = LZ4_compress_HC_continue(lz4Stream, inpPtr, cmpBuf, inpBytes, CMPBUFSIZE); in test_compress()
80 inpOffset += inpBytes; in test_compress()
H A DblockStreaming_ringBuffer.c60 const int inpBytes = (int) read_bin(inpFp, inpPtr, randomLength); in test_compress() local
61 if (0 == inpBytes) break; in test_compress()
66 const int cmpBytes = LZ4_compress_fast_continue(lz4Stream, inpPtr, cmpBuf, inpBytes, CMPBUFSIZE, 0); in test_compress()
71 inpOffset += inpBytes; in test_compress()
H A DblockStreaming_doubleBuffer.c51 const int inpBytes = (int) read_bin(inpFp, inpPtr, BLOCK_BYTES); in test_compress() local
52 if(0 == inpBytes) { in test_compress()
59 lz4Stream, inpPtr, cmpBuf, inpBytes, sizeof(cmpBuf), 1); in test_compress()
H A DdictionaryRandomAccess.c75 const int inpBytes = (int) read_bin(inpFp, inpBuf, BLOCK_BYTES); in test_compress() local
76 if(0 == inpBytes) { in test_compress()
85 lz4Stream, inpBuf, cmpBuf, inpBytes, sizeof(cmpBuf), 1); in test_compress()

Completed in 4 milliseconds