Home
last modified time | relevance | path

Searched refs:MurmurHash3 (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/npm/node_modules/imurmurhash/
Dimurmurhash.js21 function MurmurHash3(key, seed) { class
22 var m = this instanceof MurmurHash3 ? this : cache;
37 MurmurHash3.prototype.hash = function(key) { class
96 MurmurHash3.prototype.result = function() {
123 MurmurHash3.prototype.reset = function(seed) {
131 cache = new MurmurHash3();
134 module.exports = MurmurHash3;
136 this.MurmurHash3 = MurmurHash3;
Dimurmurhash.min.js12 …this.k1=this.len=0,this},e=new t,"undefined"!=typeof module?module.exports=t:this.MurmurHash3=t}();
/third_party/node/deps/npm/node_modules/unique-slug/lib/
Dindex.js2 var MurmurHash3 = require('imurmurhash') variable
6 var hash = new MurmurHash3(uniq)
/third_party/node/deps/v8/src/numbers/
Dmath-random.cc52 state.s0 = base::RandomNumberGenerator::MurmurHash3(seed); in RefillCache()
53 state.s1 = base::RandomNumberGenerator::MurmurHash3(~seed); in RefillCache()
/third_party/node/deps/v8/src/base/utils/
Drandom-number-generator.cc222 state0_ = MurmurHash3(bit_cast<uint64_t>(seed)); in SetSeed()
223 state1_ = MurmurHash3(~state0_); in SetSeed()
228 uint64_t RandomNumberGenerator::MurmurHash3(uint64_t h) { in MurmurHash3() function in v8::base::RandomNumberGenerator
Drandom-number-generator.h130 static uint64_t MurmurHash3(uint64_t);
/third_party/skia/third_party/externals/angle2/src/common/third_party/smhasher/
DREADME.angle10 This is a library containing the MurmurHash3 function, and a hashing function
/third_party/node/deps/npm/node_modules/write-file-atomic/lib/
Dindex.js8 const MurmurHash3 = require('imurmurhash') constant
31 MurmurHash3(__filename)