Searched refs:FICL_INT (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/sys/boot/ficl/amd64/
H A Dsysdep.h102 ** FICL_UNS and FICL_INT must have the same size as a void* on
104 ** FICL_INT.
107 #if !defined FICL_INT
108 #define FICL_INT long macro
144 FICL_INT hi;
145 FICL_INT lo;
150 FICL_INT quot;
151 FICL_INT rem;
/freebsd-10.0-release/sys/boot/ficl/arm/
H A Dsysdep.h102 ** FICL_UNS and FICL_INT must have the same size as a void* on
104 ** FICL_INT.
107 #if !defined FICL_INT
108 #define FICL_INT INT32 macro
144 FICL_INT hi;
145 FICL_INT lo;
150 FICL_INT quot;
151 FICL_INT rem;
/freebsd-10.0-release/sys/boot/ficl/i386/
H A Dsysdep.h100 ** FICL_UNS and FICL_INT must have the same size as a void* on
102 ** FICL_INT.
105 #if !defined FICL_INT
106 #define FICL_INT INT32 macro
142 FICL_INT hi;
143 FICL_INT lo;
148 FICL_INT quot;
149 FICL_INT rem;
/freebsd-10.0-release/sys/boot/ficl/ia64/
H A Dsysdep.h102 ** FICL_UNS and FICL_INT must have the same size as a void* on
104 ** FICL_INT.
107 #if !defined FICL_INT
108 #define FICL_INT long macro
144 FICL_INT hi;
145 FICL_INT lo;
150 FICL_INT quot;
151 FICL_INT rem;
/freebsd-10.0-release/sys/boot/ficl/mips/
H A Dsysdep.h102 ** FICL_UNS and FICL_INT must have the same size as a void* on
104 ** FICL_INT.
107 #if !defined FICL_INT
108 #define FICL_INT INT32 macro
144 FICL_INT hi;
145 FICL_INT lo;
150 FICL_INT quot;
151 FICL_INT rem;
/freebsd-10.0-release/sys/boot/ficl/powerpc/
H A Dsysdep.h102 ** FICL_UNS and FICL_INT must have the same size as a void* on
104 ** FICL_INT.
107 #if !defined FICL_INT
108 #define FICL_INT INT32 macro
144 FICL_INT hi;
145 FICL_INT lo;
150 FICL_INT quot;
151 FICL_INT rem;
/freebsd-10.0-release/sys/boot/ficl/sparc64/
H A Dsysdep.h103 ** FICL_UNS and FICL_INT must have the same size as a void* on
105 ** FICL_INT.
108 #if !defined FICL_INT
109 #define FICL_INT long macro
145 FICL_INT hi;
146 FICL_INT lo;
151 FICL_INT quot;
152 FICL_INT rem;
/freebsd-10.0-release/sys/boot/ficl/
H A Dmath64.h55 DPINT m64MulI(FICL_INT x, FICL_INT y);
57 INTQR m64FlooredDivI(DPINT num, FICL_INT den);
62 INTQR m64SymmetricDivI(DPINT num, FICL_INT den);
H A Dwords.c128 FICL_INT offset;
151 FICL_INT offset;
207 FICL_INT accum = 0;
281 FICL_INT i;
293 FICL_INT i;
305 FICL_INT i;
317 FICL_INT i;
328 FICL_INT i;
350 FICL_INT n2;
368 FICL_INT
[all...]
H A Dficl.h265 FICL_INT i;
344 FICL_INT index;
381 FICL_INT stackPopINT (FICL_STACK *pStack);
385 void stackPushINT (FICL_STACK *pStack, FICL_INT i);
638 void vmPushTib (FICL_VM *pVM, char *text, FICL_INT nChars, TIB *pSaveTib);
661 char *ltoa( FICL_INT value, char *string, int radix );
886 FICL_INT nLocals;
972 int ficlExecC(FICL_VM *pVM, char *pText, FICL_INT nChars);
H A Dstack.c262 FICL_INT stackPopINT(FICL_STACK *pStack)
294 void stackPushINT(FICL_STACK *pStack, FICL_INT i)
H A Dmath64.c92 INTQR m64FlooredDivI(DPINT num, FICL_INT den)
169 DPINT m64MulI(FICL_INT x, FICL_INT y)
256 ** Divide an DPINT by a FICL_INT and return a FICL_INT quotient and a
257 ** FICL_INT remainder. The absolute values of quotient and remainder are not
261 INTQR m64SymmetricDivI(DPINT num, FICL_INT den)
H A Dfloat.c270 FICL_INT i;
277 i = (FICL_INT)POPFLOAT();
842 FICL_INT exponent = 0;
H A Dvm.c472 void vmPushTib(FICL_VM *pVM, char *text, FICL_INT nChars, TIB *pSaveTib)
663 char *ltoa( FICL_INT value, char *string, int radix )
H A Dsearch.c305 FICL_INT len = 0;
H A Dficl.c368 int ficlExecC(FICL_VM *pVM, char *pText, FICL_INT size)
H A Dloader.c420 FICL_INT flag;

Completed in 90 milliseconds