Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 240 for 2_8000 (0.1 sec)

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

    	VSTRT                         = 0x7
    	VSUSP                         = 0x9
    	VT0                           = 0x0
    	VT1                           = 0x8000
    	VTDELAY                       = 0x2000
    	VTDLY                         = 0x8000
    	VTIME                         = 0x5
    	VWERSE                        = 0xd
    	WPARSTART                     = 0x1
    	WPARSTOP                      = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_ppc64le.go

    	BPF_X                            = 0x8
    	BPF_XOR                          = 0xa0
    	BRKINT                           = 0x2
    	CFLUSH                           = 0xf
    	CLOCAL                           = 0x8000
    	CREAD                            = 0x800
    	CS5                              = 0x0
    	CS6                              = 0x100
    	CS7                              = 0x200
    	CS8                              = 0x300
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  3. test/fixedbugs/issue51733.go

    //go:build cgo
    
    package main
    
    import (
    	"log"
    	"runtime/cgo"
    	"unsafe"
    )
    
    type S struct{ _ cgo.Incomplete }
    
    func main() {
    	p := (*S)(unsafe.Pointer(uintptr(0x8000)))
    	var v any = p
    	p2 := v.(*S)
    	if p != p2 {
    		log.Fatalf("%p != %p", unsafe.Pointer(p), unsafe.Pointer(p2))
    	}
    	p2 = typeAssert[*S](v)
    	if p != p2 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 02 15:27:18 UTC 2022
    - 619 bytes
    - Viewed (0)
  4. test/fixedbugs/issue27732a.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // This checks that the -smallframes flag forces a large variable to heap.
    
    package main
    
    const (
    	bufferLen = 200000
    )
    
    type kbyte []byte
    type circularBuffer [bufferLen]kbyte
    
    var sink byte
    
    func main() {
    	var c circularBuffer // ERROR "moved to heap: c$"
    	sink = c[0][0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 28 19:27:20 UTC 2019
    - 472 bytes
    - Viewed (0)
  5. src/debug/pe/pe.go

    	IMAGE_FILE_NET_RUN_FROM_SWAP       = 0x0800
    	IMAGE_FILE_SYSTEM                  = 0x1000
    	IMAGE_FILE_DLL                     = 0x2000
    	IMAGE_FILE_UP_SYSTEM_ONLY          = 0x4000
    	IMAGE_FILE_BYTES_REVERSED_HI       = 0x8000
    )
    
    // OptionalHeader64.Subsystem and OptionalHeader32.Subsystem values.
    const (
    	IMAGE_SUBSYSTEM_UNKNOWN                  = 0
    	IMAGE_SUBSYSTEM_NATIVE                   = 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 09 01:21:43 UTC 2022
    - 6.6K bytes
    - Viewed (0)
  6. src/debug/plan9obj/plan9obj.go

    	Pcsz  uint32 /* size of pc/line number table */
    }
    
    // Plan 9 symbol table entries.
    type sym struct {
    	value uint64
    	typ   byte
    	name  []byte
    }
    
    const (
    	Magic64 = 0x8000 // 64-bit expanded header
    
    	Magic386   = (4*11+0)*11 + 7
    	MagicAMD64 = (4*26+0)*26 + 7 + Magic64
    	MagicARM   = (4*20+0)*20 + 7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 23:34:33 UTC 2016
    - 863 bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_mips64.go

    	IFF_DETACH_QUEUE                 = 0x400
    	IFF_DISABLE_NETPOLL              = 0x1000
    	IFF_DONT_BRIDGE                  = 0x800
    	IFF_DORMANT                      = 0x20000
    	IFF_DYNAMIC                      = 0x8000
    	IFF_EBRIDGE                      = 0x2
    	IFF_ECHO                         = 0x40000
    	IFF_ISATAP                       = 0x80
    	IFF_LIVE_ADDR_CHANGE             = 0x100000
    	IFF_LOOPBACK                     = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_mips64le.go

    	IFF_DETACH_QUEUE                 = 0x400
    	IFF_DISABLE_NETPOLL              = 0x1000
    	IFF_DONT_BRIDGE                  = 0x800
    	IFF_DORMANT                      = 0x20000
    	IFF_DYNAMIC                      = 0x8000
    	IFF_EBRIDGE                      = 0x2
    	IFF_ECHO                         = 0x40000
    	IFF_ISATAP                       = 0x80
    	IFF_LIVE_ADDR_CHANGE             = 0x100000
    	IFF_LOOPBACK                     = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_arm64.go

    	HUPCL                            = 0x400
    	ICANON                           = 0x2
    	ICMPV6_FILTER                    = 0x1
    	ICRNL                            = 0x100
    	IEXTEN                           = 0x8000
    	IFA_F_DADFAILED                  = 0x8
    	IFA_F_DEPRECATED                 = 0x20
    	IFA_F_HOMEADDRESS                = 0x10
    	IFA_F_NODAD                      = 0x2
    	IFA_F_OPTIMISTIC                 = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go

    	RTF_PERMANENT_ARP                 = 0x2000
    	RTF_PROTO1                        = 0x8000
    	RTF_PROTO2                        = 0x4000
    	RTF_PROTO3                        = 0x2000
    	RTF_REJECT                        = 0x8
    	RTF_STATIC                        = 0x800
    	RTF_UP                            = 0x1
    	RTF_USETRAILERS                   = 0x8000
    	RTM_80211INFO                     = 0x15
    	RTM_ADD                           = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
Back to top