Searched defs:new_list (Results 1 – 3 of 3) sorted by relevance
97 ListNode **new_list = (ListNode **)calloc(slot, sizeof(ListNode *)); in RebuildHashTable() local
168 def get_func_name_count(name, old_list, new_list): argument
259 let mut new_list = LinkedList::new(); in clone() localVariable