Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 59 for cbr0 (0.19 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	LEAL 3395469782(AX)(R10*1), AX // 428d8410d6c162ca
    	// Make sure MOV CR/DR continues to work after changing its movtabs.
    	MOVQ CR0, AX // 0f20c0
    	MOVQ CR0, DX // 0f20c2
    	MOVQ CR4, DI // 0f20e7
    	MOVQ AX, CR0 // 0f22c0
    	MOVQ DX, CR0 // 0f22c2
    	MOVQ DI, CR4 // 0f22e7
    	MOVQ DR0, AX // 0f21c0
    	MOVQ DR6, DX // 0f21f2
    	MOVQ DR7, SI // 0f21fe
    	// Test other movtab entries.
    	PUSHQ GS // 0fa8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 57.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	CLOCAL                        = 0x800
    	CLOCK_MONOTONIC               = 0xa
    	CLOCK_PROCESS_CPUTIME_ID      = 0xb
    	CLOCK_REALTIME                = 0x9
    	CLOCK_THREAD_CPUTIME_ID       = 0xc
    	CR0                           = 0x0
    	CR1                           = 0x100
    	CR2                           = 0x200
    	CR3                           = 0x300
    	CRDLY                         = 0x300
    	CREAD                         = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode.go

    	xReadCp     // read cp
    	xReadCm     // read cm
    
    	xArg1            // arg 1
    	xArg3            // arg 3
    	xArgAL           // arg AL
    	xArgAX           // arg AX
    	xArgCL           // arg CL
    	xArgCR0dashCR7   // arg CR0-CR7
    	xArgCS           // arg CS
    	xArgDR0dashDR7   // arg DR0-DR7
    	xArgDS           // arg DS
    	xArgDX           // arg DX
    	xArgEAX          // arg EAX
    	xArgEDX          // arg EDX
    	xArgES           // arg ES
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 45.1K bytes
    - Viewed (0)
  4. src/runtime/proc_test.go

    	})
    }
    
    type Matrix [][]float64
    
    func BenchmarkMatmult(b *testing.B) {
    	b.StopTimer()
    	// matmult is O(N**3) but testing expects O(b.N),
    	// so we need to take cube root of b.N
    	n := int(math.Cbrt(float64(b.N))) + 1
    	A := makeMatrix(n)
    	B := makeMatrix(n)
    	C := makeMatrix(n)
    	b.StartTimer()
    	matmult(nil, A, B, C, 0, n, 0, n, 0, n, 8)
    }
    
    func makeMatrix(n int) Matrix {
    	m := make(Matrix, n)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 25.8K bytes
    - Viewed (0)
  5. src/image/png/reader_test.go

    			0000010: 0000 0001 0000 0001 0803 0000 0028 cb34  .............(.4
    			0000020: bb00 0000 0350 4c54 45ff 0000 19e2 0937  .....PLTE......7
    			0000030: 0000 0001 7452 4e53 7f80 5cb4 cb00 0000  ....tRNS..\.....
    			0000040: 0e49 4441 5478 9c62 6200 0400 00ff ff00  .IDATx.bb.......
    			0000050: 0600 03fa d059 ae00 0000 0049 454e 44ae  .....Y.....IEND.
    			0000060: 4260 82                                  B`.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 24 12:12:12 UTC 2022
    - 28.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	CLOCAL                        = 0x800
    	CLOCK_MONOTONIC               = 0xa
    	CLOCK_PROCESS_CPUTIME_ID      = 0xb
    	CLOCK_REALTIME                = 0x9
    	CLOCK_THREAD_CPUTIME_ID       = 0xc
    	CR0                           = 0x0
    	CR1                           = 0x100
    	CR2                           = 0x200
    	CR3                           = 0x300
    	CRDLY                         = 0x300
    	CREAD                         = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	CLOCK_PROCESS_CPUTIME_ID      = 0x5
    	CLOCK_PROF                    = 0x2
    	CLOCK_REALTIME                = 0x3
    	CLOCK_THREAD_CPUTIME_ID       = 0x2
    	CLOCK_VIRTUAL                 = 0x1
    	CR0                           = 0x0
    	CR1                           = 0x200
    	CR2                           = 0x400
    	CR3                           = 0x600
    	CRDLY                         = 0x600
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	CLOCK_UPTIME_RAW                        = 0x8
    	CLOCK_UPTIME_RAW_APPROX                 = 0x9
    	CLONE_NOFOLLOW                          = 0x1
    	CLONE_NOOWNERCOPY                       = 0x2
    	CR0                                     = 0x0
    	CR1                                     = 0x1000
    	CR2                                     = 0x2000
    	CR3                                     = 0x3000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	CLOCK_UPTIME_RAW                        = 0x8
    	CLOCK_UPTIME_RAW_APPROX                 = 0x9
    	CLONE_NOFOLLOW                          = 0x1
    	CLONE_NOOWNERCOPY                       = 0x2
    	CR0                                     = 0x0
    	CR1                                     = 0x1000
    	CR2                                     = 0x2000
    	CR3                                     = 0x3000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet_pods_test.go

    	}
    }
    
    func Test_generateAPIPodStatusForInPlaceVPAEnabled(t *testing.T) {
    	featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.InPlacePodVerticalScaling, true)
    	testContainerName := "ctr0"
    	testContainerID := kubecontainer.ContainerID{Type: "test", ID: testContainerName}
    
    	CPU1AndMem1G := v1.ResourceList{v1.ResourceCPU: resource.MustParse("1"), v1.ResourceMemory: resource.MustParse("1Gi")}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
Back to top