Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 205 for 0x20 (0.06 sec)

  1. src/encoding/gob/encoder_test.go

    			}
    		}
    	}
    }
    
    func TestDecoderOverflow(t *testing.T) {
    	// Issue 55337.
    	dec := NewDecoder(bytes.NewReader([]byte{
    		0x12, 0xff, 0xff, 0x2, 0x2, 0x20, 0x0, 0xf8, 0x7f, 0xff, 0xff, 0xff,
    		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x20, 0x20, 0x20, 0x20, 0x20,
    	}))
    	var r interface{}
    	err := dec.Decode(r)
    	if err == nil {
    		t.Fatalf("expected an error")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go

    }
    
    type cpuMask uint64
    
    const (
    	_NCPUBITS = 0x40
    )
    
    const (
    	CBitFieldMaskBit0  = 0x1
    	CBitFieldMaskBit1  = 0x2
    	CBitFieldMaskBit2  = 0x4
    	CBitFieldMaskBit3  = 0x8
    	CBitFieldMaskBit4  = 0x10
    	CBitFieldMaskBit5  = 0x20
    	CBitFieldMaskBit6  = 0x40
    	CBitFieldMaskBit7  = 0x80
    	CBitFieldMaskBit8  = 0x100
    	CBitFieldMaskBit9  = 0x200
    	CBitFieldMaskBit10 = 0x400
    	CBitFieldMaskBit11 = 0x800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  3. src/syscall/ztypes_linux_mips64.go

    	SizeofMsghdr            = 0x38
    	SizeofCmsghdr           = 0x10
    	SizeofInet4Pktinfo      = 0xc
    	SizeofInet6Pktinfo      = 0x14
    	SizeofIPv6MTUInfo       = 0x20
    	SizeofICMPv6Filter      = 0x20
    	SizeofUcred             = 0xc
    	SizeofTCPInfo           = 0x68
    )
    
    const (
    	IFA_UNSPEC          = 0x0
    	IFA_ADDRESS         = 0x1
    	IFA_LOCAL           = 0x2
    	IFA_LABEL           = 0x3
    	IFA_BROADCAST       = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  4. src/syscall/ztypes_linux_ppc64.go

    	SizeofMsghdr            = 0x38
    	SizeofCmsghdr           = 0x10
    	SizeofInet4Pktinfo      = 0xc
    	SizeofInet6Pktinfo      = 0x14
    	SizeofIPv6MTUInfo       = 0x20
    	SizeofICMPv6Filter      = 0x20
    	SizeofUcred             = 0xc
    	SizeofTCPInfo           = 0x68
    )
    
    const (
    	IFA_UNSPEC          = 0x0
    	IFA_ADDRESS         = 0x1
    	IFA_LOCAL           = 0x2
    	IFA_LABEL           = 0x3
    	IFA_BROADCAST       = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  5. src/syscall/ztypes_linux_riscv64.go

    	SizeofMsghdr            = 0x38
    	SizeofCmsghdr           = 0x10
    	SizeofInet4Pktinfo      = 0xc
    	SizeofInet6Pktinfo      = 0x14
    	SizeofIPv6MTUInfo       = 0x20
    	SizeofICMPv6Filter      = 0x20
    	SizeofUcred             = 0xc
    	SizeofTCPInfo           = 0x68
    )
    
    const (
    	IFA_UNSPEC          = 0x0
    	IFA_ADDRESS         = 0x1
    	IFA_LOCAL           = 0x2
    	IFA_LABEL           = 0x3
    	IFA_BROADCAST       = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  6. src/syscall/ztypes_linux_s390x.go

    	SizeofMsghdr            = 0x38
    	SizeofCmsghdr           = 0x10
    	SizeofInet4Pktinfo      = 0xc
    	SizeofInet6Pktinfo      = 0x14
    	SizeofIPv6MTUInfo       = 0x20
    	SizeofICMPv6Filter      = 0x20
    	SizeofUcred             = 0xc
    	SizeofTCPInfo           = 0x68
    )
    
    const (
    	IFA_UNSPEC          = 0x0
    	IFA_ADDRESS         = 0x1
    	IFA_LOCAL           = 0x2
    	IFA_LABEL           = 0x3
    	IFA_BROADCAST       = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go

    	CBitFieldMaskBit52 = 0x800
    	CBitFieldMaskBit53 = 0x400
    	CBitFieldMaskBit54 = 0x200
    	CBitFieldMaskBit55 = 0x100
    	CBitFieldMaskBit56 = 0x80
    	CBitFieldMaskBit57 = 0x40
    	CBitFieldMaskBit58 = 0x20
    	CBitFieldMaskBit59 = 0x10
    	CBitFieldMaskBit60 = 0x8
    	CBitFieldMaskBit61 = 0x4
    	CBitFieldMaskBit62 = 0x2
    	CBitFieldMaskBit63 = 0x1
    )
    
    type SockaddrStorage struct {
    	Family uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go

    }
    
    type cpuMask uint32
    
    const (
    	_NCPUBITS = 0x20
    )
    
    const (
    	CBitFieldMaskBit0  = 0x1
    	CBitFieldMaskBit1  = 0x2
    	CBitFieldMaskBit2  = 0x4
    	CBitFieldMaskBit3  = 0x8
    	CBitFieldMaskBit4  = 0x10
    	CBitFieldMaskBit5  = 0x20
    	CBitFieldMaskBit6  = 0x40
    	CBitFieldMaskBit7  = 0x80
    	CBitFieldMaskBit8  = 0x100
    	CBitFieldMaskBit9  = 0x200
    	CBitFieldMaskBit10 = 0x400
    	CBitFieldMaskBit11 = 0x800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go

    	CBitFieldMaskBit52 = 0x800
    	CBitFieldMaskBit53 = 0x400
    	CBitFieldMaskBit54 = 0x200
    	CBitFieldMaskBit55 = 0x100
    	CBitFieldMaskBit56 = 0x80
    	CBitFieldMaskBit57 = 0x40
    	CBitFieldMaskBit58 = 0x20
    	CBitFieldMaskBit59 = 0x10
    	CBitFieldMaskBit60 = 0x8
    	CBitFieldMaskBit61 = 0x4
    	CBitFieldMaskBit62 = 0x2
    	CBitFieldMaskBit63 = 0x1
    )
    
    type SockaddrStorage struct {
    	Family uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go

    }
    
    type cpuMask uint32
    
    const (
    	_NCPUBITS = 0x20
    )
    
    const (
    	CBitFieldMaskBit0  = 0x1
    	CBitFieldMaskBit1  = 0x2
    	CBitFieldMaskBit2  = 0x4
    	CBitFieldMaskBit3  = 0x8
    	CBitFieldMaskBit4  = 0x10
    	CBitFieldMaskBit5  = 0x20
    	CBitFieldMaskBit6  = 0x40
    	CBitFieldMaskBit7  = 0x80
    	CBitFieldMaskBit8  = 0x100
    	CBitFieldMaskBit9  = 0x200
    	CBitFieldMaskBit10 = 0x400
    	CBitFieldMaskBit11 = 0x800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top