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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-map.h 52 "position = hash & mask", where mask is number_of_slots - 1
54 size_t number_of_slots; variable
56 /* This is number_of_slots - 1, precomputed. */
74 tree * GTY ((length ("%h.number_of_slots"))) slots;
78 tree * GTY ((length ("%h.number_of_slots"))) values;
273 if (*i == map->number_of_slots)
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-map.h 52 "position = hash & mask", where mask is number_of_slots - 1
54 size_t number_of_slots; variable
56 /* This is number_of_slots - 1, precomputed. */
74 tree * GTY ((length ("%h.number_of_slots"))) slots;
78 tree * GTY ((length ("%h.number_of_slots"))) values;
273 if (*i == map->number_of_slots)

Completed in 24 milliseconds