Symbol: FICL_UNS
stand/ficl/aarch64/sysdep.c
24
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
stand/ficl/aarch64/sysdep.c
37
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
stand/ficl/aarch64/sysdep.h
110
#if !defined FICL_UNS
stand/ficl/aarch64/sysdep.h
131
FICL_UNS hi;
stand/ficl/aarch64/sysdep.h
132
FICL_UNS lo;
stand/ficl/aarch64/sysdep.h
137
FICL_UNS quot;
stand/ficl/aarch64/sysdep.h
138
FICL_UNS rem;
stand/ficl/aarch64/sysdep.h
407
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
stand/ficl/aarch64/sysdep.h
408
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
stand/ficl/amd64/sysdep.c
26
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
stand/ficl/amd64/sysdep.c
39
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
stand/ficl/amd64/sysdep.h
110
#if !defined FICL_UNS
stand/ficl/amd64/sysdep.h
131
FICL_UNS hi;
stand/ficl/amd64/sysdep.h
132
FICL_UNS lo;
stand/ficl/amd64/sysdep.h
137
FICL_UNS quot;
stand/ficl/amd64/sysdep.h
138
FICL_UNS rem;
stand/ficl/amd64/sysdep.h
419
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
stand/ficl/amd64/sysdep.h
420
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
stand/ficl/arm/sysdep.c
24
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
stand/ficl/arm/sysdep.c
37
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
stand/ficl/arm/sysdep.h
110
#if !defined FICL_UNS
stand/ficl/arm/sysdep.h
131
FICL_UNS hi;
stand/ficl/arm/sysdep.h
132
FICL_UNS lo;
stand/ficl/arm/sysdep.h
137
FICL_UNS quot;
stand/ficl/arm/sysdep.h
138
FICL_UNS rem;
stand/ficl/arm/sysdep.h
418
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
stand/ficl/arm/sysdep.h
419
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
stand/ficl/dict.c
273
void dictAppendUNS(FICL_DICT *pDict, FICL_UNS u)
stand/ficl/dict.c
798
FICL_UNS nCmp = si.count;
stand/ficl/ficl.c
575
void ficlSetEnv(FICL_SYSTEM *pSys, char *name, FICL_UNS value)
stand/ficl/ficl.c
597
void ficlSetEnvD(FICL_SYSTEM *pSys, char *name, FICL_UNS hi, FICL_UNS lo)
stand/ficl/ficl.h
1020
void ficlSetEnv (FICL_SYSTEM *pSys, char *name, FICL_UNS value);
stand/ficl/ficl.h
1021
void ficlSetEnvD(FICL_SYSTEM *pSys, char *name, FICL_UNS hi, FICL_UNS lo);
stand/ficl/ficl.h
251
#define FICL_TRUE (~(FICL_UNS)0)
stand/ficl/ficl.h
265
FICL_UNS u;
stand/ficl/ficl.h
308
FICL_UNS count;
stand/ficl/ficl.h
314
#define SI_SETLEN(si, len) (si.count = (FICL_UNS)(len))
stand/ficl/ficl.h
360
FICL_UNS nCells; /* size of the stack */
stand/ficl/ficl.h
379
FICL_UNS stackPopUNS (FICL_STACK *pStack);
stand/ficl/ficl.h
383
void stackPushUNS (FICL_STACK *pStack, FICL_UNS u);
stand/ficl/ficl.h
484
FICL_UNS state; /* compiling or interpreting */
stand/ficl/ficl.h
485
FICL_UNS base; /* number conversion base */
stand/ficl/ficl.h
658
int isPowerOfTwo(FICL_UNS u);
stand/ficl/ficl.h
661
char *ultoa(FICL_UNS value, char *string, int radix );
stand/ficl/ficl.h
666
int strincmp(char *cp1, char *cp2, FICL_UNS count);
stand/ficl/ficl.h
755
void dictAppendUNS (FICL_DICT *pDict, FICL_UNS u);
stand/ficl/gfx_loader.c
153
FICL_UNS x, y;
stand/ficl/gfx_loader.c
167
FICL_UNS x0, y0, x1, y1, wd;
stand/ficl/gfx_loader.c
184
FICL_UNS x0, y0, x1, y1, x2, y2, width;
stand/ficl/gfx_loader.c
203
FICL_UNS x1, x2, y1, y2, fill;
stand/ficl/gfx_loader.c
220
FICL_UNS x1, x2, y1, y2;
stand/ficl/i386/sysdep.c
26
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
stand/ficl/i386/sysdep.c
39
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
stand/ficl/i386/sysdep.h
108
#if !defined FICL_UNS
stand/ficl/i386/sysdep.h
129
FICL_UNS hi;
stand/ficl/i386/sysdep.h
130
FICL_UNS lo;
stand/ficl/i386/sysdep.h
135
FICL_UNS quot;
stand/ficl/i386/sysdep.h
136
FICL_UNS rem;
stand/ficl/i386/sysdep.h
417
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
stand/ficl/i386/sysdep.h
418
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
stand/ficl/loader.c
766
stackPushUNS(pVM->pStack, (FICL_UNS) time(NULL));
stand/ficl/math64.c
111
uqr = ficlLongDiv(m64CastIU(num), (FICL_UNS)den);
stand/ficl/math64.c
148
DPUNS m64Mac(DPUNS u, FICL_UNS mul, FICL_UNS add)
stand/ficl/math64.c
280
uqr = ficlLongDiv(m64CastIU(num), (FICL_UNS)den);
stand/ficl/math64.c
325
qr = ficlLongDiv(ud, (FICL_UNS)base);
stand/ficl/math64.c
329
qr = ficlLongDiv(ud, (FICL_UNS)base);
stand/ficl/math64.c
333
qr = ficlLongDiv(ud, (FICL_UNS)base);
stand/ficl/math64.c
337
qr = ficlLongDiv(ud, (FICL_UNS)base);
stand/ficl/math64.c
493
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
stand/ficl/math64.c
520
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
stand/ficl/math64.h
53
DPUNS m64Mac(DPUNS u, FICL_UNS mul, FICL_UNS add);
stand/ficl/powerpc/sysdep.c
24
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
stand/ficl/powerpc/sysdep.c
37
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
stand/ficl/powerpc/sysdep.h
110
#if !defined FICL_UNS
stand/ficl/powerpc/sysdep.h
131
FICL_UNS hi;
stand/ficl/powerpc/sysdep.h
132
FICL_UNS lo;
stand/ficl/powerpc/sysdep.h
137
FICL_UNS quot;
stand/ficl/powerpc/sysdep.h
138
FICL_UNS rem;
stand/ficl/powerpc/sysdep.h
421
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
stand/ficl/powerpc/sysdep.h
422
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
stand/ficl/prefix.c
100
if (!strincmp(SI_PTR(si), pFW->name, (FICL_UNS)n))
stand/ficl/riscv/sysdep.c
24
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y)
stand/ficl/riscv/sysdep.c
37
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y)
stand/ficl/riscv/sysdep.h
110
#if !defined FICL_UNS
stand/ficl/riscv/sysdep.h
131
FICL_UNS hi;
stand/ficl/riscv/sysdep.h
132
FICL_UNS lo;
stand/ficl/riscv/sysdep.h
137
FICL_UNS quot;
stand/ficl/riscv/sysdep.h
138
FICL_UNS rem;
stand/ficl/riscv/sysdep.h
407
DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
stand/ficl/riscv/sysdep.h
408
UNSQR ficlLongDiv(DPUNS q, FICL_UNS y);
stand/ficl/search.c
241
FICL_UNS nBuckets;
stand/ficl/stack.c
256
FICL_UNS stackPopUNS(FICL_STACK *pStack)
stand/ficl/stack.c
288
void stackPushUNS(FICL_STACK *pStack, FICL_UNS u)
stand/ficl/testmain.c
266
stackPushUNS(pVM->pStack, (FICL_UNS)now);
stand/ficl/tools.c
853
ficlSetEnv(pVM->pSys, pVM->pad, (FICL_UNS)value);
stand/ficl/vm.c
317
FICL_UNS count = 0;
stand/ficl/vm.c
643
int isPowerOfTwo(FICL_UNS u)
stand/ficl/vm.c
646
FICL_UNS t = 2;
stand/ficl/vm.c
672
pwr = isPowerOfTwo((FICL_UNS)radix);
stand/ficl/vm.c
681
FICL_UNS v = (FICL_UNS) value;
stand/ficl/vm.c
682
FICL_UNS mask = (FICL_UNS) ~(-1 << pwr);
stand/ficl/vm.c
694
v.lo = (FICL_UNS)value;
stand/ficl/vm.c
697
result = ficlLongDiv(v, (FICL_UNS)radix);
stand/ficl/vm.c
716
char *ultoa(FICL_UNS value, char *string, int radix )
stand/ficl/vm.c
736
result = ficlLongDiv(ud, (FICL_UNS)radix);
stand/ficl/vm.c
772
int strincmp(char *cp1, char *cp2, FICL_UNS count)
stand/ficl/words.c
1168
PUSHUNS((FICL_UNS)*pw);
stand/ficl/words.c
1189
PUSHUNS((FICL_UNS)*pw);
stand/ficl/words.c
1210
PUSHUNS((FICL_UNS)*pc);
stand/ficl/words.c
1247
FICL_UNS flag;
stand/ficl/words.c
1367
FICL_UNS fixupCount;
stand/ficl/words.c
1416
FICL_UNS a, b;
stand/ficl/words.c
1487
FICL_UNS fixupCount;
stand/ficl/words.c
1910
FICL_UNS u1, u2;
stand/ficl/words.c
1934
FICL_UNS u1, u2;
stand/ficl/words.c
2707
FICL_UNS u;
stand/ficl/words.c
3061
FICL_UNS count;
stand/ficl/words.c
3064
FICL_UNS base = pVM->base;
stand/ficl/words.c
3065
FICL_UNS ch;
stand/ficl/words.c
3066
FICL_UNS digit;
stand/ficl/words.c
3154
FICL_UNS count, len;
stand/ficl/words.c
3306
PUSHUNS((FICL_UNS)(si.cp[0]));
stand/ficl/words.c
3436
FICL_UNS count;
stand/ficl/words.c
3495
FICL_UNS count = stackPopUNS(pVM->pStack);
stand/ficl/words.c
3614
FICL_UNS u;
stand/ficl/words.c
3789
FICL_UNS u1;
stand/ficl/words.c
3817
FICL_UNS nBits;
stand/ficl/words.c
3818
FICL_UNS x1;
stand/ficl/words.c
3832
FICL_UNS nBits;
stand/ficl/words.c
3833
FICL_UNS x1;
stand/ficl/words.c
3871
FICL_UNS u2;
stand/ficl/words.c
3872
FICL_UNS u1;
stand/ficl/words.c
3934
FICL_UNS u;
stand/ficl/words.c
4451
FICL_UNS u1, u2, uMin;
stand/ficl/words.c
659
FICL_UNS u;
stand/ficl/words.c
673
FICL_UNS u;