Searched refs:UNS16 (Results 1 – 12 of 12) sorted by relevance
563 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 …]
62 UNS16 m64UMod(DPUNS *pUD, UNS16 base);
315 UNS16 m64UMod(DPUNS *pUD, UNS16 base) in m64UMod()342 return (UNS16)(qr.rem); in m64UMod()
529 UNS16 hash;692 UNS16 hashHashCode (STRINGINFO si);694 FICL_WORD *hashLookup (FICL_HASH *pHash, STRINGINFO si, UNS16 hashCode);
138 UNS16 hashCode; in searchWordlist()
1184 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()
88 #if !defined UNS1689 #define UNS16 unsigned short macro
86 #if !defined UNS1687 #define UNS16 unsigned short macro
88 #if !defined UNS1689 #define UNS16 uint16_t macro