Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 64) sorted by relevance

123

/rk3399_rockchip-uboot/common/
H A Dmalloc_simple.c16 void *malloc_simple(size_t bytes) in malloc_simple()
35 void *memalign_simple(size_t align, size_t bytes) in memalign_simple()
H A Ddlmalloc.c1237 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 Dlibnsbmp.c512 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 Dhab.c277 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 Dtables_csum.c12 u8 *bytes = v; in table_compute_checksum() local
H A Dstring.c662 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 Dtables_csum.h12 u8 *bytes = v; in table_compute_checksum() local
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dupd.c82 long long bytes) in clear_update_marker()
122 long long bytes) in ubi_start_update()
/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs-rockchip-rpmb.c46 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 Dmem.c52 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 Dubi-user.h309 __s64 bytes; member
329 __s64 bytes; member
394 __s32 bytes; member
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dcoreboot_table.c34 void *high_table_malloc(size_t bytes) in high_table_malloc()
/rk3399_rockchip-uboot/tools/dtoc/
H A Dfdt.py40 def __init__(self, node, offset, name, bytes): argument
93 def BytesToValue(self, bytes): argument
/rk3399_rockchip-uboot/drivers/spi/
H A Dich.c175 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 Dsandbox_spi.c61 uint bytes = bitlen / 8, i; in sandbox_spi_xfer() local
H A Dath79_spi.c65 u32 bytes = bitlen / 8; in ath79_spi_xfer() local
H A Daltera_spi.c96 unsigned int bytes = bitlen / 8; in altera_spi_xfer() local
/rk3399_rockchip-uboot/disk/
H A Dpart_mac.c110 ulong bytes; in part_print_mac() local
/rk3399_rockchip-uboot/board/gdsys/a38x/
H A Dkeyprogram.c42 int bytes = len / 2; in decode_hexstr() local
/rk3399_rockchip-uboot/drivers/rkflash/
H A Dsfc.c156 u32 i, words, count, bytes; in sfc_request() local
/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_util.c57 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 Defuse.h16 } bytes; member
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dmxc_nand.c739 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 Dblkcache.c79 lbaint_t bytes; in blkcache_fill() local
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dsec_firmware.c257 int sec_firmware_get_random(uint8_t *rand, int bytes) in sec_firmware_get_random()

123