Searched refs:maxcount (Results 1 – 2 of 2) sorted by relevance
60 #define maxcount dict_maxcount macro255 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp) in dict_create() argument265 new->maxcount = maxcount; in dict_create()335 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp) in dict_init() argument342 dict->maxcount = maxcount; in dict_init()363 dict->maxcount = template->maxcount; in dict_init_like()964 return dict->nodecount == dict->maxcount; in dict_isfull()1063 assert (dict->nodecount < dict->maxcount); in dict_load_next()
1870 l_int32 i, n, maxcount, prevcount; in numaGetMode() local1895 maxcount = prevcount; in numaGetMode()1903 if (prevcount > maxcount) { /* new max */ in numaGetMode()1904 maxcount = prevcount; in numaGetMode()1913 if (prevcount > maxcount) { in numaGetMode()1914 maxcount = prevcount; in numaGetMode()1920 *pcount = maxcount; in numaGetMode()