Searched refs:newlen (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/ |
| H A D | fdt_rw.c | 97 static int _fdt_splice(void *fdt, void *splicepoint, int oldlen, int newlen) in _fdt_splice() argument 104 if ((end - oldlen + newlen) > ((char *)fdt + fdt_totalsize(fdt))) in _fdt_splice() 106 memmove(p + newlen, p + oldlen, end - p - oldlen); in _fdt_splice() 124 int oldlen, int newlen) in _fdt_splice_struct() argument 126 int delta = newlen - oldlen; in _fdt_splice_struct() 129 if ((err = _fdt_splice(fdt, p, oldlen, newlen))) in _fdt_splice_struct() 137 static int _fdt_splice_string(void *fdt, int newlen) in _fdt_splice_string() argument 143 if ((err = _fdt_splice(fdt, p, 0, newlen))) in _fdt_splice_string() 146 fdt_set_size_dt_strings(fdt, fdt_size_dt_strings(fdt) + newlen); in _fdt_splice_string() 254 int oldlen, newlen; in fdt_set_name() local [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | symbol.c | 866 size_t newlen; in sym_expand_string_value() local 882 newlen = strlen(res) + strlen(symval) + strlen(src) + 1; in sym_expand_string_value() 883 if (newlen > reslen) { in sym_expand_string_value() 884 reslen = newlen; in sym_expand_string_value()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | data.c | 288 int newlen = ALIGN(d.len, align); in data_append_align() local 289 return data_append_zeroes(d, newlen - d.len); in data_append_align()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | sysctl.h | 45 size_t newlen; member
|