Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 209 for 0x10 (0.16 sec)

  1. src/syscall/ztypes_linux_ppc64.go

    	RTNLGRP_IPV6_ROUTE  = 0xb
    	RTNLGRP_IPV6_IFINFO = 0xc
    	RTNLGRP_IPV6_PREFIX = 0x12
    	RTNLGRP_IPV6_RULE   = 0x13
    	RTNLGRP_ND_USEROPT  = 0x14
    	SizeofNlMsghdr      = 0x10
    	SizeofNlMsgerr      = 0x14
    	SizeofRtGenmsg      = 0x1
    	SizeofNlAttr        = 0x4
    	SizeofRtAttr        = 0x4
    	SizeofIfInfomsg     = 0x10
    	SizeofIfAddrmsg     = 0x8
    	SizeofRtMsg         = 0xc
    	SizeofRtNexthop     = 0x8
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  2. src/syscall/ztypes_linux_riscv64.go

    	RTNLGRP_IPV6_ROUTE  = 0xb
    	RTNLGRP_IPV6_IFINFO = 0xc
    	RTNLGRP_IPV6_PREFIX = 0x12
    	RTNLGRP_IPV6_RULE   = 0x13
    	RTNLGRP_ND_USEROPT  = 0x14
    	SizeofNlMsghdr      = 0x10
    	SizeofNlMsgerr      = 0x14
    	SizeofRtGenmsg      = 0x1
    	SizeofNlAttr        = 0x4
    	SizeofRtAttr        = 0x4
    	SizeofIfInfomsg     = 0x10
    	SizeofIfAddrmsg     = 0x8
    	SizeofRtMsg         = 0xc
    	SizeofRtNexthop     = 0x8
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  3. src/syscall/ztypes_linux_s390x.go

    	RTNLGRP_IPV6_ROUTE  = 0xb
    	RTNLGRP_IPV6_IFINFO = 0xc
    	RTNLGRP_IPV6_PREFIX = 0x12
    	RTNLGRP_IPV6_RULE   = 0x13
    	RTNLGRP_ND_USEROPT  = 0x14
    	SizeofNlMsghdr      = 0x10
    	SizeofNlMsgerr      = 0x14
    	SizeofRtGenmsg      = 0x1
    	SizeofNlAttr        = 0x4
    	SizeofRtAttr        = 0x4
    	SizeofIfInfomsg     = 0x10
    	SizeofIfAddrmsg     = 0x8
    	SizeofRtMsg         = 0xc
    	SizeofRtNexthop     = 0x8
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  4. src/syscall/ztypes_linux_arm64.go

    	RTNLGRP_IPV6_ROUTE  = 0xb
    	RTNLGRP_IPV6_IFINFO = 0xc
    	RTNLGRP_IPV6_PREFIX = 0x12
    	RTNLGRP_IPV6_RULE   = 0x13
    	RTNLGRP_ND_USEROPT  = 0x14
    	SizeofNlMsghdr      = 0x10
    	SizeofNlMsgerr      = 0x14
    	SizeofRtGenmsg      = 0x1
    	SizeofNlAttr        = 0x4
    	SizeofRtAttr        = 0x4
    	SizeofIfInfomsg     = 0x10
    	SizeofIfAddrmsg     = 0x8
    	SizeofRtMsg         = 0xc
    	SizeofRtNexthop     = 0x8
    )
    
    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/cmd/internal/obj/riscv/inst.go

    	case ABSET:
    		return &inst{0x33, 0x1, 0x0, 640, 0x14}
    	case ABSETI:
    		return &inst{0x13, 0x1, 0x0, 640, 0x14}
    	case ACLZ:
    		return &inst{0x13, 0x1, 0x0, 1536, 0x30}
    	case ACLZW:
    		return &inst{0x1b, 0x1, 0x0, 1536, 0x30}
    	case ACPOP:
    		return &inst{0x13, 0x1, 0x2, 1538, 0x30}
    	case ACPOPW:
    		return &inst{0x1b, 0x1, 0x2, 1538, 0x30}
    	case ACSRRC:
    		return &inst{0x73, 0x3, 0x0, 0, 0x0}
    	case ACSRRCI:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go

    	SIGTTIN   = syscall.Signal(0x15)
    	SIGTTOU   = syscall.Signal(0x16)
    	SIGURG    = syscall.Signal(0x10)
    	SIGUSR1   = syscall.Signal(0x1e)
    	SIGUSR2   = syscall.Signal(0x1f)
    	SIGVTALRM = syscall.Signal(0x1a)
    	SIGWINCH  = syscall.Signal(0x1c)
    	SIGXCPU   = syscall.Signal(0x18)
    	SIGXFSZ   = syscall.Signal(0x19)
    )
    
    // Error table
    var errorList = [...]struct {
    	num  syscall.Errno
    	name string
    	desc string
    }{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go

    	AT_REMOVEDIR        = 0x80
    	AT_SYMLINK_FOLLOW   = 0x40
    	AT_SYMLINK_NOFOLLOW = 0x20
    	AT_EACCESS          = 0x10
    )
    
    type PollFd struct {
    	Fd      int32
    	Events  int16
    	Revents int16
    }
    
    const (
    	POLLERR    = 0x8
    	POLLHUP    = 0x10
    	POLLIN     = 0x1
    	POLLNVAL   = 0x20
    	POLLOUT    = 0x4
    	POLLPRI    = 0x2
    	POLLRDBAND = 0x80
    	POLLRDNORM = 0x40
    	POLLWRBAND = 0x100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go

    	AT_REMOVEDIR        = 0x80
    	AT_SYMLINK_FOLLOW   = 0x40
    	AT_SYMLINK_NOFOLLOW = 0x20
    	AT_EACCESS          = 0x10
    )
    
    type PollFd struct {
    	Fd      int32
    	Events  int16
    	Revents int16
    }
    
    const (
    	POLLERR    = 0x8
    	POLLHUP    = 0x10
    	POLLIN     = 0x1
    	POLLNVAL   = 0x20
    	POLLOUT    = 0x4
    	POLLPRI    = 0x2
    	POLLRDBAND = 0x80
    	POLLRDNORM = 0x40
    	POLLWRBAND = 0x100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  9. src/compress/gzip/gunzip_test.go

    		"empty.txt",
    		"",
    		[]byte{
    			0x1f, 0x8b, 0x08, 0x08, 0xf7, 0x5e, 0x14, 0x4a,
    			0x00, 0x03, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e,
    			0x74, 0x78, 0x74, 0x00, 0x03, 0x00, 0x00, 0x00,
    			0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    		},
    		nil,
    	},
    	{
    		"",
    		"empty - with no file name",
    		"",
    		[]byte{
    			0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88,
    			0x00, 0xff, 0x01, 0x00, 0x00, 0xff, 0xff, 0x00,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 12 15:06:07 UTC 2022
    - 19.5K bytes
    - Viewed (0)
  10. src/debug/elf/symbols_test.go

    			Value:   0x0,
    			Size:    0x0,
    		},
    		Symbol{
    			Name:    "",
    			Info:    0x3,
    			Other:   0x0,
    			Section: 0x1E,
    			Value:   0x0,
    			Size:    0x0,
    		},
    		Symbol{
    			Name:    "",
    			Info:    0x3,
    			Other:   0x0,
    			Section: 0x1F,
    			Value:   0x0,
    			Size:    0x0,
    		},
    		Symbol{
    			Name:    "",
    			Info:    0x3,
    			Other:   0x0,
    			Section: 0x20,
    			Value:   0x0,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 05 18:18:26 UTC 2019
    - 13.4K bytes
    - Viewed (0)
Back to top