OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_counts
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/cachegrind/
cg_merge.c
211
Int
n_counts
;
member in struct:__anon36085
271
static Counts* new_Counts ( Int
n_counts
, /*COPIED*/ULong* counts )
278
assert(
n_counts
>= 0);
279
cts->counts = malloc(
n_counts
* sizeof(ULong));
285
cts->
n_counts
=
n_counts
;
286
for (i = 0; i <
n_counts
; i++)
292
static Counts* new_Counts_Zeroed ( Int
n_counts
)
299
assert(
n_counts
>= 0);
300
cts->counts = malloc(
n_counts
* sizeof(ULong))
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
libgcov.c
808
unsigned c_ix,
n_counts
;
local
857
n_counts
= fi_ptr->n_ctrs[c_ix];
863
|| length != GCOV_TAG_COUNTER_LENGTH (
n_counts
))
865
(*merge) (values[c_ix],
n_counts
);
866
values[c_ix] +=
n_counts
;
1005
unsigned
n_counts
;
local
1030
n_counts
= fi_ptr->n_ctrs[c_ix];
1031
size += 2 + GCOV_TAG_COUNTER_LENGTH (
n_counts
);
1056
unsigned t_ix, c_ix, f_ix,
n_counts
;
local
1085
n_counts
= fi_ptr->n_ctrs[c_ix]
[
all
...]
Completed in 2070 milliseconds