Searched refs:chunksz (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image.c | 542 void memmove_wd(void *to, void *from, size_t len, ulong chunksz) in memmove_wd() argument 553 size_t tail = (len > chunksz) ? chunksz : len; in memmove_wd()
|
| H A D | bootm.c | 996 void memmove_wd(void *to, void *from, size_t len, ulong chunksz) in memmove_wd() argument
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | vsprintf.c | 1215 int i, chunksz; in bitmap_string() local 1224 chunksz = nr_bits & (CHUNKSZ - 1); in bitmap_string() 1225 if (chunksz == 0) in bitmap_string() 1226 chunksz = CHUNKSZ; in bitmap_string() 1233 chunkmask = ((1ULL << chunksz) - 1); in bitmap_string() 1245 spec.field_width = DIV_ROUND_UP(chunksz, 4); in bitmap_string() 1248 chunksz = CHUNKSZ; in bitmap_string()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | image.h | 833 void memmove_wd(void *to, void *from, size_t len, ulong chunksz);
|