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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Ddata.c39 struct data data_grow_for(struct data d, int xlen) function
63 d = data_grow_for(empty_data, len);
111 d = data_grow_for(empty_data, strlen(s)+1);
182 d = data_grow_for(d, chunksize);
199 d = data_grow_for(d, len);
208 d = data_grow_for(d, len);
279 d = data_grow_for(d, len);
H A Ddtc.h116 struct data data_grow_for(struct data d, int xlen);
H A Dflattree.c618 d = data_grow_for(d, len);

Completed in 127 milliseconds