Home
last modified time | relevance | path

Searched refs:n_counts (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/cachegrind/
Dcg_merge.c211 Int n_counts; member
271 static Counts* new_Counts ( Int n_counts, /*COPIED*/ULong* counts ) in new_Counts() argument
278 assert(n_counts >= 0); in new_Counts()
279 cts->counts = malloc(n_counts * sizeof(ULong)); in new_Counts()
283 cts->n_counts = n_counts; in new_Counts()
284 for (i = 0; i < n_counts; i++) in new_Counts()
290 static Counts* new_Counts_Zeroed ( Int n_counts ) in new_Counts_Zeroed() argument
297 assert(n_counts >= 0); in new_Counts_Zeroed()
298 cts->counts = malloc(n_counts * sizeof(ULong)); in new_Counts_Zeroed()
302 cts->n_counts = n_counts; in new_Counts_Zeroed()
[all …]
/external/bluetooth/glib/docs/reference/
DChangeLog798 n_structs, instead of non-existant n_counts argument.