Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/vm/
H A Dlz4.c153 lz4_store_length(uint8_t * dst, const uint8_t * const end, uint32_t L) in lz4_store_length() function
206 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()