mlt 79 arch/mips/include/asm/txx9/tx3927.h endian_def_b4(unused0, ht, mlt, cls); mlt 129 crypto/poly1305_generic.c d0 = mlt(h0, r0) + mlt(h1, s4) + mlt(h2, s3) + mlt 130 crypto/poly1305_generic.c mlt(h3, s2) + mlt(h4, s1); mlt 131 crypto/poly1305_generic.c d1 = mlt(h0, r1) + mlt(h1, r0) + mlt(h2, s4) + mlt 132 crypto/poly1305_generic.c mlt(h3, s3) + mlt(h4, s2); mlt 133 crypto/poly1305_generic.c d2 = mlt(h0, r2) + mlt(h1, r1) + mlt(h2, r0) + mlt 134 crypto/poly1305_generic.c mlt(h3, s4) + mlt(h4, s3); mlt 135 crypto/poly1305_generic.c d3 = mlt(h0, r3) + mlt(h1, r2) + mlt(h2, r1) + mlt 136 crypto/poly1305_generic.c mlt(h3, r0) + mlt(h4, s4); mlt 137 crypto/poly1305_generic.c d4 = mlt(h0, r4) + mlt(h1, r3) + mlt(h2, r2) + mlt 138 crypto/poly1305_generic.c mlt(h3, r1) + mlt(h4, r0); mlt 130 lib/lz4/lz4hc_compress.c size_t const mlt = LZ4_count(ip + MINMATCH, mlt 133 lib/lz4/lz4hc_compress.c if (mlt > ml) { mlt 134 lib/lz4/lz4hc_compress.c ml = mlt; mlt 142 lib/lz4/lz4hc_compress.c size_t mlt; mlt 148 lib/lz4/lz4hc_compress.c mlt = LZ4_count(ip + MINMATCH, mlt 150 lib/lz4/lz4hc_compress.c if ((ip + mlt == vLimit) mlt 152 lib/lz4/lz4hc_compress.c mlt += LZ4_count(ip + mlt, mlt 155 lib/lz4/lz4hc_compress.c if (mlt > ml) { mlt 157 lib/lz4/lz4hc_compress.c ml = mlt; mlt 204 lib/lz4/lz4hc_compress.c int mlt = MINMATCH + LZ4_count( mlt 215 lib/lz4/lz4hc_compress.c mlt -= back; mlt 217 lib/lz4/lz4hc_compress.c if (mlt > longest) { mlt 218 lib/lz4/lz4hc_compress.c longest = (int)mlt; mlt 228 lib/lz4/lz4hc_compress.c size_t mlt; mlt 235 lib/lz4/lz4hc_compress.c mlt = LZ4_count(ip + MINMATCH, mlt 238 lib/lz4/lz4hc_compress.c if ((ip + mlt == vLimit) && (vLimit < iHighLimit)) mlt 239 lib/lz4/lz4hc_compress.c mlt += LZ4_count(ip + mlt, base + dictLimit, mlt 246 lib/lz4/lz4hc_compress.c mlt -= back; mlt 248 lib/lz4/lz4hc_compress.c if ((int)mlt > longest) { mlt 249 lib/lz4/lz4hc_compress.c longest = (int)mlt;