HomeSort by relevance Sort by last modified time
    Searched defs:new_total (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/test/asan/TestCases/
coverage-caller-callee-total-count.cc 20 uintptr_t new_total = __sanitizer_get_total_unique_caller_callee_pairs(); local
21 fprintf(stderr, "Caller-Callee: old %zd new %zd\n", old_total, new_total);
22 assert(new_total > old_total);
23 return new_total;
  /external/kmod/shared/
hash.c 155 unsigned new_total = bucket->total + hash->step; local
156 size_t size = new_total * sizeof(struct hash_entry);
161 bucket->total = new_total;
198 unsigned new_total = bucket->total + hash->step; local
199 size_t size = new_total * sizeof(struct hash_entry);
204 bucket->total = new_total;

Completed in 228 milliseconds