Home
last modified time | relevance | path

Searched defs:mlt (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/lib/lz4/
Dlz4hc_compress.c130 size_t const mlt = LZ4_count(ip + MINMATCH, in LZ4HC_InsertAndFindBestMatch() local
142 size_t mlt; in LZ4HC_InsertAndFindBestMatch() local
204 int mlt = MINMATCH + LZ4_count( in LZ4HC_InsertAndGetWiderMatch() local
228 size_t mlt; in LZ4HC_InsertAndGetWiderMatch() local
/Linux-v5.4/crypto/
Dpoly1305_generic.c22 static inline u64 mlt(u64 a, u64 b) in mlt() function