Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 30 for spreading (0.28 sec)

  1. src/cmd/internal/obj/x86/asm6.go

    				goto bad
    			}
    			if ctxt.Arch.Family == sys.I386 && ctxt.Flag_shared {
    				// The base register has already been set. It holds the PC
    				// of this instruction returned by a PC-reading thunk.
    				// See obj6.go:rewriteToPcrel.
    			} else {
    				base = REG_NONE
    			}
    			v = int32(vaddr(ctxt, p, a, &rel))
    
    		case obj.NAME_AUTO,
    			obj.NAME_PARAM:
    			base = REG_SP
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/data.go

    	ctxt.Textp = append(ctxt.Textp, 0)
    	copy(ctxt.Textp[1:], ctxt.Textp)
    	ctxt.Textp[0] = s.Sym()
    }
    
    func (ctxt *Link) buildinfo() {
    	// Write the buildinfo symbol, which go version looks for.
    	// The code reading this data is in package debug/buildinfo.
    	ldr := ctxt.loader
    	s := ldr.CreateSymForUpdate("go:buildinfo", 0)
    	s.SetType(sym.SBUILDINFO)
    	s.SetAlign(16)
    	// The \xff is invalid UTF-8, meant to make it less likely
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.5.md

    * On GCI, cleanup kubelet startup ([#35319](https://github.com/kubernetes/kubernetes/pull/35319), [@vishh](https://github.com/vishh))
    * Add a retry when reading a file content from a container ([#35560](https://github.com/kubernetes/kubernetes/pull/35560), [@jingxu97](https://github.com/jingxu97))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  4. src/cmd/go/internal/load/pkg.go

    			p.Target = targetPrefix + ".a"
    			shlibnamefile := targetPrefix + ".shlibname"
    			shlib, err := os.ReadFile(shlibnamefile)
    			if err != nil && !os.IsNotExist(err) {
    				base.Fatalf("reading shlibname: %v", err)
    			}
    			if err == nil {
    				libname := strings.TrimSpace(string(shlib))
    				if cfg.BuildContext.Compiler == "gccgo" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                "type": "string"
              },
              "rule": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  6. cmd/site-replication.go

    			c.Lock()
    			defer c.Unlock()
    			c.state = srState{}
    			c.enabled = false
    		}
    		return err
    	}
    
    	// attempt to read just the version key in the state file to ensure we
    	// are reading a compatible version.
    	var ver struct {
    		Version int `json:"version"`
    	}
    	err = json.Unmarshal(buf, &ver)
    	if err != nil {
    		return err
    	}
    	if ver.Version != srStateFormatVersion1 {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  7. maven-model-builder/src/test/resources/dag.txt

    quarkus/extensions/container-image/container-image-openshift/runtime/pom.xml
    	quarkus/extensions/kubernetes-client/runtime-internal/pom.xml
    	quarkus/extensions/container-image/runtime/pom.xml
    quarkus/integration-tests/grpc-streaming/pom.xml
    	quarkus/extensions/resteasy-reactive/quarkus-resteasy-reactive-jackson/runtime/pom.xml
    	quarkus/extensions/grpc/runtime/pom.xml
    	quarkus/extensions/micrometer-registry-prometheus/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  8. src/runtime/proc.go

    	if detailed {
    		print(" gcwaiting=", sched.gcwaiting.Load(), " nmidlelocked=", sched.nmidlelocked, " stopwait=", sched.stopwait, " sysmonwait=", sched.sysmonwait.Load(), "\n")
    	}
    	// We must be careful while reading data from P's, M's and G's.
    	// Even if we hold schedlock, most data can be changed concurrently.
    	// E.g. (p->m ? p->m->id : -1) can crash if p->m changes from non-nil to nil.
    	for i, pp := range allp {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  9. doc/go1.17_spec.html

    <code>-</code>, <code>*</code>, and <code>&lt;&lt;</code> are
    computed modulo 2<sup><i>n</i></sup>, where <i>n</i> is the bit width of
    the <a href="#Numeric_types">unsigned integer</a>'s type.
    Loosely speaking, these unsigned integer operations
    discard high bits upon overflow, and programs may rely on "wrap around".
    </p>
    <p>
    For signed integers, the operations <code>+</code>,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    ["*"] # TODO: should be on just */status but wildcard is not supported verbs: ["update", "patch"] - apiGroups: ["gateway.networking.k8s.io"] resources: ["gatewayclasses"] verbs: ["create", "update", "patch", "delete"] # Needed for multicluster secret reading, possibly ingress certs in the future - apiGroups: [""] resources: ["secrets"] verbs: ["get", "watch", "list"] # Used for MCS serviceexport management - apiGroups: ["{{ $mcsAPIGroup }}"] resources: ["serviceexports"] verbs: [ "get", "watch", "list",...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top