Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dmxsimage.c441 long real_size, roundup_size; in sb_load_file() local
468 roundup_size = roundup(real_size, SB_BLOCK_SIZE); in sb_load_file()
469 data = calloc(1, roundup_size); in sb_load_file()
478 cctx->length = roundup_size; in sb_load_file()