Home
last modified time | relevance | path

Searched refs:newHash (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/util/fipstools/
Dbreak-hash.go123 newHash := mac.Sum(nil)
128 fmt.Printf("Hash of corrupted module is: %x\n", newHash)
/external/guava/guava/src/com/google/common/hash/
DHashing.java431 HashCode newHash = hasher.hash(); in makeHash() local
432 i += newHash.writeBytesTo(bytes, i, newHash.bits() / 8); in makeHash()
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java343 return RubyHash.newHash(context.runtime, table, context.runtime.getNil()); in toHash()
DRubyMessage.java341 RubyHash opts = RubyHash.newHash(runtime); in decodeJson()
351 RubyHash ret = RubyHash.newHash(runtime); in toHash()
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp2111 Hashtable newHash(status); in checkRegisteredCollators() local
2168 newHash.puti(*locStr, 1, status); in checkRegisteredCollators()
2174 int32_t newI = newHash.geti(key); in checkRegisteredCollators()
/external/python/cpython2/Modules/expat/
Dxmlparse.c6034 unsigned long newHash = hash(parser, table->v[i]->name); in lookup() local
6035 size_t j = newHash & newMask; in lookup()
6039 step = PROBE_STEP(newHash, newMask, newPower); in lookup()
/external/expat/lib/
Dxmlparse.c6071 unsigned long newHash = hash(parser, table->v[i]->name); in lookup() local
6072 size_t j = newHash & newMask; in lookup()
6076 step = PROBE_STEP(newHash, newMask, newPower); in lookup()