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

/system/core/toolbox/
H A Ddynarray.c20 int new_count = a->count + count; local
28 new_count = a->count + count;
30 while (new_cap < new_count) {

Completed in 365 milliseconds