Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 47 for base_ (0.24 sec)

  1. src/cmd/compile/internal/ssa/rewrite386.go

    		v.Aux = symToAux(sym)
    		v.AddArg2(base, mem)
    		return true
    	}
    	// match: (ADDLconstmodify [valoff1] {sym1} (LEAL [off2] {sym2} base) mem)
    	// cond: valoff1.canAdd32(off2) && canMergeSym(sym1, sym2) && (base.Op != OpSB || !config.ctxt.Flag_shared)
    	// result: (ADDLconstmodify [valoff1.addOffset32(off2)] {mergeSym(sym1,sym2)} base mem)
    	for {
    		valoff1 := auxIntToValAndOff(v.AuxInt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    				}
    				break
    			}
    		}
    	}
    
    	if base.Ctxt.Flag_locationlists {
    		var debugInfo *ssa.FuncDebug
    		debugInfo = e.curfn.DebugInfo.(*ssa.FuncDebug)
    		if e.curfn.ABI == obj.ABIInternal && base.Flag.N != 0 {
    			ssa.BuildFuncDebugNoOptimized(base.Ctxt, f, base.Debug.LocationLists > 1, StackOffset, debugInfo)
    		} else {
    			ssa.BuildFuncDebug(base.Ctxt, f, base.Debug.LocationLists, StackOffset, debugInfo)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteS390X.go

    		v0.AddArg2(base, mem)
    		v.AddArg(v0)
    		return true
    	}
    	// match: (LocalAddr <t> {sym} base _)
    	// cond: !t.Elem().HasPointers()
    	// result: (MOVDaddr {sym} base)
    	for {
    		t := v.Type
    		sym := auxToSym(v.Aux)
    		base := v_0
    		if !(!t.Elem().HasPointers()) {
    			break
    		}
    		v.reset(OpS390XMOVDaddr)
    		v.Aux = symToAux(sym)
    		v.AddArg(base)
    		return true
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                            of multiple behaviors are currently unspecified. This can
                            change in the future based on feedback during the alpha stage.
                            \n Conformance-levels at this level are defined based on the
                            type of filter: \n - ALL core filters MUST be supported by
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	// Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
    	// +optional
    	FSType string
    	// Storage Policy Based Management (SPBM) profile name.
    	// +optional
    	StoragePolicyName string
    	// Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
    	// +optional
    	StoragePolicyID string
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. src/net/http/h2_bundle.go

    			base = 16
    			s = s[2:]
    			if len(s) < 1 {
    				err = strconv.ErrSyntax
    				goto Error
    			}
    		case s[0] == '0':
    			base = 8
    		default:
    			base = 10
    		}
    
    	default:
    		err = errors.New("invalid base " + strconv.Itoa(base))
    		goto Error
    	}
    
    	n = 0
    	cutoff = http2cutoff64(base)
    	maxVal = 1<<uint(bitSize) - 1
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

    message LoadBalancerIngress {
      // IP is set for load-balancer ingress points that are IP based
      // (typically GCE or OpenStack load-balancers)
      // +optional
      optional string ip = 1;
    
      // Hostname is set for load-balancer ingress points that are DNS based
      // (typically AWS load-balancers)
      // +optional
      optional string hostname = 2;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"searches":    "A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  9. ChangeLog.md

    - [`KT-64953`](https://youtrack.jetbrains.com/issue/KT-64953) ObjCExport: Analysis-Api: enum
    - [`KT-65348`](https://youtrack.jetbrains.com/issue/KT-65348) ObjCExport: Char as function return type
    - [`KT-65738`](https://youtrack.jetbrains.com/issue/KT-65738) ObjCExport: Analysis-Api: Generate base declarations
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  10. prow/config/calico.yaml

                      type: object
                    type: array
                  featureDetectOverride:
                    description: FeatureDetectOverride is used to override feature detection
                      based on auto-detected platform capabilities.  Values are specified
                      in a comma separated list with no spaces, example; "SNATFullyRandom=true,MASQFullyRandom=false,RestoreSupportsLock=".  "true"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
Back to top