HomeSort by: relevance | last modified time | path
    Searched defs:new_slots (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
gc.c 53 int new_slots = 0; local
70 (node->contents, new_index, new, new_slots, 10, char *);
92 gcable_pointers_slots = new_slots;
  /src/external/ibm-public/postfix/dist/src/util/
events.c 612 int new_slots = (event_fdslots > fd / 2 ? local
624 myrealloc((void *) event_fdtable, sizeof(EVENT_FDTABLE) * new_slots);
625 event_fdslots = new_slots;
627 fdp < event_fdtable + new_slots; fdp++) {
636 EVENT_MASK_REALLOC(&event_rmask, new_slots);
637 EVENT_MASK_REALLOC(&event_wmask, new_slots);
638 EVENT_MASK_REALLOC(&event_xmask, new_slots);
641 EVENT_REG_UPD_HANDLE(err, new_slots);
  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 3032 int new_slots = ref_count - ref_chunk * MAX_CHUNK_REFS;
3033 int new_chunks = new_slots / MAX_CHUNK_REFS + 1;
3029 int new_slots = ref_count - ref_chunk * MAX_CHUNK_REFS; local
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 3034 int new_slots = ref_count - ref_chunk * MAX_CHUNK_REFS;
3035 int new_chunks = new_slots / MAX_CHUNK_REFS + 1;
3031 int new_slots = ref_count - ref_chunk * MAX_CHUNK_REFS; local

Completed in 33 milliseconds