Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 356 for 0_80 (0.08 sec)

  1. src/internal/runtime/syscall/defs_linux_mipsx.go

    const (
    	SYS_FCNTL         = 4055
    	SYS_MPROTECT      = 4125
    	SYS_EPOLL_CTL     = 4249
    	SYS_EPOLL_PWAIT   = 4313
    	SYS_EPOLL_CREATE1 = 4326
    	SYS_EPOLL_PWAIT2  = 4441
    	SYS_EVENTFD2      = 4325
    
    	EFD_NONBLOCK = 0x80
    )
    
    type EpollEvent struct {
    	Events    uint32
    	pad_cgo_0 [4]byte
    	Data      uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 14:54:29 UTC 2024
    - 512 bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/net/route/zsys_freebsd_amd64.go

    	sizeofIfDataFreeBSD7Emu  = 0x98
    	sizeofIfDataFreeBSD8Emu  = 0x98
    	sizeofIfDataFreeBSD9Emu  = 0x98
    	sizeofIfDataFreeBSD10Emu = 0x98
    	sizeofIfDataFreeBSD11Emu = 0x98
    
    	sizeofSockaddrStorage = 0x80
    	sizeofSockaddrInet    = 0x10
    	sizeofSockaddrInet6   = 0x1c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 05 19:54:32 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/asm_linux_s390x.s

    //
    
    // Just jump to package syscall's implementation for all these functions.
    // The runtime may know about them.
    
    TEXT ·Syscall(SB),NOSPLIT,$0-56
    	BR	syscall·Syscall(SB)
    
    TEXT ·Syscall6(SB),NOSPLIT,$0-80
    	BR	syscall·Syscall6(SB)
    
    TEXT ·SyscallNoError(SB),NOSPLIT,$0-48
    	BL	runtime·entersyscall(SB)
    	MOVD	a1+8(FP), R2
    	MOVD	a2+16(FP), R3
    	MOVD	a3+24(FP), R4
    	MOVD	$0, R5
    	MOVD	$0, R6
    	MOVD	$0, R7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/bpxsvc_zos.go

    	BPX4PTR = 320  // ptrace
    )
    
    const (
    	//options
    	//byte1
    	BPX_OPNFHIGH = 0x80
    	//byte2
    	BPX_OPNFEXEC = 0x80
    	//byte3
    	BPX_O_NOLARGEFILE = 0x08
    	BPX_O_LARGEFILE   = 0x04
    	BPX_O_ASYNCSIG    = 0x02
    	BPX_O_SYNC        = 0x01
    	//byte4
    	BPX_O_CREXCL   = 0xc0
    	BPX_O_CREAT    = 0x80
    	BPX_O_EXCL     = 0x40
    	BPX_O_NOCTTY   = 0x20
    	BPX_O_TRUNC    = 0x10
    	BPX_O_APPEND   = 0x08
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  5. src/syscall/asm_openbsd_ppc64.s

    TEXT	·Syscall6(SB),NOSPLIT,$0-80
    	JMP	·syscall6Internal(SB)
    
    // func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno)
    TEXT	·RawSyscall(SB),NOSPLIT,$0-56
    	JMP	·rawSyscallInternal(SB)
    
    // func RawSyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno)
    TEXT	·RawSyscall6(SB),NOSPLIT,$0-80
    	JMP	·rawSyscall6Internal(SB)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 1K bytes
    - Viewed (0)
  6. src/syscall/ztypes_linux_386.go

    	INPCK    = 0x10
    	ISTRIP   = 0x20
    	INLCR    = 0x40
    	IGNCR    = 0x80
    	ICRNL    = 0x100
    	IUCLC    = 0x200
    	IXON     = 0x400
    	IXANY    = 0x800
    	IXOFF    = 0x1000
    	IMAXBEL  = 0x2000
    	IUTF8    = 0x4000
    	OPOST    = 0x1
    	OLCUC    = 0x2
    	ONLCR    = 0x4
    	OCRNL    = 0x8
    	ONOCR    = 0x10
    	ONLRET   = 0x20
    	OFILL    = 0x40
    	OFDEL    = 0x80
    	B0       = 0x0
    	B50      = 0x1
    	B75      = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  7. src/syscall/net_fake.go

    	SOCK_DGRAM
    	SOCK_RAW
    	SOCK_SEQPACKET
    )
    
    const (
    	IPPROTO_IP   = 0
    	IPPROTO_IPV4 = 4
    	IPPROTO_IPV6 = 0x29
    	IPPROTO_TCP  = 6
    	IPPROTO_UDP  = 0x11
    )
    
    const (
    	SOMAXCONN = 0x80
    )
    
    const (
    	_ = iota
    	IPV6_V6ONLY
    	SO_ERROR
    )
    
    // Misc constants expected by package net but not supported.
    const (
    	_ = iota
    	F_DUPFD_CLOEXEC
    	SYS_FCNTL = 500 // unsupported
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 883 bytes
    - Viewed (0)
  8. src/compress/gzip/gunzip_test.go

    			0xda, 0xdb, 0xcf, 0x3e, 0xf1, 0xc7, 0xf1, 0x01,
    			0x12, 0x93, 0x0a, 0xeb, 0x6f, 0xf2, 0x02, 0x15,
    			0x96, 0x77, 0x5d, 0xef, 0x9c, 0xfb, 0x88, 0x91,
    			0x59, 0xf9, 0x84, 0xdd, 0x9b, 0x26, 0x8d, 0x80,
    			0xf9, 0x80, 0x66, 0x2d, 0xac, 0xf7, 0x1f, 0x06,
    			0xba, 0x7f, 0xff, 0xee, 0xed, 0x40, 0x5f, 0xa5,
    			0xd6, 0xbd, 0x8c, 0x5b, 0x46, 0xd2, 0x7e, 0x48,
    			0x4a, 0x65, 0x8f, 0x08, 0x42, 0x60, 0xf7, 0x0f,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 12 15:06:07 UTC 2022
    - 19.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	TIOCM_CAR                        = 0x40
    	TIOCM_CD                         = 0x40
    	TIOCM_CTS                        = 0x20
    	TIOCM_DSR                        = 0x100
    	TIOCM_RI                         = 0x80
    	TIOCM_RNG                        = 0x80
    	TIOCM_SR                         = 0x10
    	TIOCM_ST                         = 0x8
    	TIOCNOTTY                        = 0x5422
    	TIOCNXCL                         = 0x540d
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  10. src/syscall/ztypes_linux_arm.go

    	INPCK    = 0x10
    	ISTRIP   = 0x20
    	INLCR    = 0x40
    	IGNCR    = 0x80
    	ICRNL    = 0x100
    	IUCLC    = 0x200
    	IXON     = 0x400
    	IXANY    = 0x800
    	IXOFF    = 0x1000
    	IMAXBEL  = 0x2000
    	IUTF8    = 0x4000
    	OPOST    = 0x1
    	OLCUC    = 0x2
    	ONLCR    = 0x4
    	OCRNL    = 0x8
    	ONOCR    = 0x10
    	ONLRET   = 0x20
    	OFILL    = 0x40
    	OFDEL    = 0x80
    	B0       = 0x0
    	B50      = 0x1
    	B75      = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.5K bytes
    - Viewed (0)
Back to top