Searched defs:nCells (Results 1 – 3 of 3) sorted by relevance
113 FICL_STACK *stackCreate(unsigned nCells) in stackCreate()205 void stackLink(FICL_STACK *pStack, int nCells) in stackLink()
161 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()
360 FICL_UNS nCells; /* size of the stack */ member