HomeSort by relevance Sort by last modified time
    Searched full:count_alloc (Results 1 - 1 of 1) sorted by null

  /hardware/ti/omap4-aah/ion/
ion_test_2.c 65 int fd, ret = 0, i, count_alloc; local
81 count_alloc = count;
88 count_alloc = i;
95 for (i = 0; i < count_alloc; i++) {
108 if(ret || (count_alloc != count)) {
110 if(count_alloc != count)
153 int fd, ret = 0, i, count_alloc, count_map; local
170 count_alloc = count;
180 count_alloc = i;
231 for (i = 0; i < count_alloc; i++)
265 int count_alloc = COUNT_ALLOC_MAX, count_realloc = COUNT_ALLOC_MAX; local
    [all...]

Completed in 77 milliseconds