Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 541 for 0x18 (0.04 sec)

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

    }
    
    type FdSet struct {
    	Bits [16]uint64
    }
    
    const (
    	sizeofIfMsghdr         = 0xa8
    	SizeofIfMsghdr         = 0xa8
    	sizeofIfData           = 0x98
    	SizeofIfData           = 0x98
    	SizeofIfaMsghdr        = 0x14
    	SizeofIfmaMsghdr       = 0x10
    	SizeofIfAnnounceMsghdr = 0x18
    	SizeofRtMsghdr         = 0x98
    	SizeofRtMetrics        = 0x70
    )
    
    type ifMsghdr struct {
    	Msglen  uint16
    	Version uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/api/resource/generated.pb.go

    	// 234 bytes of a gzipped FileDescriptorProto
    	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0xc9, 0xb6, 0x28, 0xd6,
    	0xcb, 0xcc, 0xd7, 0x4f, 0x2c, 0xc8, 0xcc, 0x4d, 0x4c, 0xce, 0xc8, 0xcc, 0x4b, 0x2d, 0xaa, 0xd4,
    	0x2f, 0xc8, 0x4e, 0x07, 0x09, 0xe8, 0x17, 0xa5, 0x16, 0xe7, 0x97, 0x16, 0x25, 0xa7, 0xea, 0xa7,
    	0xa7, 0xe6, 0xa5, 0x16, 0x25, 0x96, 0xa4, 0xa6, 0xe8, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0xa9,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. src/runtime/defs_linux_loong64.go

    	_SIGURG    = 0x17
    	_SIGXCPU   = 0x18
    	_SIGXFSZ   = 0x19
    	_SIGVTALRM = 0x1a
    	_SIGPROF   = 0x1b
    	_SIGWINCH  = 0x1c
    	_SIGIO     = 0x1d
    	_SIGPWR    = 0x1e
    	_SIGSYS    = 0x1f
    
    	_SIGRTMIN = 0x20
    
    	_FPE_INTDIV = 0x1
    	_FPE_INTOVF = 0x2
    	_FPE_FLTDIV = 0x3
    	_FPE_FLTOVF = 0x4
    	_FPE_FLTUND = 0x5
    	_FPE_FLTRES = 0x6
    	_FPE_FLTINV = 0x7
    	_FPE_FLTSUB = 0x8
    
    	_BUS_ADRALN = 0x1
    	_BUS_ADRERR = 0x2
    	_BUS_OBJERR = 0x3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go

    }
    
    type FdSet struct {
    	Bits [16]uint64
    }
    
    const (
    	sizeofIfMsghdr         = 0xa8
    	SizeofIfMsghdr         = 0xa8
    	sizeofIfData           = 0x98
    	SizeofIfData           = 0x98
    	SizeofIfaMsghdr        = 0x14
    	SizeofIfmaMsghdr       = 0x10
    	SizeofIfAnnounceMsghdr = 0x18
    	SizeofRtMsghdr         = 0x98
    	SizeofRtMetrics        = 0x70
    )
    
    type ifMsghdr struct {
    	Msglen  uint16
    	Version uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go

    	SIGCHLD   = syscall.Signal(0x12)
    	SIGCLD    = syscall.Signal(0x12)
    	SIGCONT   = syscall.Signal(0x19)
    	SIGEMT    = syscall.Signal(0x7)
    	SIGIO     = syscall.Signal(0x16)
    	SIGPOLL   = syscall.Signal(0x16)
    	SIGPROF   = syscall.Signal(0x1d)
    	SIGPWR    = syscall.Signal(0x13)
    	SIGSTOP   = syscall.Signal(0x17)
    	SIGSYS    = syscall.Signal(0xc)
    	SIGTSTP   = syscall.Signal(0x18)
    	SIGTTIN   = syscall.Signal(0x1a)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  6. src/vendor/golang.org/x/net/idna/trieval.go

    	mapped               category = 1
    	disallowedSTD3Mapped category = 2
    	deviation            category = 3
    )
    
    const (
    	valid               category = 0x08
    	validNV8            category = 0x18
    	validXV8            category = 0x28
    	disallowed          category = 0x40
    	disallowedSTD3Valid category = 0x80
    	ignored             category = 0xC0
    )
    
    // join types and additional rune information
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 04:45:15 UTC 2022
    - 3K bytes
    - Viewed (0)
  7. src/debug/pe/file_test.go

    			{".debug_loc", 0x38, 0xf000, 0x200, 0x3a00, 0x0, 0x0, 0x0, 0x0, 0x42100000},
    		},
    	},
    	{
    		file: "testdata/gcc-386-mingw-no-symbols-exec",
    		hdr:  FileHeader{0x14c, 0x8, 0x69676572, 0x0, 0x0, 0xe0, 0x30f},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 01 02:25:16 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/authentication/v1alpha1/generated.pb.go

    	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x41, 0x4f, 0xe2, 0x40,
    	0x14, 0xc7, 0x3b, 0x7b, 0x20, 0xa4, 0x9b, 0x6c, 0x76, 0x7b, 0x59, 0xc2, 0x61, 0x30, 0x3d, 0x18,
    	0x0f, 0x3a, 0x23, 0xc4, 0x18, 0x13, 0x6f, 0x3d, 0xe9, 0xc1, 0x98, 0x14, 0xbd, 0x78, 0xf2, 0x51,
    	0x1e, 0xed, 0x08, 0xed, 0x34, 0xed, 0x14, 0xe3, 0xcd, 0x8f, 0xe0, 0xc7, 0xe2, 0xc8, 0x91, 0x78,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/node/v1beta1/generated.pb.go

    	0xd3, 0xb4, 0x61, 0x8b, 0x7d, 0xbf, 0xc7, 0xf7, 0xfd, 0x3e, 0x7f, 0x81, 0x57, 0xda, 0xeb, 0x11,
    	0x66, 0xdc, 0x24, 0x5d, 0x66, 0x06, 0xdc, 0xa5, 0x66, 0x6f, 0xb5, 0x49, 0x05, 0x59, 0x35, 0x3d,
    	0x1a, 0xd0, 0x90, 0x08, 0xea, 0xe2, 0x6e, 0xc8, 0x05, 0x47, 0x8b, 0x09, 0x10, 0x93, 0x2e, 0xc3,
    	0x12, 0x88, 0x53, 0x60, 0x6d, 0xc5, 0x63, 0xa2, 0x15, 0x37, 0xb1, 0xc3, 0x7d, 0xd3, 0xe3, 0x1e,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 36.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go

    	SIGCHLD   = syscall.Signal(0x11)
    	SIGCLD    = syscall.Signal(0x11)
    	SIGCONT   = syscall.Signal(0x12)
    	SIGIO     = syscall.Signal(0x1d)
    	SIGPOLL   = syscall.Signal(0x1d)
    	SIGPROF   = syscall.Signal(0x1b)
    	SIGPWR    = syscall.Signal(0x1e)
    	SIGSTKFLT = syscall.Signal(0x10)
    	SIGSTOP   = syscall.Signal(0x13)
    	SIGSYS    = syscall.Signal(0x1f)
    	SIGTSTP   = syscall.Signal(0x14)
    	SIGTTIN   = syscall.Signal(0x15)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.8K bytes
    - Viewed (0)
Back to top