Home
last modified time | relevance | path

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

/u-boot/lib/zstd/
A Dzstd_opt.h454 if (mlen > last_pos || price < opt[mlen].price) in ZSTD_compressBlock_opt_generic()
484 if (mlen > last_pos || price < opt[mlen].price) in ZSTD_compressBlock_opt_generic()
486 mlen++; in ZSTD_compressBlock_opt_generic()
528 mlen = opt[cur].mlen; in ZSTD_compressBlock_opt_generic()
625 mlen = opt[cur].mlen; in ZSTD_compressBlock_opt_generic()
641 mlen = opt[cur].mlen; in ZSTD_compressBlock_opt_generic()
801 if (mlen > last_pos || price < opt[mlen].price) in ZSTD_compressBlock_opt_extDict_generic()
803 mlen++; in ZSTD_compressBlock_opt_extDict_generic()
836 mlen = opt[cur].mlen; in ZSTD_compressBlock_opt_extDict_generic()
939 mlen = opt[cur].mlen; in ZSTD_compressBlock_opt_extDict_generic()
[all …]
A Dzstd_internal.h157 U32 mlen; member
/u-boot/scripts/
A Dcleanpatch60 my $mlen = 0;
67 $mlen = $pos if ($pos > $mlen);
74 $mlen = $pos if ($pos > $mlen);
75 return $mlen;
/u-boot/lib/rsa/
A Drsa-keyprop.c465 size_t u, mlen; in br_i32_muladd_small() local
482 mlen = (m_bitlen + 31) >> 5; in br_i32_muladd_small()
511 hi = x[mlen]; in br_i32_muladd_small()
512 memmove(x + 2, x + 1, (mlen - 1) * sizeof *x); in br_i32_muladd_small()
541 for (u = 1; u <= mlen; u ++) { in br_i32_muladd_small()
586 size_t mlen, alen, u; in br_i32_reduce() local
589 mlen = (m_bitlen + 31) >> 5; in br_i32_reduce()
604 for (u = alen; u < mlen; u ++) { in br_i32_reduce()
615 memcpy(x + 1, a + 2 + (alen - mlen), (mlen - 1) * sizeof *a); in br_i32_reduce()
616 x[mlen] = 0; in br_i32_reduce()
[all …]
/u-boot/fs/zfs/
A Dzfs_lzjb.c65 int mlen = (src[0] >> (NBBY - MATCH_BITS)) + MATCH_MIN; in lzjb_decompress() local
73 while (--mlen >= 0 && dst < d_end) in lzjb_decompress()
/u-boot/drivers/net/
A Dne2000_base.c451 int i, mlen; in dp83902a_recv() local
479 mlen = len; in dp83902a_recv()
481 printf(" sg buf %08lx len %08x \n", (u32) data, mlen); in dp83902a_recv()
484 while (0 < mlen) { in dp83902a_recv()
488 mlen--; in dp83902a_recv()
501 mlen--; in dp83902a_recv()
/u-boot/lib/
A Dbch.c238 unsigned int i, mlen; in encode_bch() local
257 mlen = (len < (4-m)) ? len : 4-m; in encode_bch()
258 encode_bch_unaligned(bch, data, mlen, bch->ecc_buf); in encode_bch()
259 data += mlen; in encode_bch()
260 len -= mlen; in encode_bch()
265 mlen = len/4; in encode_bch()
266 data += 4*mlen; in encode_bch()
267 len -= 4*mlen; in encode_bch()
281 while (mlen--) { in encode_bch()

Completed in 13 milliseconds