Lines Matching refs:srcSize
53 void const* src, size_t srcSize, in ZSTD_compressBlock_doubleFast_generic() argument
65 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_doubleFast_generic()
69 const BYTE* const iend = istart + srcSize; in ZSTD_compressBlock_doubleFast_generic()
319 void const* src, size_t srcSize) in ZSTD_compressBlock_doubleFast() argument
326 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 4, ZSTD_noDict); in ZSTD_compressBlock_doubleFast()
328 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 5, ZSTD_noDict); in ZSTD_compressBlock_doubleFast()
330 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 6, ZSTD_noDict); in ZSTD_compressBlock_doubleFast()
332 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 7, ZSTD_noDict); in ZSTD_compressBlock_doubleFast()
339 void const* src, size_t srcSize) in ZSTD_compressBlock_doubleFast_dictMatchState() argument
346 …return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 4, ZSTD_dictMatchSta… in ZSTD_compressBlock_doubleFast_dictMatchState()
348 …return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 5, ZSTD_dictMatchSta… in ZSTD_compressBlock_doubleFast_dictMatchState()
350 …return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 6, ZSTD_dictMatchSta… in ZSTD_compressBlock_doubleFast_dictMatchState()
352 …return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 7, ZSTD_dictMatchSta… in ZSTD_compressBlock_doubleFast_dictMatchState()
359 void const* src, size_t srcSize, in ZSTD_compressBlock_doubleFast_extDict_generic() argument
370 const BYTE* const iend = istart + srcSize; in ZSTD_compressBlock_doubleFast_extDict_generic()
373 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_doubleFast_extDict_generic()
384 DEBUGLOG(5, "ZSTD_compressBlock_doubleFast_extDict_generic (srcSize=%zu)", srcSize); in ZSTD_compressBlock_doubleFast_extDict_generic()
388 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, mls, ZSTD_noDict); in ZSTD_compressBlock_doubleFast_extDict_generic()
504 void const* src, size_t srcSize) in ZSTD_compressBlock_doubleFast_extDict() argument
511 return ZSTD_compressBlock_doubleFast_extDict_generic(ms, seqStore, rep, src, srcSize, 4); in ZSTD_compressBlock_doubleFast_extDict()
513 return ZSTD_compressBlock_doubleFast_extDict_generic(ms, seqStore, rep, src, srcSize, 5); in ZSTD_compressBlock_doubleFast_extDict()
515 return ZSTD_compressBlock_doubleFast_extDict_generic(ms, seqStore, rep, src, srcSize, 6); in ZSTD_compressBlock_doubleFast_extDict()
517 return ZSTD_compressBlock_doubleFast_extDict_generic(ms, seqStore, rep, src, srcSize, 7); in ZSTD_compressBlock_doubleFast_extDict()