Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for buildC (0.08 sec)

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

    	s.curfn.LSym.Func().OpenCodedDeferInfo = x
    
    	off := 0
    	off = objw.Uvarint(x, off, uint64(-s.deferBitsTemp.FrameOffset()))
    	off = objw.Uvarint(x, off, uint64(-firstOffset))
    }
    
    // buildssa builds an SSA function for fn.
    // worker indicates which of the backend workers is doing the processing.
    func buildssa(fn *ir.Func, worker int, isPgoHot bool) *ssa.Func {
    	name := ir.FuncName(fn)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	// allocated and the endpoints are published as a set of endpoints rather
    	// than a virtual IP.
    	// "NodePort" builds on ClusterIP and allocates a port on every node which
    	// routes to the same endpoints as the clusterIP.
    	// "LoadBalancer" builds on NodePort and creates an external load-balancer
    	// (if supported in the current cloud) which routes to the same endpoints
    	// as the clusterIP.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    // synctestGroupInterface is the methods of synctestGroup used by Server and Transport.
    // It's defined as an interface here to let us keep synctestGroup entirely test-only
    // and not a part of non-test builds.
    type http2synctestGroupInterface interface {
    	Join()
    	Now() time.Time
    	NewTimer(d time.Duration) http2timer
    	AfterFunc(d time.Duration, f func()) http2timer
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top