Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dximg.c197 tail = (l > CHUNKSZ) ? CHUNKSZ : l; in do_imgextract()
/openbmc/linux/lib/
H A Dvsprintf.c1197 const int CHUNKSZ = 32; in bitmap_string() local
1208 chunksz = nr_bits & (CHUNKSZ - 1); in bitmap_string()
1210 chunksz = CHUNKSZ; in bitmap_string()
1212 i = ALIGN(nr_bits, CHUNKSZ) - CHUNKSZ; in bitmap_string()
1213 for (; i >= 0; i -= CHUNKSZ) { in bitmap_string()
1232 chunksz = CHUNKSZ; in bitmap_string()
/openbmc/u-boot/include/
H A Dimage.h438 #ifndef CHUNKSZ
439 #define CHUNKSZ (64 * 1024) macro
/openbmc/u-boot/common/
H A Dhash.c292 .chunk_size = CHUNKSZ,
H A Dbootm.c375 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ); in bootm_decomp_image()
H A Dimage.c1188 (void *)rd_data, rd_len, CHUNKSZ); in boot_ramdisk_high()