Home
last modified time | relevance | path

Searched refs:new_total (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
Dcoverage-caller-callee-total-count.cc20 uintptr_t new_total = __sanitizer_get_total_unique_caller_callee_pairs(); in CheckNewTotalUniqueCoverageIsLargerAndReturnIt() local
21 fprintf(stderr, "Caller-Callee: old %zd new %zd\n", old_total, new_total); in CheckNewTotalUniqueCoverageIsLargerAndReturnIt()
22 assert(new_total > old_total); in CheckNewTotalUniqueCoverageIsLargerAndReturnIt()
23 return new_total; in CheckNewTotalUniqueCoverageIsLargerAndReturnIt()
/external/kmod/shared/
Dhash.c155 unsigned new_total = bucket->total + hash->step; in hash_add() local
156 size_t size = new_total * sizeof(struct hash_entry); in hash_add()
161 bucket->total = new_total; in hash_add()
198 unsigned new_total = bucket->total + hash->step; in hash_add_unique() local
199 size_t size = new_total * sizeof(struct hash_entry); in hash_add_unique()
204 bucket->total = new_total; in hash_add_unique()
Darray.c30 static int array_realloc(struct array *array, size_t new_total) in array_realloc() argument
32 void *tmp = realloc(array->array, sizeof(void *) * new_total); in array_realloc()
36 array->total = new_total; in array_realloc()
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cpufreq_sched/cpufreq_sched_update_capacity/
Dformat15 field:unsigned long new_total; offset:48; size:8; signed:0;
17 …ot=%ld new_tot=%ld", REC->cpu, REC->request, REC->cfs, REC->rt, REC->dl, REC->total, REC->new_total
/external/elfutils/libcpu/
Di386_parse.y1593 size_t new_total = (((table + 7) / 8) * ncharused_bits + ncharused
1599 if (new_total < best_so_far)
1601 best_so_far = new_total;