Home
last modified time | relevance | path

Searched refs:CHUNKSZ (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dximg.c198 tail = (l > CHUNKSZ) ? CHUNKSZ : l; in do_imgextract()
/OK3568_Linux_fs/kernel/lib/
H A Dvsprintf.c1213 const int CHUNKSZ = 32; in bitmap_string() local
1224 chunksz = nr_bits & (CHUNKSZ - 1); in bitmap_string()
1226 chunksz = CHUNKSZ; in bitmap_string()
1228 i = ALIGN(nr_bits, CHUNKSZ) - CHUNKSZ; in bitmap_string()
1229 for (; i >= 0; i -= CHUNKSZ) { in bitmap_string()
1248 chunksz = CHUNKSZ; in bitmap_string()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h415 #ifndef CHUNKSZ
416 #define CHUNKSZ (64 * 1024) macro
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c429 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ); in bootm_decomp_image()
H A Dimage.c1207 (void *)rd_data, rd_len, CHUNKSZ); in boot_ramdisk_high()