OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_total
(Results
1 - 4
of
4
) 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/
array.c
30
static int array_realloc(struct array *array, size_t
new_total
)
32
void *tmp = realloc(array->array, sizeof(void *) *
new_total
);
36
array->total =
new_total
;
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
;
/external/elfutils/libcpu/
i386_parse.y
[
all
...]
Completed in 149 milliseconds