Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/dtc/
A Ddata.c24 struct data data_grow_for(struct data d, unsigned 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()
A Ddtc.h168 struct data data_grow_for(struct data d, unsigned int xlen);
A Dflattree.c635 d = data_grow_for(d, len); in flat_read_data()

Completed in 6 milliseconds