Home
last modified time | relevance | path

Searched refs:zeros (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Drkcommon.c601 uint8_t zeros[4096]; in pad_file() local
603 memset(zeros, 0, sizeof(zeros)); in pad_file()
606 int todo = sizeof(zeros); in pad_file()
610 if (write(ifd, (char *)&zeros, todo) != todo) { in pad_file()
H A Dmkimage.c646 uint8_t zeros[4096]; in copy_file() local
651 memset(zeros, 0, sizeof(zeros)); in copy_file()
726 int todo = sizeof(zeros); in copy_file()
730 if (write(ifd, (char *)&zeros, todo) != todo) { in copy_file()
/rk3399_rockchip-uboot/doc/
H A DREADME.enetaddr45 c) The address is valid (unicast, not all-zeros)
92 then it is set to all zeros. The common function is_valid_ethaddr() is used
/rk3399_rockchip-uboot/
H A DKconfig135 bool "Init with zeros the memory reserved for malloc (slow)"
139 memory is initialized with zeros, so first malloc calls