Searched refs:list_counter (Results 1 – 3 of 3) sorted by relevance
364 for (list_counter = symbol_list; in dict_create_hashed()365 list_counter != NULL; in dict_create_hashed()366 list_counter = list_counter->next) in dict_create_hashed()377 for (list_counter = symbol_list; in dict_create_hashed()378 list_counter != NULL; in dict_create_hashed()379 list_counter = list_counter->next) in dict_create_hashed()428 for (list_counter = symbol_list; in dict_create_linear()429 list_counter != NULL; in dict_create_linear()430 list_counter = list_counter->next) in dict_create_linear()441 list_counter != NULL; in dict_create_linear()[all …]
640 int list_counter = 0; local652 list_counter++;655 if (list_counter > 0)657 return_vec = rtvec_alloc (list_counter);659 list_counter * sizeof (rtx));
1580 int list_counter = 0; in read_rtx_1() local1592 list_counter++; in read_rtx_1()1595 if (list_counter > 0) in read_rtx_1()1597 return_vec = rtvec_alloc (list_counter); in read_rtx_1()1599 list_counter * sizeof (rtx)); in read_rtx_1()