Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/dtc/
Ddata.c24 struct data data_grow_for(struct data d, int xlen) in data_grow_for() function
48 d = data_grow_for(empty_data, len); in data_copy_mem()
63 d = data_grow_for(d, len + 1); in data_copy_escape_string()
92 d = data_grow_for(d, chunksize); in data_copy_file()
109 d = data_grow_for(d, len); in data_append_data()
118 d = data_grow_for(d, len); in data_insert_at_marker()
214 d = data_grow_for(d, len); in data_append_zeroes()
Ddtc.h132 struct data data_grow_for(struct data d, int xlen);
Dflattree.c634 d = data_grow_for(d, len); in flat_read_data()