Home
last modified time | relevance | path

Searched defs:lim (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/util/
H A Dbitmap.c43 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_empty() local
61 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_full() local
81 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_equal() local
101 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_complement() local
388 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_intersects() local
406 long k, lim = nbits / BITS_PER_LONG, result = 0; in slow_bitmap_count_one() local
/openbmc/qemu/crypto/
H A Dxts.c112 unsigned long i, m, mo, lim; in xts_decrypt() local
188 unsigned long i, m, mo, lim; in xts_encrypt() local
/openbmc/u-boot/include/
H A Dnand.h95 loff_t lim; member
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c572 size_t *actual, loff_t lim, u_char *buffer, int flags) in nand_write_skip_bad()
706 size_t *actual, loff_t lim, u_char *buffer) in nand_read_skip_bad()
/openbmc/u-boot/drivers/dfu/
H A Ddfu_nand.c24 loff_t start, lim; in nand_block_op() local
/openbmc/qemu/linux-user/
H A Dmain.c740 struct rlimit lim; in main() local
/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c409 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal() local