Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/compress/
Dlz77.c41 static __always_inline void lz77_write16(u16 *ptr, u16 v) in lz77_write16() function
85 lz77_write16(dst, dist + len); in lz77_write_match()
91 lz77_write16(dst, dist); in lz77_write_match()
120 lz77_write16(dst, len); in lz77_write_match()
125 lz77_write16(dst, 0); in lz77_write_match()