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

  /external/chromium/net/disk_cache/
hash.h 17 uint32 SuperFastHash(const char * data, int len);
20 return SuperFastHash(key, static_cast<int>(length));
26 return SuperFastHash(key.data(), static_cast<int>(key.size()));
hash.cc 21 uint32 SuperFastHash(const char * data, int len) {

Completed in 44 milliseconds