Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 71 for highest (1.5 sec)

  1. src/cmd/go/internal/modload/buildlist.go

    //     to contain every module that provides any package imported (or merely
    //     required) by any other module.
    //  2. Each root appears only once, at the selected version of its path
    //     (if rs.graph is non-nil) or at the highest version otherwise present as a
    //     root (otherwise).
    //  3. Every module path that appears as a root in rs remains a root.
    //  4. Every version in add is selected at its given version unless upgraded by
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  2. src/runtime/mprof.go

    	// This should be at least as large as the largest skip value
    	// used for profiling; otherwise stacks may be truncated inconsistently
    	maxSkip = 5
    
    	// maxProfStackDepth is the highest valid value for debug.profstackdepth.
    	// It's used for the bucket.stk func.
    	// TODO(fg): can we get rid of this?
    	maxProfStackDepth = 1024
    )
    
    type bucketType int
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      // cost function, nor can we look at global information while deciding on
      // individual edges to contract.  Instead, we will make decisions on these
      // important edges then make decisions on all other edges, causing the highest
      // chance of all most important edges to be contracted.
      //
      // An example of where this might occur is with a digraph:
      // {A -> B, B -> C, A -> X, X -> C} where B is a Size operation and X is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    }
    
    func (v *specStandardValidatorV3) withForbidOldSelfValidations(path *field.Path) specStandardValidator {
    	if v.uncorrelatableOldSelfValidationPath != nil {
    		// oldSelf validations are already forbidden. preserve the highest-level path
    		// causing oldSelf validations to be forbidden
    		return v
    	}
    	clone := *v
    	clone.uncorrelatableOldSelfValidationPath = path
    	return &clone
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/execution/plan/DefaultExecutionPlanParallelTest.groovy

            assertTaskReady(finalizerDep)
            assertTasksReadyAndNoMoreToStart(finalizerB, finalizerA)
            assertAllWorkComplete()
        }
    
        def "assigns finalizer and its dependents to highest ordinal group of the finalized tasks"() {
            given:
            Task finalizerDep = task("finalizerDep", type: Async)
            Task finalizer = task("finalizer", type: Async, dependsOn: [finalizerDep])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 93.5K bytes
    - Viewed (0)
  6. src/cmd/go/internal/modload/init.go

    	modFiles map[module.Version]*modfile.File
    
    	modContainingCWD module.Version
    
    	workFile *modfile.WorkFile
    
    	workFileReplaceMap map[module.Version]module.Version
    	// highest replaced version of each module path; empty string for wildcard-only replacements
    	highestReplaced map[string]string
    
    	indexMu sync.Mutex
    	indices map[module.Version]*modFileIndex
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  7. src/runtime/mheap.go

    type heapArena struct {
    	_ sys.NotInHeap
    
    	// spans maps from virtual address page ID within this arena to *mspan.
    	// For allocated spans, their pages map to the span itself.
    	// For free spans, only the lowest and highest pages map to the span itself.
    	// Internal pages map to an arbitrary span.
    	// For pages that have never been allocated, spans entries are nil.
    	//
    	// Modifications are protected by mheap.lock. Reads can be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/regalloc.go

    	d.avoid |= regMask(1) << r
    	for i := range d.entries {
    		e := &d.entries[i]
    		if e.ID != vid {
    			continue
    		}
    		if e.regs[0] == r {
    			// Already known and highest priority
    			return
    		}
    		for j := 1; j < len(e.regs); j++ {
    			if e.regs[j] == r {
    				// Move from lower priority to top priority
    				copy(e.regs[1:], e.regs[:j])
    				e.regs[0] = r
    				return
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    // However, for zero-extended values, we can cheat a bit, and calculate
    // BSR(x<<1 + 1), which is guaranteed to be non-zero, and which conveniently
    // places the index of the highest set bit where we want it.
    // For GOAMD64>=3, BitLen can be calculated by OperandSize - LZCNT(x).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  10. index.yaml

    apiVersion: v1
    entries:
      minio:
      - apiVersion: v1
        appVersion: RELEASE.2024-04-18T19-09-19Z
        created: "2024-04-28T03:14:12.227568814-07:00"
        description: High Performance Object Storage
        digest: 8ef4212d7d51be6c8192b3e91138a9ca918ca56142c42500028cfd3b80e0b2dd
        home: https://min.io
        icon: https://min.io/resources/img/logo/MINIO_wordmark.png
        keywords:
        - minio
        - storage
        - object-storage
        - s3
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Apr 28 10:14:37 UTC 2024
    - 53.9K bytes
    - Viewed (0)
Back to top