Home
last modified time | relevance | path

Searched defs:nCells (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/ficl/
H A Dstack.c113 FICL_STACK *stackCreate(unsigned nCells) in stackCreate()
205 void stackLink(FICL_STACK *pStack, int nCells) in stackLink()
H A Ddict.c161 int dictAllotCells(FICL_DICT *pDict, int nCells) in dictAllotCells()
379 FICL_DICT *dictCreate(unsigned nCells) in dictCreate()
385 FICL_DICT *dictCreateHashed(unsigned nCells, unsigned nHash) in dictCreateHashed()
H A Dficl.h360 FICL_UNS nCells; /* size of the stack */ member