Searched refs:total_repcount (Results 1 – 2 of 2) sorted by relevance
163 unsigned int total_repcount; in verify_list() local166 total_repcount = 0; in verify_list()170 total_repcount += list->initial.element[i].repcount; in verify_list()172 ASSERT (total_repcount == list->initial.length); in verify_list()175 total_repcount = 0; in verify_list()179 total_repcount += list->repeated.element[i].repcount; in verify_list()181 ASSERT (total_repcount == list->repeated.length); in verify_list()
166 unsigned int total_repcount; in verify_list() local169 total_repcount = 0; in verify_list()173 total_repcount += list->initial.element[i].repcount; in verify_list()175 ASSERT (total_repcount == list->initial.length); in verify_list()178 total_repcount = 0; in verify_list()182 total_repcount += list->repeated.element[i].repcount; in verify_list()184 ASSERT (total_repcount == list->repeated.length); in verify_list()