Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c625 const BYTE* startPosition; in ZSTD_rawLiteralsCost_cached() local
629 startPosition = anchor + cachedLitPrice->litlen; in ZSTD_rawLiteralsCost_cached()
634 startPosition = anchor; in ZSTD_rawLiteralsCost_cached()
638 …{ U32 const rawLitCost = startCost + ZSTD_rawLiteralsCost(startPosition, remainingLength, optSta… in ZSTD_rawLiteralsCost_cached()
/freebsd-12.1/sys/contrib/zstd/programs/
H A Dfileio.c1247 void* const startPosition = (char*)ress->srcBuffer + ress->srcBufferLoaded; in FIO_decompressZstdFrame() local
1248 ress->srcBufferLoaded += fread(startPosition, 1, toRead, finput); in FIO_decompressZstdFrame()
1285 void* const startPosition = (char*)ress->srcBuffer + ress->srcBufferLoaded; in FIO_decompressZstdFrame() local
1286 size_t const readSize = fread(startPosition, 1, toRead, finput); in FIO_decompressZstdFrame()