Home
last modified time | relevance | path

Searched defs:MurmurHash3 (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/imurmurhash/
Dimurmurhash.js21 function MurmurHash3(key, seed) { class
37 MurmurHash3.prototype.hash = function(key) { class
/third_party/node/deps/npm/node_modules/unique-slug/lib/
Dindex.js2 var MurmurHash3 = require('imurmurhash') variable
/third_party/node/deps/npm/node_modules/write-file-atomic/lib/
Dindex.js8 const MurmurHash3 = require('imurmurhash') constant
/third_party/node/deps/v8/src/base/utils/
Drandom-number-generator.cc228 uint64_t RandomNumberGenerator::MurmurHash3(uint64_t h) { in MurmurHash3() function in v8::base::RandomNumberGenerator