Home
last modified time | relevance | path

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

/external/lz4/examples/
DHCStreaming_ringBuffer.c150 unsigned errorPos = 0; in compare() local
151 while ((errorPos < r0) && (b0[errorPos]==b1[errorPos])) errorPos++; in compare()
152 result += errorPos; in compare()
/external/lz4/tests/
DroundTripTest.c119 { size_t const errorPos = checkBuffers(srcBuff, resultBuff, srcSize); in roundTripTest() local
120 CONTROL_MSG(errorPos != srcSize, in roundTripTest()
122 (unsigned)errorPos); in roundTripTest()