Searched refs:lz4_store_length (Results 1 – 1 of 1) sorted by relevance
153 lz4_store_length(uint8_t * dst, const uint8_t * const end, uint32_t L) in lz4_store_length() function206 dst = lz4_store_length(dst, end, L - 15); in lz4_emit_match()217 dst = lz4_store_length(dst, end, M - 15); in lz4_emit_match()347 dst = lz4_store_length(dst, end, (uint32_t)(src_remaining - 15)); in lz4_encode_2gb()