Home
last modified time | relevance | path

Searched defs:pStack (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/boot/ficl/
HDstack.c75 FICL_STACK *pStack = pVM->pStack; in vmCheckStack() local
117 FICL_STACK *pStack = ficlMalloc(size); in stackCreate() local
136 void stackDelete(FICL_STACK *pStack) in stackDelete()
149 int stackDepth(FICL_STACK *pStack) in stackDepth()
159 void stackDrop(FICL_STACK *pStack, int n) in stackDrop()
174 CELL stackFetch(FICL_STACK *pStack, int n) in stackFetch()
179 void stackStore(FICL_STACK *pStack, int n, CELL c) in stackStore()
191 CELL stackGetTop(FICL_STACK *pStack) in stackGetTop()
206 void stackLink(FICL_STACK *pStack, int nCells) in stackLink()
222 void stackUnlink(FICL_STACK *pStack) in stackUnlink()
[all …]
HDmath64.c216 void i64Push(FICL_STACK *pStack, DPINT i64) in i64Push()
223 void u64Push(FICL_STACK *pStack, DPUNS u64) in u64Push()
237 DPINT i64Pop(FICL_STACK *pStack) in i64Pop()
245 DPUNS u64Pop(FICL_STACK *pStack) in u64Pop()
HDficl.h487 FICL_STACK *pStack; /* param stack */ member
HDwords.c4567 FICL_STACK pStack; in ficlCatch() local