Searched refs:new_slots (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/texinfo/info/
H A Dgc.c51 int new_slots = 0; local
68 (node->contents, new_index, new, new_slots, 10, char *);
90 gcable_pointers_slots = new_slots;
/freebsd-9.3-release/contrib/gcc/
H A Dpointer-set.c148 void **new_slots = XCNEWVEC (void *, new_n_slots); local
154 n = insert_aux (value, new_slots, new_n_slots, new_log_slots);
155 new_slots[n] = value;
161 pset->slots = new_slots;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dstabsread.c509 int new_slots = ref_count - ref_chunk * MAX_CHUNK_REFS;
510 int new_chunks = new_slots / MAX_CHUNK_REFS + 1;
506 int new_slots = ref_count - ref_chunk * MAX_CHUNK_REFS; local

Completed in 84 milliseconds