Searched defs:nextoffset (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/dtc/libfdt/ |
H A D | fdt.c | 162 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) in fdt_next_tag() 250 int nextoffset = 0; in fdt_next_node() local
|
H A D | fdt_rw.c | 206 int nextoffset; in fdt_add_property_() local 337 int offset, nextoffset; in fdt_add_subnode_namelen() local
|
H A D | fdt_check.c | 17 int offset, nextoffset = 0; in fdt_check_full() local
|
H A D | fdt_sw.c | 343 int offset, nextoffset; in fdt_finish() local
|
H A D | fdt_ro.c | 204 int nextoffset; in nextprop_() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libfdt/ |
D | fdt.c | 162 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) in fdt_next_tag() 249 int nextoffset = 0; in fdt_next_node() local
|
D | fdt_rw.c | 206 int nextoffset; in fdt_add_property_() local 337 int offset, nextoffset; in fdt_add_subnode_namelen() local
|
D | fdt_sw.c | 343 int offset, nextoffset; in fdt_finish() local
|
D | fdt_ro.c | 204 int nextoffset; in nextprop_() local
|
/aosp_15_r20/external/dtc/tests/ |
H A D | nopulate.c | 21 int offset, nextoffset = 0; in nopulate_struct() local
|
H A D | dtb_reverse.c | 72 int nextoffset = offset; in reverse_children() local
|
/aosp_15_r20/external/dtc/ |
H A D | fdtget.c | 166 int nextoffset; /* next node offset from libfdt */ in list_subnodes() local
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | obmalloc.c | 288 uint nextoffset; /* bytes to virgin block */ member
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | obmalloc.c | 1009 uint nextoffset; /* bytes to virgin block */ member
|