Searched refs:n_counts (Results 1 – 2 of 2) sorted by relevance
211 Int n_counts; member271 static Counts* new_Counts ( Int n_counts, /*COPIED*/ULong* counts ) in new_Counts() argument278 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() argument297 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 …]
798 n_structs, instead of non-existant n_counts argument.