Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 416 for 0x28 (0.05 sec)

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

    	SO_REUSEADDR                     = 0x2
    	SO_REUSEPORT                     = 0xf
    	SO_RXQ_OVFL                      = 0x28
    	SO_SECURITY_AUTHENTICATION       = 0x16
    	SO_SECURITY_ENCRYPTION_NETWORK   = 0x18
    	SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17
    	SO_SELECT_ERR_QUEUE              = 0x2d
    	SO_SNDBUF                        = 0x7
    	SO_SNDBUFFORCE                   = 0x20
    	SO_SNDLOWAT                      = 0x13
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  2. src/crypto/internal/edwards25519/scalarmult_test.go

    	dalekScalarBasepoint, _ = new(Point).SetBytes([]byte{0xf4, 0xef, 0x7c, 0xa, 0x34, 0x55, 0x7b, 0x9f, 0x72, 0x3b, 0xb6, 0x1e, 0xf9, 0x46, 0x9, 0x91, 0x1c, 0xb9, 0xc0, 0x6c, 0x17, 0x28, 0x2d, 0x8b, 0x43, 0x2b, 0x5, 0x18, 0x6a, 0x54, 0x3e, 0x48})
    )
    
    func TestScalarMultSmallScalars(t *testing.T) {
    	var z Scalar
    	var p Point
    	p.ScalarMult(&z, B)
    	if I.Equal(&p) != 1 {
    		t.Error("0*B != 0")
    	}
    	checkOnCurve(t, &p)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 28 17:26:17 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go

    	SO_REUSEADDR                     = 0x2
    	SO_REUSEPORT                     = 0xf
    	SO_RXQ_OVFL                      = 0x28
    	SO_SECURITY_AUTHENTICATION       = 0x16
    	SO_SECURITY_ENCRYPTION_NETWORK   = 0x18
    	SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17
    	SO_SELECT_ERR_QUEUE              = 0x2d
    	SO_SNDBUF                        = 0x7
    	SO_SNDBUFFORCE                   = 0x20
    	SO_SNDLOWAT                      = 0x13
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  4. cmd/untar.go

    		header: []byte{0x1f, 0x8b, 8},
    		f:      formatGzip,
    	},
    	{
    		// Zstd default header.
    		header: []byte{0x28, 0xb5, 0x2f, 0xfd},
    		f:      formatZstd,
    	},
    	{
    		// Zstd skippable frame header.
    		header: []byte{0x2a, 0x4d, 0x18},
    		f:      formatZstd,
    	},
    	{
    		// LZ4
    		header: []byte{0x4, 0x22, 0x4d, 0x18},
    		f:      formatLZ4,
    	},
    	{
    		// Snappy/S2 stream
    		header: []byte{0xff, 0x06, 0x00, 0x00},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 04 12:04:40 UTC 2024
    - 6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go

    	IPV6_RECVHOPOPTS                  = 0x27
    	IPV6_RECVPATHMTU                  = 0x2b
    	IPV6_RECVPKTINFO                  = 0x24
    	IPV6_RECVRTHDR                    = 0x26
    	IPV6_RECVTCLASS                   = 0x39
    	IPV6_RTABLE                       = 0x1021
    	IPV6_RTHDR                        = 0x33
    	IPV6_RTHDRDSTOPTS                 = 0x23
    	IPV6_RTHDR_LOOSE                  = 0x0
    	IPV6_RTHDR_STRICT                 = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go

    	IPV6_RECVHOPOPTS                  = 0x27
    	IPV6_RECVPATHMTU                  = 0x2b
    	IPV6_RECVPKTINFO                  = 0x24
    	IPV6_RECVRTHDR                    = 0x26
    	IPV6_RECVTCLASS                   = 0x39
    	IPV6_RTABLE                       = 0x1021
    	IPV6_RTHDR                        = 0x33
    	IPV6_RTHDRDSTOPTS                 = 0x23
    	IPV6_RTHDR_LOOSE                  = 0x0
    	IPV6_RTHDR_STRICT                 = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go

    	IPV6_RECVHOPOPTS                  = 0x27
    	IPV6_RECVPATHMTU                  = 0x2b
    	IPV6_RECVPKTINFO                  = 0x24
    	IPV6_RECVRTHDR                    = 0x26
    	IPV6_RECVTCLASS                   = 0x39
    	IPV6_RTABLE                       = 0x1021
    	IPV6_RTHDR                        = 0x33
    	IPV6_RTHDRDSTOPTS                 = 0x23
    	IPV6_RTHDR_LOOSE                  = 0x0
    	IPV6_RTHDR_STRICT                 = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go

    	SO_REUSEADDR                     = 0x2
    	SO_REUSEPORT                     = 0xf
    	SO_RXQ_OVFL                      = 0x28
    	SO_SECURITY_AUTHENTICATION       = 0x16
    	SO_SECURITY_ENCRYPTION_NETWORK   = 0x18
    	SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17
    	SO_SELECT_ERR_QUEUE              = 0x2d
    	SO_SNDBUF                        = 0x7
    	SO_SNDBUFFORCE                   = 0x20
    	SO_SNDLOWAT                      = 0x13
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go

    	IPV6_PATHMTU                      = 0x2c
    	IPV6_PKTINFO                      = 0x2e
    	IPV6_PORTRANGE                    = 0xe
    	IPV6_PORTRANGE_DEFAULT            = 0x0
    	IPV6_PORTRANGE_HIGH               = 0x1
    	IPV6_PORTRANGE_LOW                = 0x2
    	IPV6_RECVDSTOPTS                  = 0x28
    	IPV6_RECVHOPLIMIT                 = 0x25
    	IPV6_RECVHOPOPTS                  = 0x27
    	IPV6_RECVPATHMTU                  = 0x2b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go

    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build amd64 && solaris
    
    package unix
    
    const (
    	SizeofPtr      = 0x8
    	SizeofShort    = 0x2
    	SizeofInt      = 0x4
    	SizeofLong     = 0x8
    	SizeofLongLong = 0x8
    	PathMax        = 0x400
    	MaxHostNameLen = 0x100
    )
    
    type (
    	_C_short     int16
    	_C_int       int32
    	_C_long      int64
    	_C_long_long int64
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 7.5K bytes
    - Viewed (0)
Back to top