Lines Matching full:large

236  *                 determine how large the workspace must be.
245 * least as large as ZSTD_CCtxWorkspaceBound(params.cParams).
248 * ZSTD_compressBound(srcSize) is guaranteed to be large enough.
279 * determine how large the workspace must be.
289 * @dstCapacity: The size of the destination buffer. Must be at least as large
309 * least as large as ZSTD_CCtxWorkspaceBound(params.cParams).
312 * ZSTD_compressBound(srcSize) is guaranteed to be large enough.
333 * @dstCapacity: The size of the destination buffer. Must be at least as large
389 * least as large as ZSTD_CCtxWorkspaceBound(cParams) where
394 * ZSTD_compressBound(srcSize) is guaranteed to be large enough.
445 * @dstCapacity: The size of the destination buffer. Must be at least as large
551 * how large the workspace must be.
567 * how large the workspace must be.
644 * When the output buffer is at least this large, it is guaranteed to be large
691 * how large the workspace must be.
705 * how large the workspace must be.
755 * When the output buffer is at least this large, it is guaranteed to be large
809 * @srcSize: The size of the source buffer. It must be at least as large as the
824 * @srcSize: The size of the source buffer. It must be at least as large as the
825 * frame header. `ZSTD_frameHeaderSize_max` is always large enough.
841 * set when using ZSTD_compress(). The decompressed size can be very large.
912 * @srcSize: The size of the source buffer. It must be at least as large as the
913 * frame header. `ZSTD_frameHeaderSize_max` is always large enough.
942 * always large enough to succeed.
1042 * Data fragment must be large enough to ensure successful decoding, typically
1070 * the same place, or that previous contiguous segment is large enough to
1136 * costs become negligible when source size is large.