Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/boot/ficl/
Ddict.c382 return dictCreateHashed(nCells, 1); in dictCreate()
386 FICL_DICT *dictCreateHashed(unsigned nCells, unsigned nHash) in dictCreateHashed() function
Dficl.c116 pSys->dp = dictCreateHashed((unsigned)nDictCells, HASHSIZE); in ficlInitSystemEx()
Dficl.h762 FICL_DICT *dictCreateHashed(unsigned nCells, unsigned nHash);