Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MURMUR3_32 (0.18 sec)

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

       *     #murmur3_32_fixed()} instead.
       */
      @Deprecated
      @SuppressWarnings("IdentifierName") // the best we could do for adjacent digit blocks
      public static HashFunction murmur3_32() {
        return Murmur3_32HashFunction.MURMUR3_32;
      }
    
      /**
       * Returns a hash function implementing the <a
       * href="https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp">32-bit murmur3
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Jul 17 15:26:41 UTC 2025
    - 29.8K bytes
    - Viewed (0)
  2. guava/src/com/google/common/hash/Hashing.java

       *     #murmur3_32_fixed()} instead.
       */
      @Deprecated
      @SuppressWarnings("IdentifierName") // the best we could do for adjacent digit blocks
      public static HashFunction murmur3_32() {
        return Murmur3_32HashFunction.MURMUR3_32;
      }
    
      /**
       * Returns a hash function implementing the <a
       * href="https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp">32-bit murmur3
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 22:06:57 UTC 2025
    - 31.1K bytes
    - Viewed (0)
Back to top