Searched defs:mlt (Results 1 – 2 of 2) sorted by relevance
130 size_t const mlt = LZ4_count(ip + MINMATCH, in LZ4HC_InsertAndFindBestMatch() local142 size_t mlt; in LZ4HC_InsertAndFindBestMatch() local204 int mlt = MINMATCH + LZ4_count( in LZ4HC_InsertAndGetWiderMatch() local228 size_t mlt; in LZ4HC_InsertAndGetWiderMatch() local
22 static inline u64 mlt(u64 a, u64 b) in mlt() function