Home | History | Annotate | Download | only in programs

Lines Matching full:oldsize

982             size_t oldSize  = 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);
1021 oldSize = testSize;