Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for revs (0.06 sec)

  1. pkg/apis/core/validation/validation_test.go

    }
    
    func getResourceLimits(cpu, memory string) core.ResourceList {
    	res := core.ResourceList{}
    	res[core.ResourceCPU] = resource.MustParse(cpu)
    	res[core.ResourceMemory] = resource.MustParse(memory)
    	return res
    }
    
    func getResources(cpu, memory, storage string) core.ResourceList {
    	res := core.ResourceList{}
    	if cpu != "" {
    		res[core.ResourceCPU] = resource.MustParse(cpu)
    	}
    	if memory != "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteARM64.go

    	v_0 := v.Args[0]
    	// match: (REV (REV p))
    	// result: p
    	for {
    		if v_0.Op != OpARM64REV {
    			break
    		}
    		p := v_0.Args[0]
    		v.copyOf(p)
    		return true
    	}
    	return false
    }
    func rewriteValueARM64_OpARM64REVW(v *Value) bool {
    	v_0 := v.Args[0]
    	// match: (REVW (REVW p))
    	// result: p
    	for {
    		if v_0.Op != OpARM64REVW {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  3. src/testdata/Isaac.Newton-Opticks.txt

    in quantity than the blue, and much inclined to red.
    
    The sixth red was at first of a very fair and lively scarlet, and soon
    after of a brighter Colour, being very pure and brisk, and the best of
    all the reds. Then after a lively orange follow'd an intense bright and
    copious yellow, which was also the best of all the yellows, and this
    changed first to a greenish yellow, and then to a greenish blue; but the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top