HomeSort by relevance Sort by last modified time
    Searched defs:HashString (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
StringExtras.h 119 /// HashString - Hash function for strings.
126 static inline unsigned HashString(StringRef Str, unsigned Result = 0) {
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
atom.c 143 * HashString() - Hash a string with the base hash function.
147 static int HashString(const char *s)
156 } // HashString
411 hashloc = HashString(s) % atable->htable.size;

Completed in 38 milliseconds