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

/external/lz4/examples/
H A DblockStreaming_doubleBuffer.c42 int inpBufIndex = 0; local
45 char* const inpPtr = inpBuf[inpBufIndex];
62 inpBufIndex = (inpBufIndex + 1) % 2;

Completed in 43 milliseconds