Searched refs:hashValue (Results 1 – 1 of 1) sorted by relevance
201 struct hashValue /* State used to hash a wordend word list. */ struct208 initializeHash(struct hashValue *h) in initializeHash() argument217 addWordToHash(struct hashValue *h, const Char *word) in addWordToHash()266 addCharToHash(struct hashValue *h, Char ch) in addCharToHash()275 finalizeHash(struct hashValue *h) in finalizeHash()306 struct hashValue { uint32_t h; }; argument308 initializeHash(struct hashValue *h) in initializeHash()314 addWordToHash(struct hashValue *h, const Char *word) in addWordToHash()324 addCharToHash(struct hashValue *h, Char c) in addCharToHash()331 finalizeHash(struct hashValue *h) in finalizeHash()[all …]