Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 33 for 8092 (0.1 sec)

  1. src/cmd/cgo/internal/test/test.go

    void b7786(struct body7786 *ctx) {}
    void c7786(typedef_body7786 *ctx) {}
    
    typedef union union7786 typedef_union7786;
    void u7786(union union7786 *ctx) {}
    void v7786(typedef_union7786 *ctx) {}
    
    // issue 8092
    // Test that linker defined symbols (e.g., text, data) don't
    // conflict with C symbols.
    char text[] = "text";
    char data[] = "data";
    char *ctext(void) { return text; }
    char *cdata(void) { return data; }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/nodeports/node_ports_test.go

    		{
    			pod1: st.MakePod().ContainerPort([]v1.ContainerPort{
    				{
    					ContainerPort: 8001,
    					HostPort:      8001,
    					Protocol:      v1.ProtocolTCP,
    				},
    				{
    					ContainerPort: 8002,
    					HostPort:      8002,
    					Protocol:      v1.ProtocolTCP,
    				}}).ContainerPort([]v1.ContainerPort{
    				{
    					ContainerPort: 8003,
    					HostPort:      8003,
    					Protocol:      v1.ProtocolTCP,
    				},
    				{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 19 11:02:11 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  3. src/crypto/ed25519/ed25519.go

    // https://ed25519.cr.yp.to/.
    //
    // These functions are also compatible with the “Ed25519” function defined in
    // RFC 8032. However, unlike RFC 8032's formulation, this package's private key
    // representation includes a public key suffix to make multiple signing
    // operations with the same key more efficient. This package refers to the RFC
    // 8032 private key as the “seed”.
    //
    // Operations involving private keys are implemented using constant-time
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:18 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/PomReaderTest.groovy

            pomReader.groupId == pomReader.parentGroupId
            pomReader.artifactId == pomReader.parentArtifactId
            pomReader.version == pomReader.parentVersion
        }
    
        @Issue("gradle/gradle#5092")
        def 'can parse exclusion defined only by artifactId'() {
            when:
            pomFile << """
    <project>
        <modelVersion>4.0.0</modelVersion>
        <groupId>group</groupId>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 15:53:23 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  5. src/crypto/internal/edwards25519/edwards25519.go

    func NewIdentityPoint() *Point {
    	return new(Point).Set(identity)
    }
    
    // generator is the canonical curve basepoint. See TestGenerator for the
    // correspondence of this encoding with the values in RFC 8032.
    var generator, _ = new(Point).SetBytes([]byte{
    	0x58, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66,
    	0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66,
    	0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 13 19:21:54 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  6. src/crypto/ed25519/ed25519_test.go

    	}
    
    	wrongMessage := []byte("wrong message")
    	if Verify(public, wrongMessage, sig) {
    		t.Errorf("signature of different message accepted")
    	}
    }
    
    func TestSignVerifyHashed(t *testing.T) {
    	// From RFC 8032, Section 7.3
    	key, _ := hex.DecodeString("833fe62409237b9d62ec77587520911e9a759cec1d19755b7da901b96dca3d42ec172b93ad5e563bf4932c70e1245034c35467ef2efd4d64ebf819683467e2bf")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 18:23:49 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  7. src/crypto/internal/edwards25519/scalar.go

    		case s[i] > scalarMinusOneBytes[i]:
    			return false
    		case s[i] < scalarMinusOneBytes[i]:
    			return true
    		}
    	}
    	return true
    }
    
    // SetBytesWithClamping applies the buffer pruning described in RFC 8032,
    // Section 5.1.5 (also known as clamping) and sets s to the result. The input
    // must be 32 bytes, and it is not modified. If x is not of the right length,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_linux_mipsle.go

    	SYS_SWAPON                 = 4087
    	SYS_REBOOT                 = 4088
    	SYS_READDIR                = 4089
    	SYS_MMAP                   = 4090
    	SYS_MUNMAP                 = 4091
    	SYS_TRUNCATE               = 4092
    	SYS_FTRUNCATE              = 4093
    	SYS_FCHMOD                 = 4094
    	SYS_FCHOWN                 = 4095
    	SYS_GETPRIORITY            = 4096
    	SYS_SETPRIORITY            = 4097
    	SYS_PROFIL                 = 4098
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_linux_mips64.go

    	SYS_READLINK               = 5087
    	SYS_CHMOD                  = 5088
    	SYS_FCHMOD                 = 5089
    	SYS_CHOWN                  = 5090
    	SYS_FCHOWN                 = 5091
    	SYS_LCHOWN                 = 5092
    	SYS_UMASK                  = 5093
    	SYS_GETTIMEOFDAY           = 5094
    	SYS_GETRLIMIT              = 5095
    	SYS_GETRUSAGE              = 5096
    	SYS_SYSINFO                = 5097
    	SYS_TIMES                  = 5098
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_linux_mips64le.go

    	SYS_READLINK               = 5087
    	SYS_CHMOD                  = 5088
    	SYS_FCHMOD                 = 5089
    	SYS_CHOWN                  = 5090
    	SYS_FCHOWN                 = 5091
    	SYS_LCHOWN                 = 5092
    	SYS_UMASK                  = 5093
    	SYS_GETTIMEOFDAY           = 5094
    	SYS_GETRLIMIT              = 5095
    	SYS_GETRUSAGE              = 5096
    	SYS_SYSINFO                = 5097
    	SYS_TIMES                  = 5098
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
Back to top