Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for hashLength16 (0.04 seconds)

  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);
      }
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Aug 11 19:31:30 GMT 2025
    - 7.6K bytes
    - Click Count (0)
Back to Top