Tabnine Logo
FarmHashFingerprint64.weakHashLength32WithSeeds
Code IndexAdd Tabnine to your IDE (free)

How to use
weakHashLength32WithSeeds
method
in
com.google.common.hash.FarmHashFingerprint64

Best Java code snippets using com.google.common.hash.FarmHashFingerprint64.weakHashLength32WithSeeds (Showing top 5 results out of 315)

origin: google/guava

 y += v[0] + load64(bytes, offset + 40);
 z = rotateRight(z + w[0], 33) * K1;
 weakHashLength32WithSeeds(bytes, offset, v[1] * K1, x + w[0], v);
 weakHashLength32WithSeeds(bytes, offset + 32, z + w[1], y + load64(bytes, offset + 16), w);
 long tmp = x;
 x = z;
y += v[0] * 9 + load64(bytes, offset + 40);
z = rotateRight(z + w[0], 33) * mul;
weakHashLength32WithSeeds(bytes, offset, v[1] * mul, x + w[0], v);
weakHashLength32WithSeeds(bytes, offset + 32, z + w[1], y + load64(bytes, offset + 16), w);
return hashLength16(
  hashLength16(v[0], w[0], mul) + shiftMix(y) * K0 + x,
origin: google/j2objc

 y += v[0] + load64(bytes, offset + 40);
 z = rotateRight(z + w[0], 33) * K1;
 weakHashLength32WithSeeds(bytes, offset, v[1] * K1, x + w[0], v);
 weakHashLength32WithSeeds(bytes, offset + 32, z + w[1], y + load64(bytes, offset + 16), w);
 long tmp = x;
 x = z;
y += v[0] * 9 + load64(bytes, offset + 40);
z = rotateRight(z + w[0], 33) * mul;
weakHashLength32WithSeeds(bytes, offset, v[1] * mul, x + w[0], v);
weakHashLength32WithSeeds(bytes, offset + 32, z + w[1], y + load64(bytes, offset + 16), w);
return hashLength16(
  hashLength16(v[0], w[0], mul) + shiftMix(y) * K0 + x,
origin: wildfly/wildfly

 y += v[0] + load64(bytes, offset + 40);
 z = rotateRight(z + w[0], 33) * K1;
 weakHashLength32WithSeeds(bytes, offset, v[1] * K1, x + w[0], v);
 weakHashLength32WithSeeds(bytes, offset + 32, z + w[1], y + load64(bytes, offset + 16), w);
 long tmp = x;
 x = z;
y += v[0] * 9 + load64(bytes, offset + 40);
z = rotateRight(z + w[0], 33) * mul;
weakHashLength32WithSeeds(bytes, offset, v[1] * mul, x + w[0], v);
weakHashLength32WithSeeds(bytes, offset + 32, z + w[1], y + load64(bytes, offset + 16), w);
return hashLength16(
  hashLength16(v[0], w[0], mul) + shiftMix(y) * K0 + x,
origin: org.kill-bill.billing/killbill-platform-osgi-bundles-logger

 y += v[0] + load64(bytes, offset + 40);
 z = rotateRight(z + w[0], 33) * K1;
 weakHashLength32WithSeeds(bytes, offset, v[1] * K1, x + w[0], v);
 weakHashLength32WithSeeds(bytes, offset + 32, z + w[1], y + load64(bytes, offset + 16), w);
 long tmp = x;
 x = z;
y += v[0] * 9 + load64(bytes, offset + 40);
z = rotateRight(z + w[0], 33) * mul;
weakHashLength32WithSeeds(bytes, offset, v[1] * mul, x + w[0], v);
weakHashLength32WithSeeds(bytes, offset + 32, z + w[1], y + load64(bytes, offset + 16), w);
return hashLength16(
  hashLength16(v[0], w[0], mul) + shiftMix(y) * K0 + x,
origin: org.jboss.eap/wildfly-client-all

 y += v[0] + load64(bytes, offset + 40);
 z = rotateRight(z + w[0], 33) * K1;
 weakHashLength32WithSeeds(bytes, offset, v[1] * K1, x + w[0], v);
 weakHashLength32WithSeeds(bytes, offset + 32, z + w[1], y + load64(bytes, offset + 16), w);
 long tmp = x;
 x = z;
y += v[0] * 9 + load64(bytes, offset + 40);
z = rotateRight(z + w[0], 33) * mul;
weakHashLength32WithSeeds(bytes, offset, v[1] * mul, x + w[0], v);
weakHashLength32WithSeeds(bytes, offset + 32, z + w[1], y + load64(bytes, offset + 16), w);
return hashLength16(
  hashLength16(v[0], w[0], mul) + shiftMix(y) * K0 + x,
com.google.common.hashFarmHashFingerprint64weakHashLength32WithSeeds

Javadoc

Computes intermediate hash of 32 bytes of byte array from the given offset. Results are returned in the output array because when we last measured, this was 12% faster than allocating new arrays every time.

Popular methods of FarmHashFingerprint64

  • fingerprint
  • hashLength0to16
  • hashLength16
  • hashLength17to32
  • hashLength33To64
  • hashLength65Plus
  • shiftMix

Popular in Java

  • Updating database using SQL prepared statement
  • getSupportFragmentManager (FragmentActivity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • requestLocationUpdates (LocationManager)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • JComboBox (javax.swing)
  • Join (org.hibernate.mapping)
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now