Home
last modified time | relevance | path

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

/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs12 public long skipSize; field in SevenZip.CDoubleStream
17 public override long Length { get { return s1.Length + s2.Length - skipSize; } }
313 doubleStream.skipSize = 0; in Main2()
315 doubleStream.skipSize = trainFileSize - dictionary; in Main2()
316 trainStream.Seek(doubleStream.skipSize, SeekOrigin.Begin); in Main2()
317 encoder.SetTrainSize((uint)(trainFileSize - doubleStream.skipSize)); in Main2()
/third_party/backends/backend/
H A Dplustek-pp_detect.c286 ULong skipSize; in detectSetupBuffers() local
288 skipSize = (ULong)((ps->Shade.skipHilight + ps->Shade.skipShadow) in detectSetupBuffers()
291 ps->Shade.pHilight = _VMALLOC( skipSize ); in detectSetupBuffers()
H A Du12-if.c587 u_long skipSize; in u12if_SetupBuffer() local
589 skipSize = (u_long)((dev->shade.skipHilight + dev->shade.skipShadow) in u12if_SetupBuffer()
591 dev->shade.pHilight = (RGBUShortDef*)malloc( skipSize ); in u12if_SetupBuffer()
/third_party/lz4/lib/
H A Dlz4frame.c2010 { size_t const skipSize = MIN(dctx->tmpInTarget, (size_t)(srcEnd-srcPtr)); in LZ4F_decompress() local
2011 srcPtr += skipSize; in LZ4F_decompress()
2012 dctx->tmpInTarget -= skipSize; in LZ4F_decompress()
/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp2521 UInt64 skipSize = posInBuf - bytesInBuf;
2522 if (skipSize <= kBeforeSize)
2524 size_t keepSize = (size_t)(kBeforeSize - skipSize);
2531 // printf("\nSkip %d", (int)(skipSize - kBeforeSize));
2532 // RINOK(op.stream->Seek(skipSize - kBeforeSize, STREAM_SEEK_CUR, NULL));

Completed in 9 milliseconds