Home
last modified time | relevance | path

Searched defs:totalsize (Results 1 – 5 of 5) sorted by relevance

/haiku/src/libs/libfdt/
H A Dfdt.c20 uint32_t totalsize = fdt_totalsize(fdt); in fdt_ro_probe_() local
52 static int check_off_(uint32_t hdrsize, uint32_t totalsize, uint32_t off) in check_off_()
57 static int check_block_(uint32_t hdrsize, uint32_t totalsize, in check_block_()
H A Dfdt_ro.c36 int32_t totalsize; in fdt_get_string() local
/haiku/src/libs/libsolv/solv/
H A Dstrpool.c18 unsigned totalsize = 0; in stringpool_init() local
/haiku/headers/libs/libfdt/
H A Dfdt.h14 fdt32_t totalsize; /* total size of DT block */ member
/haiku/src/add-ons/kernel/drivers/disk/norflash/
H A Dnorflash.cpp42 size_t totalsize; member