/u-boot/common/ |
A D | malloc_simple.c | 19 static void *alloc_simple(size_t bytes, int align) in alloc_simple() 39 void *malloc_simple(size_t bytes) in malloc_simple() 52 void *memalign_simple(size_t align, size_t bytes) in memalign_simple()
|
A D | dlmalloc.c | 1274 Void_t* mALLOc(size_t bytes) in mALLOc() 1684 Void_t* rEALLOc(Void_t* oldmem, size_t bytes) in rEALLOc() 1914 Void_t* mEMALIGn(size_t alignment, size_t bytes) in mEMALIGn() 2067 Void_t* vALLOc(size_t bytes) in vALLOc() 2082 Void_t* pvALLOc(size_t bytes) in pvALLOc()
|
/u-boot/arch/arm/mach-imx/ |
A D | hab.c | 220 static void process_event_record(uint8_t *event_data, size_t bytes) in process_event_record() 230 static void display_event(uint8_t *event_data, size_t bytes) in display_event() 253 size_t bytes = sizeof(event_data); /* Event size in bytes */ in get_hab_status() local 457 static int chk_bounds(u8 *addr, size_t bytes, u8 *start, u8 *end) in chk_bounds() 475 static bool csf_is_valid(struct ivt *ivt, ulong start_addr, size_t bytes) in csf_is_valid() 565 size_t bytes; in imx_hab_authenticate_image() local
|
/u-boot/lib/ |
A D | tables_csum.c | 11 u8 *bytes = v; in table_compute_checksum() local
|
A D | string.c | 685 static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes) in check_bytes8() 704 void *memchr_inv(const void *start, int c, size_t bytes) in memchr_inv()
|
/u-boot/include/ |
A D | tables_csum.h | 11 u8 *bytes = v; in table_compute_checksum() local
|
/u-boot/cmd/ |
A D | avb.c | 44 size_t bytes, bytes_read = 0; in do_avb_read_part() local 77 size_t bytes, bytes_read = 0; in do_avb_read_part_hex() local 123 size_t bytes; in do_avb_write_part() local 355 size_t bytes; in do_avb_read_pvalue() local
|
A D | mem.c | 68 ulong addr, length, bytes; in do_mem_md() local 135 ulong bytes; in do_mem_mw() local 243 ulong addr1, addr2, count, ngood, bytes; in do_mem_cmp() local 372 ulong addr, length, bytes, offset; in do_mem_search() local 526 ulong addr, length, i, bytes; in do_mem_loop() local 618 ulong addr, length, i, bytes; in do_mem_loopw() local
|
A D | io.c | 29 ulong addr, length, bytes; in do_io_iod() local
|
A D | optee_rpmb.c | 189 size_t bytes; in do_optee_rpmb_read() local
|
/u-boot/drivers/mtd/ubi/ |
A D | upd.c | 83 long long bytes) in clear_update_marker() 123 long long bytes) in ubi_start_update()
|
/u-boot/include/mtd/ |
A D | ubi-user.h | 322 __s64 bytes; member 342 __s64 bytes; member 407 __s32 bytes; member
|
/u-boot/arch/x86/lib/ |
A D | coreboot_table.c | 36 void *high_table_malloc(size_t bytes) in high_table_malloc()
|
/u-boot/disk/ |
A D | part_mac.c | 111 ulong bytes; in part_print_mac() local
|
/u-boot/board/gdsys/a38x/ |
A D | keyprogram.c | 45 int bytes = len / 2; in decode_hexstr() local
|
/u-boot/arch/arm/mach-mvebu/include/mach/ |
A D | efuse.h | 15 } bytes; member
|
/u-boot/lib/libavb/ |
A D | avb_util.c | 40 uint8_t bytes[4]; in avb_htobe32() member 53 uint8_t bytes[8]; in avb_htobe64() member
|
/u-boot/test/ |
A D | ut.c | 109 int bytes; in ut_check_console_dump() local
|
/u-boot/drivers/mtd/nand/raw/ |
A D | mxc_nand.c | 740 uint8_t bytes[2]; member 793 uint8_t bytes[2]; member 855 uint8_t bytes[4]; member 921 uint8_t bytes[4]; member
|
/u-boot/drivers/spi/ |
A D | spi-qup.c | 357 static int __qup_spi_blsp_spi_read(struct udevice *dev, u8 *data_buffer, unsigned int bytes) in __qup_spi_blsp_spi_read() 417 static int qup_spi_blsp_spi_read(struct udevice *dev, u8 *data_buffer, unsigned int bytes) in qup_spi_blsp_spi_read() 438 static int __qup_blsp_spi_write(struct udevice *dev, const u8 *cmd_buffer, unsigned int bytes) in __qup_blsp_spi_write() 530 static int qup_spi_blsp_spi_write(struct udevice *dev, const u8 *cmd_buffer, unsigned int bytes) in qup_spi_blsp_spi_write()
|
A D | sandbox_spi.c | 76 uint bytes = bitlen / 8, i; in sandbox_spi_xfer() local
|
A D | ath79_spi.c | 66 u32 bytes = bitlen / 8; in ath79_spi_xfer() local
|
A D | xilinx_spi.c | 208 static void xilinx_spi_startup_block(struct udevice *dev, unsigned int bytes, in xilinx_spi_startup_block() 249 unsigned int bytes = bitlen / XILSPI_MAX_XFER_BITS; in xilinx_spi_xfer() local
|
/u-boot/drivers/block/ |
A D | blkcache.c | 96 lbaint_t bytes; in blkcache_fill() local
|
/u-boot/drivers/misc/ |
A D | rockchip-efuse.c | 95 u8 bytes[RK3399_NFUSES * RK3399_BYTES_PER_FUSE]; in rockchip_rk3399_efuse_read() local
|