Searched refs:chunksz (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/common/ |
D | image.c | 640 void memmove_wd(void *to, void *from, size_t len, ulong chunksz) in memmove_wd() argument 651 size_t tail = (len > chunksz) ? chunksz : len; in memmove_wd() 669 void memmove_wd(void *to, void *from, size_t len, ulong chunksz) in memmove_wd() argument
|
/external/u-boot/prebuilt-intermediates/ |
D | image.h | 818 void memmove_wd(void *to, void *from, size_t len, ulong chunksz);
|
/external/u-boot/include/ |
D | image.h | 818 void memmove_wd(void *to, void *from, size_t len, ulong chunksz);
|