Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 39 for v0 (0.04 sec)

  1. go.mod

    	golang.org/x/crypto v0.37.0
    	golang.org/x/oauth2 v0.29.0
    	golang.org/x/sync v0.13.0
    	golang.org/x/sys v0.32.0
    	golang.org/x/term v0.31.0
    	golang.org/x/time v0.11.0
    	google.golang.org/api v0.230.0
    	gopkg.in/yaml.v2 v2.4.0
    	gopkg.in/yaml.v3 v3.0.1
    )
    
    require (
    	aead.dev/mem v0.2.0 // indirect
    	aead.dev/minisign v0.3.0 // indirect
    	cel.dev/expr v0.23.1 // indirect
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sat Sep 06 17:33:19 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/riscv64validation.s

    	VADCVXM		V1, V2, V0, V3			// ERROR "expected integer register in rs1 position"
    	VADCVIM		$16, V2, V0, V3			// ERROR "signed immediate 16 must be in range [-16, 15]"
    	VADCVIM		$-17, V2, V0, V3		// ERROR "signed immediate -17 must be in range [-16, 15]"
    	VMADCVVM	X10, V2, V0, V3			// ERROR "expected vector register in vs1 position"
    	VMADCVXM	V1, V2, V0, V3			// ERROR "expected integer register in rs1 position"
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed May 21 14:19:19 UTC 2025
    - 31.6K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/riscv64error.s

    	VADCVVM		V1, V2, V3			// ERROR "invalid vector mask register"
    	VADCVVM		V1, V2, V0, V0			// ERROR "invalid destination register V0"
    	VADCVXM		X10, V2, V4, V3			// ERROR "invalid vector mask register"
    	VADCVXM		X10, V2, V3			// ERROR "invalid vector mask register"
    	VADCVXM		X10, V2, V0, V0			// ERROR "invalid destination register V0"
    	VADCVIM		$15, V2, V1, V3			// ERROR "invalid vector mask register"
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu May 08 08:53:43 UTC 2025
    - 24.8K bytes
    - Viewed (0)
  4. cmd/sftp-server.go

    // if the sftp parameter --trusted-user-ca-key is set, then
    // the final form of the key file will be set as this variable.
    var globalSFTPTrustedCAPubkey ssh.PublicKey
    
    // https://cs.opensource.google/go/x/crypto/+/refs/tags/v0.22.0:ssh/common.go;l=46
    // preferredKexAlgos specifies the default preference for key-exchange
    // algorithms in preference order. The diffie-hellman-group16-sha512 algorithm
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 16.5K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	UMULL R19, R22, R19                        // d37eb39b
    	UXTBW R2, R6                               // 461c0053
    	UXTHW R7, R20                              // f43c0053
    	VCNT V0.B8, V0.B8                          // 0058200e
    	VCNT V0.B16, V0.B16                        // 0058204e
    	WFE                                        // 5f2003d5
    	WFI                                        // 7f2003d5
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/s390x.s

    	VMNH	V1, V2, V30             // e7e1200018fe
    	VERLLVF	V2, V30, V27            // e7be20002c73
    	VSCBIB	V0, V23, V24            // e78700000cf5
    	VN	V2, V1, V0              // e70210000068
    	VNC	V2, V1, V0              // e70210000069
    	VO	V2, V1, V0              // e7021000006a
    	VX	V2, V1, V0              // e7021000006d
    	VN	V16, V1                 // e71010000468
    	VNC	V16, V1                 // e71010000469
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jul 30 19:29:15 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  7. src/test/java/jcifs/util/SecureKeyManagerTest.java

            assertEquals(1, keyManager.getKeyVersion(sessionId), "Key version should be updated");
    
            // Verify old key is archived
            assertTrue(keyManager.hasSessionKey(sessionId + ".v0"), "Archived key should exist");
    
            // New key should be different
            byte[] newKey = keyManager.getRawKey(sessionId);
            assertNotNull(newKey, "New key should exist");
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 14.2K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/arm64error.s

    	VUXTL2	V20.B8, V21.H8                                   // ERROR "operand mismatch"
    	VUXTL	V3.D2, V4.B8                                     // ERROR "operand mismatch"
    	VUZP1	V0.B8, V30.B8, V1.B16                            // ERROR "operand mismatch"
    	VUZP2	V0.Q1, V30.Q1, V1.Q1                             // ERROR "invalid arrangement"
    	VUSHLL	$0, V30.D2, V30.H8                               // ERROR "operand mismatch"
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Mar 26 10:48:50 UTC 2025
    - 37.9K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/operand_test.go

    	{"VS54", "VS54"},
    	{"VS55", "VS55"},
    	{"VS56", "VS56"},
    	{"VS57", "VS57"},
    	{"VS58", "VS58"},
    	{"VS59", "VS59"},
    	{"VS60", "VS60"},
    	{"VS61", "VS61"},
    	{"VS62", "VS62"},
    	{"VS63", "VS63"},
    	{"V0", "V0"},
    	{"V1", "V1"},
    	{"V2", "V2"},
    	{"V3", "V3"},
    	{"V4", "V4"},
    	{"V5", "V5"},
    	{"V6", "V6"},
    	{"V7", "V7"},
    	{"V8", "V8"},
    	{"V9", "V9"},
    	{"V10", "V10"},
    	{"V11", "V11"},
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/testdata/loong64enc1.s

    	VMOVQ		V4.V[0], V6.V2  // 86f0f772
    
    	// Load data from memory and broadcast to each element of a vector register: VMOVQ    offset(Rj), <Vd>.<T>
    	VMOVQ		(R4), V0.B16	// 80008030
    	VMOVQ		1(R4), V0.B16	// 80048030
    	VMOVQ		-3(R4), V0.B16	// 80f4bf30
    	VMOVQ		(R4), V1.H8	// 81004030
    	VMOVQ		2(R4), V1.H8	// 81044030
    	VMOVQ		-6(R4), V1.H8	// 81f45f30
    	VMOVQ		(R4), V2.W4	// 82002030
    	VMOVQ		8(R4), V2.W4	// 82082030
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Sep 04 19:24:25 UTC 2025
    - 35.5K bytes
    - Viewed (0)
Back to top