Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for utcoff (0.17 sec)

  1. src/cmd/link/internal/ld/xcoff.go

    	"sync"
    
    	"cmd/internal/objabi"
    	"cmd/link/internal/loader"
    	"cmd/link/internal/sym"
    )
    
    // This file handles all algorithms related to XCOFF files generation.
    // Most of them are adaptations of the ones in  cmd/link/internal/pe.go
    // as PE and XCOFF are based on COFF files.
    // XCOFF files generated are 64 bits.
    
    const (
    	// Total amount of space to reserve at the start of the file
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  2. src/runtime/mgc.go

    		setGCPhase(_GCoff)
    		stwSwept = gcSweep(work.mode)
    	})
    
    	mp.traceback = 0
    	casgstatus(curgp, _Gwaiting, _Grunning)
    
    	trace := traceAcquire()
    	if trace.ok() {
    		trace.GCDone()
    		traceRelease(trace)
    	}
    
    	// all done
    	mp.preemptoff = ""
    
    	if gcphase != _GCoff {
    		throw("gc done but gcphase != _GCoff")
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  3. src/go/printer/nodes.go

    //     is 5 (use spaces to distinguish precedence) in Normal mode
    //     and 4 (never use spaces) in Compact mode.
    //
    //  3. If there are no level 4 operators or no level 5 operators, then the
    //     cutoff is 6 (always use spaces) in Normal mode
    //     and 4 (never use spaces) in Compact mode.
    func (p *printer) binaryExpr(x *ast.BinaryExpr, prec1, cutoff, depth int) {
    	prec := x.Op.Precedence()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  4. pkg/controller/podautoscaler/horizontal.go

    	maxRecommendation := prenormalizedDesiredReplicas
    	foundOldSample := false
    	oldSampleIndex := 0
    	cutoff := time.Now().Add(-a.downscaleStabilisationWindow)
    
    	a.recommendationsLock.Lock()
    	defer a.recommendationsLock.Unlock()
    	for i, rec := range a.recommendations[key] {
    		if rec.timestamp.Before(cutoff) {
    			foundOldSample = true
    			oldSampleIndex = i
    		} else if rec.recommendation > maxRecommendation {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	TCGETA                        = 0x5405
    	TCGETS                        = 0x5401
    	TCIFLUSH                      = 0x0
    	TCIOFF                        = 0x2
    	TCIOFLUSH                     = 0x2
    	TCION                         = 0x3
    	TCOFLUSH                      = 0x1
    	TCOOFF                        = 0x0
    	TCOON                         = 0x1
    	TCP_24DAYS_WORTH_OF_SLOWTICKS = 0x3f4800
    	TCP_ACLADD                    = 0x23
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  6. pkg/registry/core/pod/strategy_test.go

    					api.DeprecatedAppArmorAnnotationKeyPrefix + "unconf-annot": api.DeprecatedAppArmorAnnotationValueUnconfined,
    				},
    			},
    			Spec: api.PodSpec{
    				SecurityContext: &api.PodSecurityContext{
    					AppArmorProfile: &api.AppArmorProfile{
    						Type: api.AppArmorProfileTypeRuntimeDefault,
    					},
    				},
    				Containers: []api.Container{{
    					Name: "unconf-annot",
    				}, {
    					Name: "unconf-field",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	TCGETA                        = 0x5405
    	TCGETS                        = 0x5401
    	TCIFLUSH                      = 0x0
    	TCIOFF                        = 0x2
    	TCIOFLUSH                     = 0x2
    	TCION                         = 0x3
    	TCOFLUSH                      = 0x1
    	TCOOFF                        = 0x0
    	TCOON                         = 0x1
    	TCP_24DAYS_WORTH_OF_SLOWTICKS = 0x3f4800
    	TCP_ACLADD                    = 0x23
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	TCGETA                        = 0x5401
    	TCGETS                        = 0x540d
    	TCIFLUSH                      = 0x0
    	TCIOFF                        = 0x2
    	TCIOFLUSH                     = 0x2
    	TCION                         = 0x3
    	TCOFLUSH                      = 0x1
    	TCOOFF                        = 0x0
    	TCOON                         = 0x1
    	TCP_ABORT_THRESHOLD           = 0x11
    	TCP_ANONPRIVBIND              = 0x20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go

    	S_IXOTH                           = 0x1
    	S_IXUSR                           = 0x40
    	TCIFLUSH                          = 0x1
    	TCIOFF                            = 0x3
    	TCIOFLUSH                         = 0x3
    	TCION                             = 0x4
    	TCOFLUSH                          = 0x2
    	TCOOFF                            = 0x1
    	TCOON                             = 0x2
    	TCPOPT_EOL                        = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go

    	S_IXOTH                           = 0x1
    	S_IXUSR                           = 0x40
    	TCIFLUSH                          = 0x1
    	TCIOFF                            = 0x3
    	TCIOFLUSH                         = 0x3
    	TCION                             = 0x4
    	TCOFLUSH                          = 0x2
    	TCOOFF                            = 0x1
    	TCOON                             = 0x2
    	TCPOPT_EOL                        = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
Back to top