Home | History | Annotate | Download | only in programs

Lines Matching full:oldstart

981             size_t oldStart = 0;
998 if (testStart == oldStart + oldSize) // Corner case not covered by this test (LZ4_decompress_safe_usingDict() limitation)
1007 result = LZ4_decompress_safe_usingDict(testCompressed, testVerify, result, (int)testSize, testInput + oldStart, (int)oldSize);
1020 oldStart = testStart;