| /rk3399_rockchip-uboot/common/ |
| H A D | malloc_simple.c | 16 void *malloc_simple(size_t bytes) in malloc_simple() 35 void *memalign_simple(size_t align, size_t bytes) in memalign_simple()
|
| H A D | dlmalloc.c | 1237 Void_t* mALLOc(size_t bytes) in mALLOc() 1647 Void_t* rEALLOc(Void_t* oldmem, size_t bytes) in rEALLOc() 1877 Void_t* mEMALIGn(size_t alignment, size_t bytes) in mEMALIGn() 2024 Void_t* vALLOc(size_t bytes) in vALLOc() 2039 Void_t* pvALLOc(size_t bytes) in pvALLOc() 2422 Void_t* smp_mALLOc(size_t bytes) in smp_mALLOc() 2437 Void_t* smp_mEMALIGn(size_t alignment, size_t bytes) in smp_mEMALIGn() 2452 Void_t* smp_rEALLOc(Void_t* oldmem, size_t bytes) in smp_rEALLOc() 2467 Void_t* smp_vALLOc(size_t bytes) in smp_vALLOc() 2482 Void_t* smp_pvALLOc(size_t bytes) in smp_pvALLOc()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | libnsbmp.c | 512 static bmp_result bmp_decode_rgb32(bmp_image *bmp, uint8_t **start, int bytes) in bmp_decode_rgb32() 592 static bmp_result bmp_decode_rgb24(bmp_image *bmp, uint8_t **start, int bytes) in bmp_decode_rgb24() 662 static bmp_result bmp_decode_rgb16(bmp_image *bmp, uint8_t **start, int bytes) in bmp_decode_rgb16() 748 static bmp_result bmp_decode_rgb(bmp_image *bmp, uint8_t **start, int bytes) in bmp_decode_rgb() 820 static bmp_result bmp_decode_mask(bmp_image *bmp, uint8_t *data, int bytes) in bmp_decode_mask() 871 bmp_decode_rle8(bmp_image *bmp, uint8_t *data, int bytes) in bmp_decode_rle8() 1025 bmp_decode_rle4(bmp_image *bmp, uint8_t *data, int bytes) in bmp_decode_rle4() 1249 uint32_t bytes; in bmp_decode() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/ |
| H A D | hab.c | 277 void process_event_record(uint8_t *event_data, size_t bytes) in process_event_record() 287 void display_event(uint8_t *event_data, size_t bytes) in display_event() 310 size_t bytes = sizeof(event_data); /* Event size in bytes */ in get_hab_status() local 416 size_t bytes; in authenticate_image() local
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | tables_csum.c | 12 u8 *bytes = v; in table_compute_checksum() local
|
| H A D | string.c | 662 static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes) in check_bytes8() 681 void *memchr_inv(const void *start, int c, size_t bytes) in memchr_inv()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | tables_csum.h | 12 u8 *bytes = v; in table_compute_checksum() local
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | upd.c | 82 long long bytes) in clear_update_marker() 122 long long bytes) in ubi_start_update()
|
| /rk3399_rockchip-uboot/drivers/ufs/ |
| H A D | ufs-rockchip-rpmb.c | 46 static void u16_to_bytes(uint16_t u16, uint8_t *bytes) in u16_to_bytes() 52 static void bytes_to_u16(uint8_t *bytes, uint16_t *u16) in bytes_to_u16() 57 static void bytes_to_u32(uint8_t *bytes, uint32_t *u32) in bytes_to_u32() 64 static void u32_to_bytes(uint32_t u32, uint8_t *bytes) in u32_to_bytes()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | mem.c | 52 ulong addr, length, bytes; in do_mem_md() local 119 ulong bytes; in do_mem_mw() local 227 ulong addr1, addr2, count, ngood, bytes; in do_mem_cmp() local 371 ulong addr, length, i, bytes; in do_mem_loop() local 469 ulong addr, length, i, bytes; in do_mem_loopw() local
|
| /rk3399_rockchip-uboot/include/mtd/ |
| H A D | ubi-user.h | 309 __s64 bytes; member 329 __s64 bytes; member 394 __s32 bytes; member
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | coreboot_table.c | 34 void *high_table_malloc(size_t bytes) in high_table_malloc()
|
| /rk3399_rockchip-uboot/tools/dtoc/ |
| H A D | fdt.py | 40 def __init__(self, node, offset, name, bytes): argument 93 def BytesToValue(self, bytes): argument
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | ich.c | 175 static inline void spi_use_out(struct spi_trans *trans, unsigned bytes) in spi_use_out() 181 static inline void spi_use_in(struct spi_trans *trans, unsigned bytes) in spi_use_in() 379 int bytes = bitlen / 8; in ich_spi_xfer() local
|
| H A D | sandbox_spi.c | 61 uint bytes = bitlen / 8, i; in sandbox_spi_xfer() local
|
| H A D | ath79_spi.c | 65 u32 bytes = bitlen / 8; in ath79_spi_xfer() local
|
| H A D | altera_spi.c | 96 unsigned int bytes = bitlen / 8; in altera_spi_xfer() local
|
| /rk3399_rockchip-uboot/disk/ |
| H A D | part_mac.c | 110 ulong bytes; in part_print_mac() local
|
| /rk3399_rockchip-uboot/board/gdsys/a38x/ |
| H A D | keyprogram.c | 42 int bytes = len / 2; in decode_hexstr() local
|
| /rk3399_rockchip-uboot/drivers/rkflash/ |
| H A D | sfc.c | 156 u32 i, words, count, bytes; in sfc_request() local
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_util.c | 57 uint8_t bytes[4]; in avb_htobe32() member 70 uint8_t bytes[8]; in avb_htobe64() member
|
| /rk3399_rockchip-uboot/arch/arm/mach-mvebu/include/mach/ |
| H A D | efuse.h | 16 } bytes; member
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 739 uint8_t bytes[2]; member 792 uint8_t bytes[2]; member 854 uint8_t bytes[4]; member 920 uint8_t bytes[4]; member
|
| /rk3399_rockchip-uboot/drivers/block/ |
| H A D | blkcache.c | 79 lbaint_t bytes; in blkcache_fill() local
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | sec_firmware.c | 257 int sec_firmware_get_random(uint8_t *rand, int bytes) in sec_firmware_get_random()
|