Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hashLength16 (0.18 sec)

  1. android/guava/src/com/google/common/hash/FarmHashFingerprint64.java

        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,
            hashLength16(v[1], w[1], mul) + z,
            mul);
      }
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Apr 01 22:39:48 GMT 2022
    - 7.6K bytes
    - Viewed (0)
Back to top