Searched refs:stackPushUNS (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/boot/ficl/
H A Dsearch.c122 stackPushUNS(pVM->pStack, nLists);
158 stackPushUNS(pVM->pStack, 0);
H A Dtestmain.c267 stackPushUNS(pVM->pStack, (FICL_UNS)now);
273 stackPushUNS(pVM->pStack, CLOCKS_PER_SEC);
H A Dstack.c289 void stackPushUNS(FICL_STACK *pStack, FICL_UNS u) function
H A Dficl.h384 void stackPushUNS (FICL_STACK *pStack, FICL_UNS u);
401 #define PUSHUNS(u) stackPushUNS(pVM->pStack,u)
H A Dloader.c690 stackPushUNS(pVM->pStack, (FICL_UNS) time(NULL));
H A Dwords.c1645 stackPushUNS(pVM->pStack, SI_COUNT(si));

Completed in 183 milliseconds