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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-map.cc 100 tree *old_slots = map->slots; local
124 if (old_slots[i] != OBJC_MAP_PRIVATE_EMPTY_SLOT)
126 size_t k = IDENTIFIER_HASH_VALUE (old_slots[i]) & map->mask;
130 map->slots[k] = old_slots[i];
141 map->slots[k] = old_slots[i];
150 ggc_free (old_slots);
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-map.cc 100 tree *old_slots = map->slots; local
124 if (old_slots[i] != OBJC_MAP_PRIVATE_EMPTY_SLOT)
126 size_t k = IDENTIFIER_HASH_VALUE (old_slots[i]) & map->mask;
130 map->slots[k] = old_slots[i];
141 map->slots[k] = old_slots[i];
150 ggc_free (old_slots);
  /src/external/ibm-public/postfix/dist/src/util/
events.c 611 int old_slots = event_fdslots; local
613 2 * old_slots : fd + EVENT_ALLOC_INCR);
626 for (fdp = event_fdtable + old_slots;
  /src/external/gpl3/binutils/dist/gprofng/src/
PathTree.cc 245 Slot *old_slots = slots; local
248 slots[i] = old_slots[i];
249 delete[] old_slots;
282 Slot *old_slots = slots; local
288 slots[i].mvals = old_slots[i].mvals;
303 delete old_slots;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
PathTree.cc 245 Slot *old_slots = slots; local
248 slots[i] = old_slots[i];
249 delete[] old_slots;
282 Slot *old_slots = slots; local
288 slots[i].mvals = old_slots[i].mvals;
303 delete old_slots;

Completed in 30 milliseconds