Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 48 for ballast (0.28 sec)

  1. src/cmd/internal/obj/riscv/cpu.go

    	AFNEGD
    	AFNEGS
    	AFNED
    	AFNES
    	AMOV
    	AMOVB
    	AMOVBU
    	AMOVF
    	AMOVD
    	AMOVH
    	AMOVHU
    	AMOVW
    	AMOVWU
    	ANEG
    	ANEGW
    	ANOT
    	ASEQZ
    	ASNEZ
    
    	// End marker
    	ALAST
    )
    
    // opSuffix encoding to uint8 which fit into p.Scond
    var rmSuffixSet = map[string]uint8{
    	"RNE": RM_RNE,
    	"RTZ": RM_RTZ,
    	"RDN": RM_RDN,
    	"RUP": RM_RUP,
    	"RMM": RM_RMM,
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  2. pkg/registry/core/service/ipallocator/controller/repair.go

    			}
    		}
    	}
    
    	// leak check
    	for family, leaks := range c.leaksByFamily {
    		c.checkLeaked(leaks, storedByFamily[family], rebuiltByFamily[family])
    	}
    
    	// save logic
    	// Blast the rebuilt state into storage.
    	for family, rebuilt := range rebuiltByFamily {
    		err = c.saveSnapShot(rebuilt, c.allocatorByFamily[family], snapshotByFamily[family])
    		if err != nil {
    			return err
    		}
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 30 15:46:06 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/internal/connection/RealCall.kt

     * layer primitives: connections, requests, responses, and streams.
     *
     * This class supports [asynchronous canceling][cancel]. This is intended to have the smallest
     * blast radius possible. If an HTTP/2 stream is active, canceling will cancel that stream but not
     * the other streams sharing its connection. But if the TLS handshake is still in progress then
     * canceling may break the entire connection.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/ppc64/a.out.go

    	AXVCVUXDSP
    	AXVCVUXWSP
    	AXSMAXJDP
    	AXSMINJDP
    	ALASTAOUT // The last instruction in this list. Also the first opcode generated by ppc64map.
    
    	// aliases
    	ABR   = obj.AJMP
    	ABL   = obj.ACALL
    	ALAST = ALASTGEN // The final enumerated instruction value + 1. This is used to size the oprange table.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 16K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

            "signal-exit": "^4.0.1"
          },
          "engines": {
            "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
          }
        },
        "node_modules/yallist": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
          "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
          "dev": true
        },
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  6. guava/src/com/google/common/util/concurrent/Striped.java

       * stripes, the intended concurrency level, and the typical number of keys used in a {@code
       * bulkGet(keys)} operation. See <a href="http://www.mathpages.com/home/kmath199.htm">Balls in
       * Bins model</a> for mathematical formulas that can be used to estimate the probability of
       * collisions.
       *
       * @param keys arbitrary non-null keys
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 10 20:55:18 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/arm64/a.out.go

    	AVUMAX
    	AVUMIN
    	AVUSHLL
    	AVUSHLL2
    	AVUSHR
    	AVUSRA
    	AVUXTL
    	AVUXTL2
    	AVUZP1
    	AVUZP2
    	AVXAR
    	AVZIP1
    	AVZIP2
    	AWFE
    	AWFI
    	AWORD
    	AYIELD
    	ALAST
    	AB  = obj.AJMP
    	ABL = obj.ACALL
    )
    
    const (
    	// shift types
    	SHIFT_LL  = 0 << 22
    	SHIFT_LR  = 1 << 22
    	SHIFT_AR  = 2 << 22
    	SHIFT_ROR = 3 << 22
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 17:56:30 UTC 2023
    - 18.1K bytes
    - Viewed (0)
  8. docs/fr/docs/index.md

    * <abbr title="aussi connu sous le nom de : serialization, parsing, marshalling">Une conversion</abbr> des données d'entrée : venant du réseau et allant vers les données et types de Python, permettant de lire :
        * le <abbr title="JavaScript Object Notation">JSON</abbr>.
        * <abbr title="en anglais : path parameters">les paramètres du chemin</abbr>.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 22K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/util/concurrent/Striped.java

       * stripes, the intended concurrency level, and the typical number of keys used in a {@code
       * bulkGet(keys)} operation. See <a href="http://www.mathpages.com/home/kmath199.htm">Balls in
       * Bins model</a> for mathematical formulas that can be used to estimate the probability of
       * collisions.
       *
       * @param keys arbitrary non-null keys
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 10 20:55:18 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  10. src/runtime/hash_test.go

    			}
    			var a [16]byte
    			m := make(map[uint16]struct{}, 1<<16)
    			for n := 0; n < 1<<16; n++ {
    				a[i] = byte(n)
    				a[j] = byte(n >> 8)
    				m[uint16(BytesHash(a[:], 0))] = struct{}{}
    			}
    			// N balls in N bins, for N=65536
    			avg := 41427
    			stdDev := 123
    			if len(m) < avg-40*stdDev || len(m) > avg+40*stdDev {
    				t.Errorf("bad number of collisions i=%d j=%d outputs=%d out of 65536\n", i, j, len(m))
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 06 17:50:18 UTC 2024
    - 18.4K bytes
    - Viewed (0)
Back to top