HomeSort by: relevance | last modified time | path
    Searched defs:hash_state (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Hashing.h 263 struct hash_state { struct in namespace:llvm::hashing::detail
266 /// Create a new hash_state structure and initialize it based on the
269 static hash_state create(const char *s, uint64_t seed) {
270 hash_state state = {
417 hash_state state = state.create(buffer, seed);
459 hash_state state = state.create(s_begin, seed);
500 hash_state state;
515 /// hash_state, empties it, and then merges the new chunk in. This also
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 727 typedef enum hash_state {
726 typedef enum hash_state { enum
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 727 typedef enum hash_state {
726 typedef enum hash_state { enum

Completed in 21 milliseconds