Home
last modified time | relevance | path

Searched defs:chunksize (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/scripts/dtc/
H A Ddata.c98 size_t chunksize, ret; in data_copy_file() local
/openbmc/qemu/ui/
H A Dvdagent.c43 uint32_t chunksize; member
/openbmc/u-boot/common/
H A Ddlmalloc.c459 #define chunksize(p) ((p)->size & ~(SIZE_BITS)) macro