Home
last modified time | relevance | path

Searched refs:UNS16 (Results 1 – 12 of 12) sorted by relevance

/freebsd/stand/ficl/
H A Ddict.c563 UNS16 hashCode = hashHashCode(si); in dictLookup()
592 UNS16 hashCode = hashHashCode(si); in ficlLookupLoc()
732 UNS16 hashHashCode(STRINGINFO si) in hashHashCode()
736 UNS16 code = (UNS16)si.count; in hashHashCode()
737 UNS16 shift = 0; in hashHashCode()
745 code = (UNS16)((code << 4) + tolower(*cp)); in hashHashCode()
746 shift = (UNS16)(code & 0xf000); in hashHashCode()
749 code ^= (UNS16)(shift >> 8); in hashHashCode()
750 code ^= (UNS16)shift; in hashHashCode()
754 return (UNS16)code; in hashHashCode()
[all …]
H A Dmath64.h62 UNS16 m64UMod(DPUNS *pUD, UNS16 base);
H A Dmath64.c315 UNS16 m64UMod(DPUNS *pUD, UNS16 base) in m64UMod()
342 return (UNS16)(qr.rem); in m64UMod()
H A Dficl.h529 UNS16 hash;
692 UNS16 hashHashCode (STRINGINFO si);
694 FICL_WORD *hashLookup (FICL_HASH *pHash, STRINGINFO si, UNS16 hashCode);
H A Dsearch.c138 UNS16 hashCode; in searchWordlist()
H A Dwords.c1184 UNS16 *pw; in wFetch()
1188 pw = (UNS16 *)stackPopPtr(pVM->pStack); in wFetch()
1195 UNS16 *pw; in wStore()
1199 pw = (UNS16 *)stackPopPtr(pVM->pStack); in wStore()
1200 *pw = (UNS16)(stackPop(pVM->pStack).u); in wStore()
2939 UNS16 rem; in numberSign()
2946 rem = m64UMod(&u, (UNS16)(pVM->base)); in numberSign()
2985 UNS16 rem; in numberSignS()
2995 rem = m64UMod(&u, (UNS16)(pVM->base)); in numberSignS()
/freebsd/stand/ficl/aarch64/
H A Dsysdep.h88 #if !defined UNS16
89 #define UNS16 unsigned short macro
/freebsd/stand/ficl/amd64/
H A Dsysdep.h88 #if !defined UNS16
89 #define UNS16 unsigned short macro
/freebsd/stand/ficl/i386/
H A Dsysdep.h86 #if !defined UNS16
87 #define UNS16 unsigned short macro
/freebsd/stand/ficl/arm/
H A Dsysdep.h88 #if !defined UNS16
89 #define UNS16 unsigned short macro
/freebsd/stand/ficl/riscv/
H A Dsysdep.h88 #if !defined UNS16
89 #define UNS16 unsigned short macro
/freebsd/stand/ficl/powerpc/
H A Dsysdep.h88 #if !defined UNS16
89 #define UNS16 uint16_t macro