Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 6 of 6 for rehash (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. guava/src/com/google/common/cache/LocalCache.java

      }
    
      /**
       * Applies a supplemental hash function to a given hash code, which defends against poor quality
       * hash functions. This is critical when the concurrent hash map uses power-of-two length hash
       * tables, that otherwise encounter collisions for hash codes that do not differ in lower or upper
       * bits.
       *
       * @param h hash code
       */
      static int rehash(int h) {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 148.9K bytes
    - Click Count (0)
  2. android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

        private @Nullable K key;
        private final int hash;
        private final ReferenceEntry<K, V> next;
    
        public DummyEntry(K key, int hash, ReferenceEntry<K, V> next) {
          this.key = key;
          this.hash = hash;
          this.next = next;
        }
    
        public static <K, V> DummyEntry<K, V> create(
            K key, int hash, @Nullable ReferenceEntry<K, V> next) {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 18 18:06:14 GMT 2026
    - 114.9K bytes
    - Click Count (0)
  3. guava-tests/test/com/google/common/cache/LocalCacheTest.java

        private @Nullable K key;
        private final int hash;
        private final ReferenceEntry<K, V> next;
    
        public DummyEntry(K key, int hash, ReferenceEntry<K, V> next) {
          this.key = key;
          this.hash = hash;
          this.next = next;
        }
    
        public static <K, V> DummyEntry<K, V> create(
            K key, int hash, @Nullable ReferenceEntry<K, V> next) {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 18 18:06:14 GMT 2026
    - 116.4K bytes
    - Click Count (0)
  4. src/main/webapp/js/jquery-3.7.1.min.map

    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:07:52 GMT 2024
    - 131.6K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

                this.highlightInfo = highlightInfo;
                return this;
            }
    
            /**
             * Sets the similar document hash for similarity search.
             *
             * @param similarDocHash the hash of the document to find similar documents to
             * @return this builder for method chaining
             */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 138.6K bytes
    - Click Count (1)
  6. src/main/webapp/js/admin/bootstrap.min.js.map

    AAIA,EAAUQ,IAAW,IAEnFE,EAAc5E,SAAQ,SAAAhG,IAnD1B,SAA0BA,EAAMgL,GAC9B,IAAMC,EAAWjL,EAAK2K,SAASnZ,cAE/B,IAAgD,IAA5CwZ,EAAqBhP,QAAQiP,GAC/B,OAAoC,IAAhCpB,GAAS7N,QAAQiP,IACZ3a,QAAQwZ,GAAiBpY,KAAKsO,EAAKkL,YAAcnB,GAAiBrY,KAAKsO,EAAKkL,YASvF,IAHA,IAAMC,EAASH,EAAqBhM,QAAO,SAAAoM,GAAS,OAAIA,aAAqB3Z,UAGpE8F,EAAI,EAAGC,EAAM2T,EAAO1T,OAAQF,EAAIC,EAAKD,IAC5C,GAAI4T,EAAO5T,GAAG7F,KAAKuZ,GACjB,OAAO,EAIX,OAAO,GAgCEI,CAAiBrL,EAAM8K,IAC1BL,EAAG3D,gBAAgB9G,EAAK2K,cAhBrBpT,EAAI,EAAGC,EAAM4R,EAAS3R,OAAQF,EAAIC,EAAK...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 180.9K bytes
    - Click Count (0)
Back to Top