Searched refs:hash_function (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DMappedHash.h31 static uint32_t HashString(uint32_t hash_function, llvm::StringRef s) { argument
32 switch (hash_function) {
51 uint16_t hash_function = member in struct:MappedHash::Header
65 return sizeof(magic) + sizeof(version) + sizeof(hash_function) +
79 s.Printf("header.hash_function = 0x%4.4x\n", hash_function);
91 offset, sizeof(magic) + sizeof(version) + sizeof(hash_function) +
119 hash_function = data.GetU16(&offset);
120 if (hash_function == 4)
121 hash_function
[all...]
/openbsd-current/bin/md5/
H A Dmd5.c66 struct hash_function { struct
76 TAILQ_ENTRY(hash_function) tailq;
186 TAILQ_HEAD(hash_list, hash_function);
188 void digest_end(const struct hash_function *, void *, char *, size_t, int);
190 void digest_print(const struct hash_function *, const char *, const char *);
192 int digest_filelist(const char *, struct hash_function *, int, char **);
193 void digest_printstr(const struct hash_function *, const char *, const char *);
198 void hash_insert(struct hash_list *, struct hash_function *, int);
208 struct hash_function *hf, *hftmp;
400 hash_insert(struct hash_list *hl, struct hash_function *h
[all...]
/openbsd-current/lib/libcurses/tinfo/
H A Dmake_hash.c89 * int hash_function(string)
99 hash_function(const char *string) function
126 hashvalue = hash_function(table[i].ute_name);
/openbsd-current/gnu/gcc/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h777 hash_function() const function in struct:std::__detail::_Hash_code_base
844 hash_function() const function in struct:std::__detail::_Hash_code_base

Completed in 135 milliseconds