Searched refs:dictCellsAvail (Results 1 – 5 of 5) sorted by relevance
135 if ((unsigned)n <= dictCellsAvail(pDict) * sizeof (CELL)) in dictAllot()166 if (nCells <= dictCellsAvail(pDict)) in dictAllotCells()284 int dictCellsAvail(FICL_DICT *pDict) in dictCellsAvail() function310 if ((n >= 0) && (dictCellsAvail(pDict) * (int)sizeof(CELL) < n)) in dictCheck()855 if( dictCellsAvail(dp) < dictThreshold.u ) { in dictCheckThreshold()
321 assert(dictCellsAvail(pSys->dp) > sizeof (FICL_WORD) / sizeof (CELL)); in ficlBuild()
813 stackPushINT(pVM->pStack, dictCellsAvail(ficlGetDict(pVM->pSys))); in freeHeap()
756 int dictCellsAvail (FICL_DICT *pDict);
5217 assert(dictCellsAvail(dp) > 0); in ficlCompileCore()