Lines Matching full:on
26 multiple GB/s per core, typically reaching RAM speed limits on multi-core systems.
37 Exact metadata depends on exact decompression function.
128 and allocate it on 8-bytes boundaries (using `malloc()` typically).
162 The function stops decoding on reaching this objective.
173 Note 3 : this function effectively stops decoding on reaching targetOutputSize,
202 However, should the LZ4_stream_t be simply declared on stack (for example),
224 The same dictionary will have to be loaded on decompression side for successful decoding.
250 This construction ensures that each block only depends on previous block.
339 future. They are therefore only safe to depend on when the caller is
359 (see above comment on LZ4_resetStream_fast() for a definition of "correctly initialized").
390 through the completion of the first compression call on the stream.
440 LZ4_COMPRESS_INPLACE_BUFFER_SIZE() depends on both maxCompressedSize and LZ4_DISTANCE_MAX,
472 (on stack, or as part of larger structure).
482 but it's not when the structure is simply declared on stack (for example).
565 …On top of that `LZ4_decompress_fast()` is not protected vs malformed or malicious inputs, making i…