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

  /src/external/gpl3/gdb.old/dist/gdb/
dictionary.c 199 #define DICT_LINEAR_EXPANDABLE_CAPACITY(d) \
426 DICT_LINEAR_EXPANDABLE_CAPACITY (retval) = DICT_EXPANDABLE_INITIAL_CAPACITY;
428 = XNEWVEC (struct symbol *, DICT_LINEAR_EXPANDABLE_CAPACITY (retval));
891 if (nsyms > DICT_LINEAR_EXPANDABLE_CAPACITY (dict))
893 DICT_LINEAR_EXPANDABLE_CAPACITY (dict) *= 2;
896 DICT_LINEAR_EXPANDABLE_CAPACITY (dict));
  /src/external/gpl3/gdb/dist/gdb/
dictionary.c 199 #define DICT_LINEAR_EXPANDABLE_CAPACITY(d) \
426 DICT_LINEAR_EXPANDABLE_CAPACITY (retval) = DICT_EXPANDABLE_INITIAL_CAPACITY;
428 = XNEWVEC (struct symbol *, DICT_LINEAR_EXPANDABLE_CAPACITY (retval));
891 if (nsyms > DICT_LINEAR_EXPANDABLE_CAPACITY (dict))
893 DICT_LINEAR_EXPANDABLE_CAPACITY (dict) *= 2;
896 DICT_LINEAR_EXPANDABLE_CAPACITY (dict));

Completed in 23 milliseconds