Home
last modified time | relevance | path

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

12

/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/io/
H A DBitWalker.java64 public BitWalker(byte[] inpBuf, int inpStartPos) { in BitWalker() argument
66 setBuf(inpBuf, inpStartPos); in BitWalker()
79 public void setBuf(byte[] inpBuf, int inpStartPos) { in setBuf() argument
80 buf = inpBuf; in setBuf()
/dports/devel/qgit/qgit-qgit-2.9/src/
H A Dconsoleimpl.cpp84 if (QGit::stripPartialParaghraps(data, &newParagraph, &inpBuf)) in procReadyRead()
92 textEditOutput->append(inpBuf); in procFinished()
93 inpBuf = ""; in procFinished()
/dports/archivers/maxcso/maxcso-1.10.0/lz4/examples/
H A 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()
H A DblockStreaming_ringBuffer.c56 static char inpBuf[RING_BUFFER_BYTES]; in test_compress() local
61 char* const inpPtr = &inpBuf[inpOffset]; in test_compress()
H A DblockStreaming_doubleBuffer.c44 char inpBuf[2][BLOCK_BYTES]; in test_compress() local
50 char* const inpPtr = inpBuf[inpBufIndex]; in test_compress()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/lz4/examples/
H A 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()
H A 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()
H A DblockStreaming_ringBuffer.c56 static char inpBuf[RING_BUFFER_BYTES]; in test_compress() local
61 char* const inpPtr = &inpBuf[inpOffset]; in test_compress()
H A DblockStreaming_doubleBuffer.c44 char inpBuf[2][BLOCK_BYTES]; in test_compress() local
50 char* const inpPtr = inpBuf[inpBufIndex]; in test_compress()
/dports/archivers/liblz4/lz4-1.9.3/examples/
H A 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()
H A 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()
H A DblockStreaming_ringBuffer.c53 static char inpBuf[RING_BUFFER_BYTES]; in test_compress() local
58 char* const inpPtr = &inpBuf[inpOffset]; in test_compress()
H A DblockStreaming_doubleBuffer.c44 char inpBuf[2][BLOCK_BYTES]; in test_compress() local
50 char* const inpPtr = inpBuf[inpBufIndex]; in test_compress()
/dports/archivers/lizard/lizard-1.0/examples/
H A DblockStreaming_lineByLine.c46 char* const inpBuf = (char*) malloc(ringBufferBytes); in test_compress() local
51 char* const inpPtr = &inpBuf[inpOffset]; in test_compress()
79 free(inpBuf); in test_compress()
H A DblockStreaming_doubleBuffer.c43 char inpBuf[2][BLOCK_BYTES]; in test_compress() local
51 char* const inpPtr = inpBuf[inpBufIndex]; in test_compress()
H A DblockStreaming_ringBuffer.c57 static char inpBuf[RING_BUFFER_BYTES]; in test_compress() local
62 char* const inpPtr = &inpBuf[inpOffset]; in test_compress()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/lz4/examples/
H A 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()
H A 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()
H A DblockStreaming_ringBuffer.c53 static char inpBuf[RING_BUFFER_BYTES]; in test_compress() local
58 char* const inpPtr = &inpBuf[inpOffset]; in test_compress()
H A DblockStreaming_doubleBuffer.c44 char inpBuf[2][BLOCK_BYTES]; in test_compress() local
50 char* const inpPtr = inpBuf[inpBufIndex]; in test_compress()
/dports/lang/chez-scheme/ChezScheme-9.5.4/lz4/examples/
H A 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()
H A 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()
H A DblockStreaming_ringBuffer.c53 static char inpBuf[RING_BUFFER_BYTES]; in test_compress() local
58 char* const inpPtr = &inpBuf[inpOffset]; in test_compress()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/Lz4/Lz4_131/examples/
H A 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()
H A DblockStreaming_ringBuffer.c56 static char inpBuf[RING_BUFFER_BYTES]; in test_compress() local
61 char* const inpPtr = &inpBuf[inpOffset]; in test_compress()

12