Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of about 10,000 for aS (0.21 sec)

  1. src/cmd/internal/obj/ppc64/asm9.go

    	{as: AMOVFL, a1: C_FREG, a6: C_FPSCR, type_: 64, size: 4},
    	{as: AMOVFL, a1: C_32CON, a6: C_FPSCR, type_: 65, size: 4},
    	{as: AMOVFL, a1: C_REG, a6: C_CREG, type_: 69, size: 4},
    	{as: AMOVFL, a1: C_REG, a6: C_32CON, type_: 69, size: 4},
    
    	{as: ASYSCALL, type_: 5, size: 4},
    	{as: ASYSCALL, a1: C_REG, type_: 77, size: 12},
    	{as: ASYSCALL, a1: C_U15CON, type_: 77, size: 12},
    	{as: ABEQ, a6: C_BRA, type_: 16, size: 4},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  2. platforms/core-runtime/serialization/src/test/groovy/org/gradle/internal/serialize/AbstractCodecTest.groovy

                encoder.writeByte(-1 as byte)
                encoder.writeBytes([1, 2, 3, 4] as byte[])
                encoder.writeBytes([0xc1, 0xc2, 0xc3, 0xc4, 0xc5, 0xc6, 0xc7] as byte[], 2, 1)
            }
            decode(bytes) { Decoder decoder ->
                def buffer = new byte[2]
                decoder.readBytes(buffer)
                assert buffer == [Byte.MIN_VALUE, Byte.MAX_VALUE] as byte[]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 16:06:56 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  3. docs/en/docs/img/deployment/https/https04.drawio

                        <mxGeometry relative="1" as="geometry">
                            <mxPoint x="105" y="-280" as="sourcePoint"/>
                            <mxPoint x="390" y="-260" as="targetPoint"/>
                            <Array as="points">
                                <mxPoint x="390" y="-430"/>
                            </Array>
                        </mxGeometry>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 14K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/x86/avx_optabs.go

    }
    
    var avxOptab = [...]Optab{
    	{as: AANDNL, ytab: _yandnl, prefix: Pavx, op: opBytes{
    		avxEscape | vex128 | vex0F38 | vexW0, 0xF2,
    	}},
    	{as: AANDNQ, ytab: _yandnl, prefix: Pavx, op: opBytes{
    		avxEscape | vex128 | vex0F38 | vexW1, 0xF2,
    	}},
    	{as: ABEXTRL, ytab: _ybextrl, prefix: Pavx, op: opBytes{
    		avxEscape | vex128 | vex0F38 | vexW0, 0xF7,
    	}},
    	{as: ABEXTRQ, ytab: _ybextrl, prefix: Pavx, op: opBytes{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 23 15:34:19 UTC 2018
    - 260.3K bytes
    - Viewed (0)
  5. src/go/doc/testdata/e.go

    // U2.M should appear as method of U2 and as method of U3 only if AllMethods is set.
    func (*U2) M() {}
    
    type U3 struct {
    	*U2
    }
    
    // U3.N should appear as method of U3 and as method of U2 only if AllMethods is set.
    func (*U3) N() {}
    
    type U4 struct {
    	*u5
    }
    
    // U4.M should appear as method of U4.
    func (*U4) M() {}
    
    type u5 struct {
    	*U4
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 2.8K bytes
    - Viewed (0)
  6. pkg/controller/certificates/signer/signer_test.go

    			approved:   true,
    			verify: func(t *testing.T, as []testclient.Action) {
    				if len(as) != 1 {
    					t.Errorf("expected one Update action but got %d", len(as))
    					return
    				}
    				csr := as[0].(testclient.UpdateAction).GetObject().(*capi.CertificateSigningRequest)
    				if len(csr.Status.Certificate) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 02 21:12:04 UTC 2022
    - 15K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/loong64/obj.go

    	} else {
    		return
    	}
    	if p.As == obj.ATEXT || p.As == obj.AFUNCDATA || p.As == obj.ACALL || p.As == obj.ARET || p.As == obj.AJMP {
    		return
    	}
    	if source.Sym.Type == objabi.STLSBSS {
    		return
    	}
    	if source.Type != obj.TYPE_MEM {
    		ctxt.Diag("don't know how to handle %v with -shared", p)
    	}
    	p1 := obj.Appendp(p, newprog)
    	p2 := obj.Appendp(p1, newprog)
    	p1.As = AMOVV
    	p1.From.Type = obj.TYPE_MEM
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:22:18 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  8. docs/en/docs/img/deployment/https/https08.drawio

                        <mxGeometry relative="1" as="geometry">
                            <mxPoint x="105" y="-280" as="sourcePoint"/>
                            <mxPoint x="390" y="-260" as="targetPoint"/>
                            <Array as="points">
                                <mxPoint x="390" y="-430"/>
                            </Array>
                        </mxGeometry>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 20.9K bytes
    - Viewed (0)
  9. pkg/kubelet/cm/devicemanager/manager_test.go

    	as.Equal(1, initCont1Devices.Len())
    	as.Equal(2, initCont2Devices.Len())
    	as.Equal(1, normalCont1Devices.Len())
    	as.Equal(1, normalCont2Devices.Len())
    	as.True(initCont2Devices.IsSuperset(initCont1Devices))
    	as.True(initCont2Devices.IsSuperset(normalCont1Devices))
    	as.True(initCont2Devices.IsSuperset(normalCont2Devices))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
  10. docs/en/docs/img/deployment/https/https05.drawio

                        <mxGeometry relative="1" as="geometry">
                            <mxPoint x="105" y="-280" as="sourcePoint"/>
                            <mxPoint x="390" y="-260" as="targetPoint"/>
                            <Array as="points">
                                <mxPoint x="390" y="-430"/>
                            </Array>
                        </mxGeometry>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 15.6K bytes
    - Viewed (0)
Back to top