Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dpointer-set.c146 size_t new_log_slots = pset->log_slots + 1; in pointer_set_insert() local
154 n = insert_aux (value, new_slots, new_n_slots, new_log_slots); in pointer_set_insert()
160 pset->log_slots = new_log_slots; in pointer_set_insert()
260 size_t new_log_slots = pmap->log_slots + 1; in pointer_map_insert() local
270 n = insert_aux (key, new_keys, new_n_slots, new_log_slots); in pointer_map_insert()
278 pmap->log_slots = new_log_slots; in pointer_map_insert()