Symbol: UNS16
stand/ficl/aarch64/sysdep.h
88
#if !defined UNS16
stand/ficl/amd64/sysdep.h
88
#if !defined UNS16
stand/ficl/arm/sysdep.h
88
#if !defined UNS16
stand/ficl/dict.c
563
UNS16 hashCode = hashHashCode(si);
stand/ficl/dict.c
592
UNS16 hashCode = hashHashCode(si);
stand/ficl/dict.c
732
UNS16 hashHashCode(STRINGINFO si)
stand/ficl/dict.c
736
UNS16 code = (UNS16)si.count;
stand/ficl/dict.c
737
UNS16 shift = 0;
stand/ficl/dict.c
745
code = (UNS16)((code << 4) + tolower(*cp));
stand/ficl/dict.c
746
shift = (UNS16)(code & 0xf000);
stand/ficl/dict.c
749
code ^= (UNS16)(shift >> 8);
stand/ficl/dict.c
750
code ^= (UNS16)shift;
stand/ficl/dict.c
754
return (UNS16)code;
stand/ficl/dict.c
796
FICL_WORD *hashLookup(FICL_HASH *pHash, STRINGINFO si, UNS16 hashCode)
stand/ficl/dict.c
800
UNS16 hashIdx;
stand/ficl/dict.c
808
hashIdx = (UNS16)(hashCode % pHash->size);
stand/ficl/ficl.h
529
UNS16 hash;
stand/ficl/ficl.h
692
UNS16 hashHashCode (STRINGINFO si);
stand/ficl/ficl.h
694
FICL_WORD *hashLookup (FICL_HASH *pHash, STRINGINFO si, UNS16 hashCode);
stand/ficl/i386/sysdep.h
86
#if !defined UNS16
stand/ficl/math64.c
315
UNS16 m64UMod(DPUNS *pUD, UNS16 base)
stand/ficl/math64.c
342
return (UNS16)(qr.rem);
stand/ficl/math64.h
62
UNS16 m64UMod(DPUNS *pUD, UNS16 base);
stand/ficl/powerpc/sysdep.h
88
#if !defined UNS16
stand/ficl/riscv/sysdep.h
88
#if !defined UNS16
stand/ficl/search.c
138
UNS16 hashCode;
stand/ficl/words.c
1184
UNS16 *pw;
stand/ficl/words.c
1188
pw = (UNS16 *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1195
UNS16 *pw;
stand/ficl/words.c
1199
pw = (UNS16 *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1200
*pw = (UNS16)(stackPop(pVM->pStack).u);
stand/ficl/words.c
2939
UNS16 rem;
stand/ficl/words.c
2946
rem = m64UMod(&u, (UNS16)(pVM->base));
stand/ficl/words.c
2985
UNS16 rem;
stand/ficl/words.c
2995
rem = m64UMod(&u, (UNS16)(pVM->base));