Searched defs:hash_state (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DHashing.h261 struct hash_state { struct in namespace:llvm::hashing::detail
264 /// \brief Create a new hash_state structure and initialize it based on the
267 static hash_state create(const char *s, uint64_t seed) {
268 hash_state state = {
416 hash_state state = state.create(buffer, seed);
458 hash_state state = state.create(s_begin, seed);
499 hash_state state;
514 /// hash_state, empties it, and then merges the new chunk in. This also

Completed in 288 milliseconds