Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,827 for oldB (0.19 sec)

  1. src/runtime/map_fast64.go

    		if c := h.oldbuckets; c != nil {
    			if !h.sameSizeGrow() {
    				// There used to be half as many buckets; mask down one more power of two.
    				m >>= 1
    			}
    			oldb := (*bmap)(add(c, (hash&m)*uintptr(t.BucketSize)))
    			if !evacuated(oldb) {
    				b = oldb
    			}
    		}
    	}
    	for ; b != nil; b = b.overflow(t) {
    		for i, k := uintptr(0), b.keys(); i < abi.MapBucketCount; i, k = i+1, add(k, 8) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. src/runtime/map_fast32.go

    		if c := h.oldbuckets; c != nil {
    			if !h.sameSizeGrow() {
    				// There used to be half as many buckets; mask down one more power of two.
    				m >>= 1
    			}
    			oldb := (*bmap)(add(c, (hash&m)*uintptr(t.BucketSize)))
    			if !evacuated(oldb) {
    				b = oldb
    			}
    		}
    	}
    	for ; b != nil; b = b.overflow(t) {
    		for i, k := uintptr(0), b.keys(); i < abi.MapBucketCount; i, k = i+1, add(k, 4) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/cel/common/equality_test.go

    				"b",
    			},
    			RootOldObject: []interface{}{
    				"a",
    				"oldB",
    			},
    			Schema: mustSchema(`
                    items:
                        type: string
                `),
    			KeyPath:  []interface{}{},
    			NewValue: []interface{}{"a", "b"},
    			OldValue: []interface{}{"a", "oldB"},
    		},
    		{
    			Name: "Changed Key In Old Object",
    			RootObject: map[string]interface{}{
    				"a": "b",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 13 21:36:46 UTC 2023
    - 21.1K bytes
    - Viewed (0)
  4. src/runtime/map_faststr.go

    	if c := h.oldbuckets; c != nil {
    		if !h.sameSizeGrow() {
    			// There used to be half as many buckets; mask down one more power of two.
    			m >>= 1
    		}
    		oldb := (*bmap)(add(c, (hash&m)*uintptr(t.BucketSize)))
    		if !evacuated(oldb) {
    			b = oldb
    		}
    	}
    	top := tophash(hash)
    	for ; b != nil; b = b.overflow(t) {
    		for i, kptr := uintptr(0), b.keys(); i < abi.MapBucketCount; i, kptr = i+1, add(kptr, 2*goarch.PtrSize) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  5. src/runtime/map.go

    		return dst
    	}
    
    	oldB := src.B
    	srcOldbuckets := src.oldbuckets
    	if !src.sameSizeGrow() {
    		oldB--
    	}
    	oldSrcArraySize := int(bucketShift(oldB))
    
    	for i := 0; i < oldSrcArraySize; i++ {
    		srcBmap := (*bmap)(add(srcOldbuckets, uintptr(i*int(t.BucketSize))))
    		if evacuated(srcBmap) {
    			continue
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  6. src/runtime/runtime-gdb.py

    			bp = buckets + bucket
    			if oldbuckets:
    				oldbucket = bucket & (2 ** (B - 1) - 1)
    				oldbp = oldbuckets + oldbucket
    				oldb = oldbp.dereference()
    				if (oldb['overflow'].cast(inttype) & 1) == 0:  # old bucket not evacuated yet
    					if bucket >= 2 ** (B - 1):
    						continue    # already did old bucket
    					bp = oldbp
    			while bp:
    				b = bp.dereference()
    				for i in xrange(MapBucketCount):
    					if b['tophash'][i] != 0:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 10 12:59:20 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/vcstest/git/modlegacy1-old.txt

    git branch -m master
    
    git log --oneline --decorate=short
    cmp stdout .git-log
    
    -- .git-log --
    6b4ba8b (HEAD -> master) initial commit
    -- p1/p1.go --
    package p1
    
    import _ "vcs-test.golang.org/git/modlegacy1-old.git/p2"
    import _ "vcs-test.golang.org/git/modlegacy1-new.git/p1"
    import _ "vcs-test.golang.org/git/modlegacy1-new.git"
    -- p2/p2.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 15:36:24 UTC 2022
    - 602 bytes
    - Viewed (0)
  8. testing/smoke-test/src/smokeTest/resources/org/gradle/play/integtest/fixtures/external/basicplayapp/conf/routes.old

    Louis Jacomet <******@****.***> 1711728981 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 310 bytes
    - Viewed (0)
  9. cluster/addons/fluentd-gcp/fluentd-gcp-configmap-old.yaml

    # This ConfigMap is used to ingest logs against old resources like
    # "gke_container" and "gce_instance" when $LOGGING_STACKDRIVER_RESOURCE_TYPES is
    # set to "old".
    # When $LOGGING_STACKDRIVER_RESOURCE_TYPES is set to "new", the ConfigMap in
    # fluentd-gcp-configmap.yaml will be used for ingesting logs against new
    # resources like "k8s_container" and "k8s_node".
    kind: ConfigMap
    apiVersion: v1
    data:
      containers.input.conf: |-
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 26 07:09:07 UTC 2018
    - 16.3K bytes
    - Viewed (0)
  10. testing/smoke-test/src/smokeTest/resources/org/gradle/play/integtest/fixtures/external/basicplayapp/app/controllers/Application.scala.old

    Louis Jacomet <******@****.***> 1711728981 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 876 bytes
    - Viewed (0)
Back to top