Searched refs:nLists (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/boot/ficl/
H A Dsearch.c63 if (pDict->nLists < 1)
68 pDict->pCompile = pDict->pSearch[pDict->nLists-1];
113 int nLists = pDict->nLists; local
117 for (i = 0; i < nLists; i++)
122 stackPushUNS(pVM->pStack, nLists);
195 int nLists = stackPopINT(pVM->pStack); local
198 if (nLists > FICL_DEFAULT_VOCS)
205 if (nLists >= 0)
207 dp->nLists
262 int nLists; local
[all...]
H A Ddict.c321 if (pDict->nLists > FICL_DEFAULT_VOCS)
326 else if (pDict->nLists < 0)
493 pFHash = dp->pSearch[dp->nLists - 1];
570 for (i = (int)pDict->nLists - 1; (i >= 0) && (!pFW); --i)
608 for (i = (int)pDict->nLists - 1; (i >= 0) && (!pFW); --i)
628 pDict->nLists = 1;
H A Dficl.h723 ** nLists -- number of lists in pSearch. nLists-1 is the highest
736 int nLists; member in struct:ficl_dict
H A Dtools.c742 FICL_HASH *pHash = dp->pSearch[dp->nLists - 1];

Completed in 102 milliseconds