Home
last modified time | relevance | path

Searched refs:new_sz (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/stats/
Daomstats.c88 size_t new_sz = stats->buf_alloc_sz + 64 * 1024; in stats_write() local
89 char *new_ptr = realloc(stats->buf.buf, new_sz); in stats_write()
94 stats->buf_alloc_sz = new_sz; in stats_write()
/external/libvpx/libvpx/
Dvpxstats.c87 size_t new_sz = stats->buf_alloc_sz + 64 * 1024; in stats_write() local
88 char *new_ptr = realloc(stats->buf.buf, new_sz); in stats_write()
93 stats->buf_alloc_sz = new_sz; in stats_write()
/external/dtc/
Dfdtput.c121 int new_sz = fdt_totalsize(fdt) + delta; in realloc_fdt() local
122 fdt = xrealloc(fdt, new_sz); in realloc_fdt()
123 fdt_open_into(fdt, fdt, new_sz); in realloc_fdt()
/external/perfetto/src/profiling/perf/
Devent_config.cc50 ssize_t new_sz = NormalizeCmdLine(&new_start, base.size()); in Normalize() local
51 if (new_sz < 0) { in Normalize()
57 static_cast<size_t>(new_sz)); in Normalize()