Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 205 for 0x20 (0.09 sec)

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

    	FS_IOC_SET_ENCRYPTION_POLICY     = 0x400c6613
    	F_GETLK                          = 0x21
    	F_GETLK64                        = 0x21
    	F_GETOWN                         = 0x17
    	F_RDLCK                          = 0x0
    	F_SETLK                          = 0x22
    	F_SETLK64                        = 0x22
    	F_SETLKW                         = 0x23
    	F_SETLKW64                       = 0x23
    	F_SETOWN                         = 0x18
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  2. src/syscall/ztypes_linux_mips64le.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)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go

    	PT_CCR                           = 0x26
    	PT_CTR                           = 0x23
    	PT_DAR                           = 0x29
    	PT_DSCR                          = 0x2c
    	PT_DSISR                         = 0x2a
    	PT_FPR0                          = 0x30
    	PT_FPSCR                         = 0x50
    	PT_LNK                           = 0x24
    	PT_MSR                           = 0x21
    	PT_NIP                           = 0x20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  4. okhttp/src/main/kotlin/okhttp3/internal/http2/Hpack.kt

                }
                b and 0x40 == 0x40 -> {
                  // 01NNNNNN
                  val index = readInt(b, PREFIX_6_BITS)
                  readLiteralHeaderWithIncrementalIndexingIndexedName(index - 1)
                }
                b and 0x20 == 0x20 -> {
                  // 001NNNNN
                  maxDynamicTableByteCount = readInt(b, PREFIX_5_BITS)
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  5. src/syscall/ztypes_linux_arm64.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/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	CR1                              = 0x200
    	CR2                              = 0x400
    	CR3                              = 0x600
    	CRDLY                            = 0x600
    	CREAD                            = 0x80
    	CS6                              = 0x10
    	CS7                              = 0x20
    	CS8                              = 0x30
    	CSIZE                            = 0x30
    	CSTOPB                           = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.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.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.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)
  9. src/syscall/ztypes_linux_ppc64le.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)
  10. src/crypto/rsa/pkcs1v15.go

    	crypto.SHA384:    {0x30, 0x41, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x02, 0x05, 0x00, 0x04, 0x30},
    	crypto.SHA512:    {0x30, 0x51, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03, 0x05, 0x00, 0x04, 0x40},
    	crypto.MD5SHA1:   {}, // A special TLS case which doesn't use an ASN1 prefix.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:21 UTC 2024
    - 12.8K bytes
    - Viewed (0)
Back to top