/u-boot/lib/ |
A D | xxhash.c | 79 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 D | boot.c | 64 unsigned int limit; in omap_reboot_mode() local
|
/u-boot/cmd/ |
A D | read.c | 23 ulong limit = 0u; in do_read() local
|
/u-boot/lib/lzma/ |
A D | LzmaDec.c | 31 #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 D | part_amiga.c | 133 int limit; in get_rdisk() local 173 int limit; in get_bootcode() local
|
/u-boot/lib/efi/ |
A D | efi_stub.c | 38 uint16_t limit; member 169 uint64_t base, limit; in get_codeseg32() local
|
/u-boot/arch/x86/lib/ |
A D | div64.c | 84 u64 limit = __lshrdi3(dividend, 1); in _64bit_divide() local
|
A D | acpi_table.c | 835 u64 limit) in acpi_create_dmar_rmrr()
|
/u-boot/arch/x86/cpu/apollolake/ |
A D | fsp_s.c | 68 msr_t rapl_msr_reg, limit; in set_power_limits() local
|
/u-boot/tools/patman/ |
A D | control.py | 96 ignore_bad_tags, add_maintainers, limit, dry_run, in_reply_to, argument
|
A D | series.py | 238 add_maintainers, limit): argument
|
/u-boot/lib/bzip2/ |
A D | bzlib_huffman.c | 194 void BZ2_hbCreateDecodeTables ( Int32 *limit, in BZ2_hbCreateDecodeTables()
|
/u-boot/drivers/rtc/ |
A D | ds1374.c | 85 unsigned int limit; in rtc_get() local
|
/u-boot/arch/x86/cpu/ivybridge/ |
A D | model_206ax.c | 164 msr_t limit; in set_power_limits() local
|
/u-boot/board/xilinx/common/ |
A D | fru_ops.c | 166 u8 *data, *term, *limit; in fru_parse_board() local
|
/u-boot/tools/ |
A D | ifdtool.h | 88 int base, limit, size; member
|
/u-boot/arch/x86/cpu/broadwell/ |
A D | cpu_full.c | 561 msr_t limit; in cpu_set_power_limits() local
|
/u-boot/scripts/dtc/ |
A D | flattree.c | 581 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 D | cpu.c | 46 #define GDT_ENTRY(flags, base, limit) \ argument
|
/u-boot/drivers/tpm/ |
A D | cr50_i2c.c | 384 size_t burstcnt, limit, sent = 0; in cr50_i2c_send() local
|
/u-boot/tools/binman/ |
A D | entry.py | 679 def ExpandToLimit(self, limit): argument
|
/u-boot/drivers/mtd/ubi/ |
A D | build.c | 609 int limit, device_pebs; in get_bad_peb_limit() local
|
/u-boot/arch/arm/mach-imx/mx6/ |
A D | ddr.c | 93 const unsigned int limit = 0x148; in correct_mpwldectr_result() local
|
/u-boot/lib/zlib/ |
A D | deflate.c | 1072 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? local
|
/u-boot/arch/arm/mach-imx/mx5/ |
A D | clock.c | 619 #define calc_div(tgt_clk, src_clk, limit) ({ \ argument
|