Symbol: FICL_INT
stand/ficl/aarch64/sysdep.h
106
#if !defined FICL_INT
stand/ficl/aarch64/sysdep.h
143
FICL_INT hi;
stand/ficl/aarch64/sysdep.h
144
FICL_INT lo;
stand/ficl/aarch64/sysdep.h
149
FICL_INT quot;
stand/ficl/aarch64/sysdep.h
150
FICL_INT rem;
stand/ficl/amd64/sysdep.h
106
#if !defined FICL_INT
stand/ficl/amd64/sysdep.h
143
FICL_INT hi;
stand/ficl/amd64/sysdep.h
144
FICL_INT lo;
stand/ficl/amd64/sysdep.h
149
FICL_INT quot;
stand/ficl/amd64/sysdep.h
150
FICL_INT rem;
stand/ficl/arm/sysdep.h
106
#if !defined FICL_INT
stand/ficl/arm/sysdep.h
143
FICL_INT hi;
stand/ficl/arm/sysdep.h
144
FICL_INT lo;
stand/ficl/arm/sysdep.h
149
FICL_INT quot;
stand/ficl/arm/sysdep.h
150
FICL_INT rem;
stand/ficl/ficl.c
367
int ficlExecC(FICL_VM *pVM, char *pText, FICL_INT size)
stand/ficl/ficl.h
264
FICL_INT i;
stand/ficl/ficl.h
343
FICL_INT index;
stand/ficl/ficl.h
380
FICL_INT stackPopINT (FICL_STACK *pStack);
stand/ficl/ficl.h
384
void stackPushINT (FICL_STACK *pStack, FICL_INT i);
stand/ficl/ficl.h
637
void vmPushTib (FICL_VM *pVM, char *text, FICL_INT nChars, TIB *pSaveTib);
stand/ficl/ficl.h
660
char *ltoa( FICL_INT value, char *string, int radix );
stand/ficl/ficl.h
885
FICL_INT nLocals;
stand/ficl/ficl.h
971
int ficlExecC(FICL_VM *pVM, char *pText, FICL_INT nChars);
stand/ficl/float.c
269
FICL_INT i;
stand/ficl/float.c
276
i = (FICL_INT)POPFLOAT();
stand/ficl/float.c
841
FICL_INT exponent = 0;
stand/ficl/i386/sysdep.h
104
#if !defined FICL_INT
stand/ficl/i386/sysdep.h
141
FICL_INT hi;
stand/ficl/i386/sysdep.h
142
FICL_INT lo;
stand/ficl/i386/sysdep.h
147
FICL_INT quot;
stand/ficl/i386/sysdep.h
148
FICL_INT rem;
stand/ficl/loader.c
298
FICL_INT flag;
stand/ficl/loader.c
479
FICL_INT flag;
stand/ficl/math64.c
168
DPINT m64MulI(FICL_INT x, FICL_INT y)
stand/ficl/math64.c
260
INTQR m64SymmetricDivI(DPINT num, FICL_INT den)
stand/ficl/math64.c
91
INTQR m64FlooredDivI(DPINT num, FICL_INT den)
stand/ficl/math64.h
54
DPINT m64MulI(FICL_INT x, FICL_INT y);
stand/ficl/math64.h
56
INTQR m64FlooredDivI(DPINT num, FICL_INT den);
stand/ficl/math64.h
61
INTQR m64SymmetricDivI(DPINT num, FICL_INT den);
stand/ficl/powerpc/sysdep.h
106
#if !defined FICL_INT
stand/ficl/powerpc/sysdep.h
143
FICL_INT hi;
stand/ficl/powerpc/sysdep.h
144
FICL_INT lo;
stand/ficl/powerpc/sysdep.h
149
FICL_INT quot;
stand/ficl/powerpc/sysdep.h
150
FICL_INT rem;
stand/ficl/riscv/sysdep.h
106
#if !defined FICL_INT
stand/ficl/riscv/sysdep.h
143
FICL_INT hi;
stand/ficl/riscv/sysdep.h
144
FICL_INT lo;
stand/ficl/riscv/sysdep.h
149
FICL_INT quot;
stand/ficl/riscv/sysdep.h
150
FICL_INT rem;
stand/ficl/search.c
304
FICL_INT len = 0;
stand/ficl/stack.c
261
FICL_INT stackPopINT(FICL_STACK *pStack)
stand/ficl/stack.c
293
void stackPushINT(FICL_STACK *pStack, FICL_INT i)
stand/ficl/vm.c
471
void vmPushTib(FICL_VM *pVM, char *text, FICL_INT nChars, TIB *pSaveTib)
stand/ficl/vm.c
662
char *ltoa( FICL_INT value, char *string, int radix )
stand/ficl/words.c
127
FICL_INT offset;
stand/ficl/words.c
1304
FICL_INT offset;
stand/ficl/words.c
1370
FICL_INT offset;
stand/ficl/words.c
1471
FICL_INT offset = dp->here - fallthroughFixup;
stand/ficl/words.c
1488
FICL_INT offset;
stand/ficl/words.c
150
FICL_INT offset;
stand/ficl/words.c
1531
FICL_INT offset;
stand/ficl/words.c
1796
PUSHINT(*(FICL_INT *)(pVM->ip));
stand/ficl/words.c
1806
PUSHINT(*((FICL_INT *)(pVM->ip)+1));
stand/ficl/words.c
1807
PUSHINT(*(FICL_INT *)(pVM->ip));
stand/ficl/words.c
206
FICL_INT accum = 0;
stand/ficl/words.c
2155
FICL_INT index = stackGetTop(pVM->rStack).i;
stand/ficl/words.c
2156
FICL_INT limit = stackFetch(pVM->rStack, 1).i;
stand/ficl/words.c
2177
FICL_INT index,limit,increment;
stand/ficl/words.c
2380
FICL_INT i;
stand/ficl/words.c
2439
FICL_INT i;
stand/ficl/words.c
2445
PUSHINT(i * (FICL_INT)sizeof (CELL));
stand/ficl/words.c
2581
FICL_INT flag;
stand/ficl/words.c
280
FICL_INT i;
stand/ficl/words.c
292
FICL_INT i;
stand/ficl/words.c
304
FICL_INT i;
stand/ficl/words.c
316
FICL_INT i;
stand/ficl/words.c
327
FICL_INT i;
stand/ficl/words.c
3348
FICL_INT i;
stand/ficl/words.c
349
FICL_INT n2;
stand/ficl/words.c
367
FICL_INT i;
stand/ficl/words.c
3719
FICL_INT n1;
stand/ficl/words.c
3745
FICL_INT n1;
stand/ficl/words.c
3763
FICL_INT n1;
stand/ficl/words.c
379
FICL_INT i;
stand/ficl/words.c
3853
FICL_INT n2;
stand/ficl/words.c
3854
FICL_INT n1;
stand/ficl/words.c
3893
FICL_INT n2;
stand/ficl/words.c
3894
FICL_INT n1;
stand/ficl/words.c
3908
FICL_INT n2;
stand/ficl/words.c
3909
FICL_INT n1;
stand/ficl/words.c
391
FICL_INT i;
stand/ficl/words.c
3990
FICL_INT s;
stand/ficl/words.c
403
FICL_INT i;
stand/ficl/words.c
4088
FICL_INT i = pVM->runningWord->param[0].i;
stand/ficl/words.c
415
FICL_INT x, y, z;
stand/ficl/words.c
4178
FICL_INT nLink = *(FICL_INT *)(pVM->ip);
stand/ficl/words.c
4200
FICL_INT nLocal = *(FICL_INT *)(pVM->ip++);
stand/ficl/words.c
4208
FICL_INT nLocal = *(FICL_INT *)(pVM->ip++);
stand/ficl/words.c
4253
FICL_INT nLocal = pVM->runningWord->param[0].i;
stand/ficl/words.c
434
FICL_INT x, y, z;
stand/ficl/words.c
4349
*(FICL_INT *)(pVM->pSys->pMarkLocals) = pVM->pSys->nLocals;
stand/ficl/words.c
4358
FICL_INT nLocal = *(FICL_INT *)(pVM->ip++);
stand/ficl/words.c
4368
FICL_INT nLocal = pVM->runningWord->param[0].i;
stand/ficl/words.c
4386
FICL_INT nLocal = *(FICL_INT *)(pVM->ip++);
stand/ficl/words.c
4426
*(FICL_INT *)(pVM->pSys->pMarkLocals) = pVM->pSys->nLocals;
stand/ficl/words.c
4543
FICL_INT ret = (pVM->sourceID.i == -1) ? FICL_FALSE : FICL_TRUE;
stand/ficl/words.c
738
FICL_INT append = FICL_TRUE;