Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddata.c39 struct data data_grow_for(struct data d, int xlen) in data_grow_for() function
63 d = data_grow_for(empty_data, len); in data_copy_mem()
111 d = data_grow_for(empty_data, strlen(s)+1); in data_copy_escape_string()
182 d = data_grow_for(d, chunksize); in data_copy_file()
199 d = data_grow_for(d, len); in data_append_data()
208 d = data_grow_for(d, len); in data_insert_at_marker()
279 d = data_grow_for(d, len); in data_append_zeroes()
H A Ddtc.h101 struct data data_grow_for(struct data d, int xlen);
H A Dflattree.c646 d = data_grow_for(d, len); in flat_read_data()