Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 96 for 0x6B (0.09 sec)

  1. src/vendor/golang.org/x/net/route/zsys_freebsd_arm.go

    	sizeofIfMsghdrFreeBSD10 = 0x70
    	sizeofIfMsghdrFreeBSD11 = 0xa8
    
    	sizeofIfDataFreeBSD7  = 0x60
    	sizeofIfDataFreeBSD8  = 0x60
    	sizeofIfDataFreeBSD9  = 0x60
    	sizeofIfDataFreeBSD10 = 0x60
    	sizeofIfDataFreeBSD11 = 0x98
    
    	sizeofIfMsghdrlFreeBSD10Emu        = 0x68
    	sizeofIfaMsghdrFreeBSD10Emu        = 0x14
    	sizeofIfaMsghdrlFreeBSD10Emu       = 0x6c
    	sizeofIfmaMsghdrFreeBSD10Emu       = 0x10
    	sizeofIfAnnouncemsghdrFreeBSD10Emu = 0x18
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 05 19:54:32 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  2. cmd/tier_gen.go

    			}
    		}
    	}
    	return
    }
    
    // EncodeMsg implements msgp.Encodable
    func (z *TierConfigMgr) EncodeMsg(en *msgp.Writer) (err error) {
    	// map header, size 1
    	// write "Tiers"
    	err = en.Append(0x81, 0xa5, 0x54, 0x69, 0x65, 0x72, 0x73)
    	if err != nil {
    		return
    	}
    	err = en.WriteMapHeader(uint32(len(z.Tiers)))
    	if err != nil {
    		err = msgp.WrapError(err, "Tiers")
    		return
    	}
    	for za0001, za0002 := range z.Tiers {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 20 00:53:08 UTC 2023
    - 4K bytes
    - Viewed (0)
  3. src/syscall/ztypes_freebsd_arm.go

    	Mtu  uint32
    }
    
    type ICMPv6Filter struct {
    	Filt [8]uint32
    }
    
    const (
    	SizeofSockaddrInet4    = 0x10
    	SizeofSockaddrInet6    = 0x1c
    	SizeofSockaddrAny      = 0x6c
    	SizeofSockaddrUnix     = 0x6a
    	SizeofSockaddrDatalink = 0x36
    	SizeofLinger           = 0x8
    	SizeofIPMreq           = 0x8
    	SizeofIPMreqn          = 0xc
    	SizeofIPv6Mreq         = 0x14
    	SizeofMsghdr           = 0x1c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 8K bytes
    - Viewed (0)
  4. src/crypto/internal/nistec/p224_sqrt.go

    	p224GGOnce.Do(func() {
    		p224GG = new([96]fiat.P224Element)
    		for i := range p224GG {
    			if i == 0 {
    				p224GG[i].SetBytes([]byte{0x6a, 0x0f, 0xec, 0x67,
    					0x85, 0x98, 0xa7, 0x92, 0x0c, 0x55, 0xb2, 0xd4,
    					0x0b, 0x2d, 0x6f, 0xfb, 0xbe, 0xa3, 0xd8, 0xce,
    					0xf3, 0xfb, 0x36, 0x32, 0xdc, 0x69, 0x1b, 0x74})
    			} else {
    				p224GG[i].Square(&p224GG[i-1])
    			}
    		}
    	})
    
    	// r <- x^((q+1)/2) = x^(2^127)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 12 00:04:29 UTC 2022
    - 3.1K bytes
    - Viewed (1)
  5. src/syscall/ztypes_freebsd_386.go

    	Mtu  uint32
    }
    
    type ICMPv6Filter struct {
    	Filt [8]uint32
    }
    
    const (
    	SizeofSockaddrInet4    = 0x10
    	SizeofSockaddrInet6    = 0x1c
    	SizeofSockaddrAny      = 0x6c
    	SizeofSockaddrUnix     = 0x6a
    	SizeofSockaddrDatalink = 0x36
    	SizeofLinger           = 0x8
    	SizeofIPMreq           = 0x8
    	SizeofIPMreqn          = 0xc
    	SizeofIPv6Mreq         = 0x14
    	SizeofMsghdr           = 0x1c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 8K bytes
    - Viewed (0)
  6. src/crypto/md5/md5block_arm.s

    	DATA	·table+0x50(SB)/4, $0xd62f105d
    	DATA	·table+0x54(SB)/4, $0x02441453
    	DATA	·table+0x58(SB)/4, $0xd8a1e681
    	DATA	·table+0x5c(SB)/4, $0xe7d3fbc8
    	DATA	·table+0x60(SB)/4, $0x21e1cde6
    	DATA	·table+0x64(SB)/4, $0xc33707d6
    	DATA	·table+0x68(SB)/4, $0xf4d50d87
    	DATA	·table+0x6c(SB)/4, $0x455a14ed
    	DATA	·table+0x70(SB)/4, $0xa9e3e905
    	DATA	·table+0x74(SB)/4, $0xfcefa3f8
    	DATA	·table+0x78(SB)/4, $0x676f02d9
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  7. src/syscall/ztypes_openbsd_386.go

    	Mtu  uint32
    }
    
    type ICMPv6Filter struct {
    	Filt [8]uint32
    }
    
    const (
    	SizeofSockaddrInet4    = 0x10
    	SizeofSockaddrInet6    = 0x1c
    	SizeofSockaddrAny      = 0x6c
    	SizeofSockaddrUnix     = 0x6a
    	SizeofSockaddrDatalink = 0x20
    	SizeofLinger           = 0x8
    	SizeofIPMreq           = 0x8
    	SizeofIPv6Mreq         = 0x14
    	SizeofMsghdr           = 0x1c
    	SizeofCmsghdr          = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.7K bytes
    - Viewed (0)
  8. src/syscall/ztypes_openbsd_arm64.go

    	Mtu  uint32
    }
    
    type ICMPv6Filter struct {
    	Filt [8]uint32
    }
    
    const (
    	SizeofSockaddrInet4    = 0x10
    	SizeofSockaddrInet6    = 0x1c
    	SizeofSockaddrAny      = 0x6c
    	SizeofSockaddrUnix     = 0x6a
    	SizeofSockaddrDatalink = 0x20
    	SizeofLinger           = 0x8
    	SizeofIPMreq           = 0x8
    	SizeofIPv6Mreq         = 0x14
    	SizeofMsghdr           = 0x30
    	SizeofCmsghdr          = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 6.7K bytes
    - Viewed (0)
  9. src/syscall/ztypes_openbsd_mips64.go

    	Mtu  uint32
    }
    
    type ICMPv6Filter struct {
    	Filt [8]uint32
    }
    
    const (
    	SizeofSockaddrInet4    = 0x10
    	SizeofSockaddrInet6    = 0x1c
    	SizeofSockaddrAny      = 0x6c
    	SizeofSockaddrUnix     = 0x6a
    	SizeofSockaddrDatalink = 0x20
    	SizeofLinger           = 0x8
    	SizeofIPMreq           = 0x8
    	SizeofIPv6Mreq         = 0x14
    	SizeofMsghdr           = 0x30
    	SizeofCmsghdr          = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 6.7K bytes
    - Viewed (0)
  10. src/syscall/ztypes_openbsd_riscv64.go

    	Mtu  uint32
    }
    
    type ICMPv6Filter struct {
    	Filt [8]uint32
    }
    
    const (
    	SizeofSockaddrInet4    = 0x10
    	SizeofSockaddrInet6    = 0x1c
    	SizeofSockaddrAny      = 0x6c
    	SizeofSockaddrUnix     = 0x6a
    	SizeofSockaddrDatalink = 0x20
    	SizeofLinger           = 0x8
    	SizeofIPMreq           = 0x8
    	SizeofIPv6Mreq         = 0x14
    	SizeofMsghdr           = 0x30
    	SizeofCmsghdr          = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 6.7K bytes
    - Viewed (0)
Back to top