Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 1e1000000 (0.08 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	PERF_SAMPLE_CGROUP                    = 0x200000
    	PERF_SAMPLE_DATA_PAGE_SIZE            = 0x400000
    	PERF_SAMPLE_CODE_PAGE_SIZE            = 0x800000
    	PERF_SAMPLE_WEIGHT_STRUCT             = 0x1000000
    	PERF_SAMPLE_MAX                       = 0x2000000
    	PERF_SAMPLE_BRANCH_USER_SHIFT         = 0x0
    	PERF_SAMPLE_BRANCH_KERNEL_SHIFT       = 0x1
    	PERF_SAMPLE_BRANCH_HV_SHIFT           = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    			expectedExpensive: []uint64{},
    			expectedTotal:     uint64(0),
    		},
    		{
    			name:              "one cost",
    			costs:             []uint64{1000000},
    			expectedExpensive: []uint64{1000000},
    			expectedTotal:     uint64(1000000),
    		},
    		{
    			name:              "one cost, ignored", // costs < 1% of the per-CRD cost limit are not considered expensive
    			costs:             []uint64{900000},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
Back to top