Searched defs:lznt (Results 1 – 1 of 1) sorted by relevance
28 struct lznt { struct35 struct lznt_hash hash[LZNT_CHUNK_SIZE]; argument48 static size_t longest_match_std(const u8 *src, struct lznt *ctx) in longest_match_std() argument138 static inline int compress_chunk(size_t (*match)(const u8 *, struct lznt *), in compress_chunk()