Home
last modified time | relevance | path

Searched defs:limit (Results 1 – 25 of 36) sorted by relevance

12

/u-boot/lib/
A Dxxhash.c79 const uint8_t *const limit = b_end - 16; in xxh32() local
149 const uint8_t *const limit = b_end - 32; in xxh64() local
277 const uint8_t *const limit = b_end - 16; in xxh32_update() local
382 const uint8_t *const limit = b_end - 32; in xxh64_update() local
/u-boot/arch/arm/mach-omap2/omap4/
A Dboot.c64 unsigned int limit; in omap_reboot_mode() local
/u-boot/cmd/
A Dread.c23 ulong limit = 0u; in do_read() local
/u-boot/lib/lzma/
A DLzmaDec.c31 #define TREE_DECODE(probs, limit, i) \ argument
59 #define TREE_DECODE_CHECK(probs, limit, i) \ argument
134 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal()
273 unsigned limit, offset; in LzmaDec_DecodeReal() local
454 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) in LzmaDec_WriteRem()
480 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2()
624 unsigned limit, offset; in LzmaDec_TryDummy() local
/u-boot/disk/
A Dpart_amiga.c133 int limit; in get_rdisk() local
173 int limit; in get_bootcode() local
/u-boot/lib/efi/
A Defi_stub.c38 uint16_t limit; member
169 uint64_t base, limit; in get_codeseg32() local
/u-boot/arch/x86/lib/
A Ddiv64.c84 u64 limit = __lshrdi3(dividend, 1); in _64bit_divide() local
A Dacpi_table.c835 u64 limit) in acpi_create_dmar_rmrr()
/u-boot/arch/x86/cpu/apollolake/
A Dfsp_s.c68 msr_t rapl_msr_reg, limit; in set_power_limits() local
/u-boot/tools/patman/
A Dcontrol.py96 ignore_bad_tags, add_maintainers, limit, dry_run, in_reply_to, argument
A Dseries.py238 add_maintainers, limit): argument
/u-boot/lib/bzip2/
A Dbzlib_huffman.c194 void BZ2_hbCreateDecodeTables ( Int32 *limit, in BZ2_hbCreateDecodeTables()
/u-boot/drivers/rtc/
A Dds1374.c85 unsigned int limit; in rtc_get() local
/u-boot/arch/x86/cpu/ivybridge/
A Dmodel_206ax.c164 msr_t limit; in set_power_limits() local
/u-boot/board/xilinx/common/
A Dfru_ops.c166 u8 *data, *term, *limit; in fru_parse_board() local
/u-boot/tools/
A Difdtool.h88 int base, limit, size; member
/u-boot/arch/x86/cpu/broadwell/
A Dcpu_full.c561 msr_t limit; in cpu_set_power_limits() local
/u-boot/scripts/dtc/
A Dflattree.c581 char *base, *limit, *ptr; member
584 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init()
/u-boot/arch/x86/cpu/i386/
A Dcpu.c46 #define GDT_ENTRY(flags, base, limit) \ argument
/u-boot/drivers/tpm/
A Dcr50_i2c.c384 size_t burstcnt, limit, sent = 0; in cr50_i2c_send() local
/u-boot/tools/binman/
A Dentry.py679 def ExpandToLimit(self, limit): argument
/u-boot/drivers/mtd/ubi/
A Dbuild.c609 int limit, device_pebs; in get_bad_peb_limit() local
/u-boot/arch/arm/mach-imx/mx6/
A Dddr.c93 const unsigned int limit = 0x148; in correct_mpwldectr_result() local
/u-boot/lib/zlib/
A Ddeflate.c1072 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? local
/u-boot/arch/arm/mach-imx/mx5/
A Dclock.c619 #define calc_div(tgt_clk, src_clk, limit) ({ \ argument

Completed in 46 milliseconds

12