Home
last modified time | relevance | path

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

/third_party/lz4/examples/
DblockStreaming_doubleBuffer.c45 int inpBufIndex = 0; in test_compress() local
50 char* const inpPtr = inpBuf[inpBufIndex]; in test_compress()
67 inpBufIndex = (inpBufIndex + 1) % 2; in test_compress()