Home
last modified time | relevance | path

Searched refs:dictCreateHashed (Results 1 – 3 of 3) sorted by relevance

/src/stand/ficl/
H A Ddict.c381 return dictCreateHashed(nCells, 1); in dictCreate()
385 FICL_DICT *dictCreateHashed(unsigned nCells, unsigned nHash) in dictCreateHashed() function
H A Dficl.c115 pSys->dp = dictCreateHashed((unsigned)nDictCells, HASHSIZE); in ficlInitSystemEx()
H A Dficl.h761 FICL_DICT *dictCreateHashed(unsigned nCells, unsigned nHash);