Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 213 for 0x1f0000 (0.13 sec)

  1. src/syscall/zerrors_linux_arm64.go

    	RTCF_DOREDIRECT                  = 0x1000000
    	RTCF_LOG                         = 0x2000000
    	RTCF_MASQ                        = 0x400000
    	RTCF_NAT                         = 0x800000
    	RTCF_VALVE                       = 0x200000
    	RTF_ADDRCLASSMASK                = 0xf8000000
    	RTF_ADDRCONF                     = 0x40000
    	RTF_ALLONLINK                    = 0x20000
    	RTF_BROADCAST                    = 0x10000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go

    	CBitFieldMaskBit37 = 0x4000000
    	CBitFieldMaskBit38 = 0x2000000
    	CBitFieldMaskBit39 = 0x1000000
    	CBitFieldMaskBit40 = 0x800000
    	CBitFieldMaskBit41 = 0x400000
    	CBitFieldMaskBit42 = 0x200000
    	CBitFieldMaskBit43 = 0x100000
    	CBitFieldMaskBit44 = 0x80000
    	CBitFieldMaskBit45 = 0x40000
    	CBitFieldMaskBit46 = 0x20000
    	CBitFieldMaskBit47 = 0x10000
    	CBitFieldMaskBit48 = 0x8000
    	CBitFieldMaskBit49 = 0x4000
    	CBitFieldMaskBit50 = 0x2000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go

    	CBitFieldMaskBit37 = 0x4000000
    	CBitFieldMaskBit38 = 0x2000000
    	CBitFieldMaskBit39 = 0x1000000
    	CBitFieldMaskBit40 = 0x800000
    	CBitFieldMaskBit41 = 0x400000
    	CBitFieldMaskBit42 = 0x200000
    	CBitFieldMaskBit43 = 0x100000
    	CBitFieldMaskBit44 = 0x80000
    	CBitFieldMaskBit45 = 0x40000
    	CBitFieldMaskBit46 = 0x20000
    	CBitFieldMaskBit47 = 0x10000
    	CBitFieldMaskBit48 = 0x8000
    	CBitFieldMaskBit49 = 0x4000
    	CBitFieldMaskBit50 = 0x2000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go

    	CBitFieldMaskBit12 = 0x1000
    	CBitFieldMaskBit13 = 0x2000
    	CBitFieldMaskBit14 = 0x4000
    	CBitFieldMaskBit15 = 0x8000
    	CBitFieldMaskBit16 = 0x10000
    	CBitFieldMaskBit17 = 0x20000
    	CBitFieldMaskBit18 = 0x40000
    	CBitFieldMaskBit19 = 0x80000
    	CBitFieldMaskBit20 = 0x100000
    	CBitFieldMaskBit21 = 0x200000
    	CBitFieldMaskBit22 = 0x400000
    	CBitFieldMaskBit23 = 0x800000
    	CBitFieldMaskBit24 = 0x1000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_loong64.go

    	O_NOCTTY                          = 0x100
    	O_NOFOLLOW                        = 0x20000
    	O_NONBLOCK                        = 0x800
    	O_PATH                            = 0x200000
    	O_RDONLY                          = 0x0
    	O_RDWR                            = 0x2
    	O_RSYNC                           = 0x101000
    	O_SYNC                            = 0x101000
    	O_TMPFILE                         = 0x410000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  6. src/syscall/zerrors_darwin_arm64.go

    	RTF_IFREF                         = 0x4000000
    	RTF_IFSCOPE                       = 0x1000000
    	RTF_LLINFO                        = 0x400
    	RTF_LOCAL                         = 0x200000
    	RTF_MODIFIED                      = 0x20
    	RTF_MULTICAST                     = 0x800000
    	RTF_PINNED                        = 0x100000
    	RTF_PRCLONING                     = 0x10000
    	RTF_PROTO1                        = 0x8000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  7. src/runtime/defs_freebsd_arm.go

    	_EAGAIN    = 0x23
    	_ETIMEDOUT = 0x3c
    
    	_O_WRONLY   = 0x1
    	_O_NONBLOCK = 0x4
    	_O_CREAT    = 0x200
    	_O_TRUNC    = 0x400
    	_O_CLOEXEC  = 0x100000
    
    	_PROT_NONE  = 0x0
    	_PROT_READ  = 0x1
    	_PROT_WRITE = 0x2
    	_PROT_EXEC  = 0x4
    
    	_MAP_ANON    = 0x1000
    	_MAP_SHARED  = 0x1
    	_MAP_PRIVATE = 0x2
    	_MAP_FIXED   = 0x10
    
    	_MADV_DONTNEED = 0x4
    	_MADV_FREE     = 0x5
    
    	_SA_SIGINFO = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_mips.go

    	RTCF_DOREDIRECT                  = 0x1000000
    	RTCF_LOG                         = 0x2000000
    	RTCF_MASQ                        = 0x400000
    	RTCF_NAT                         = 0x800000
    	RTCF_VALVE                       = 0x200000
    	RTF_ADDRCLASSMASK                = 0xf8000000
    	RTF_ADDRCONF                     = 0x40000
    	RTF_ALLONLINK                    = 0x20000
    	RTF_BROADCAST                    = 0x10000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_mipsle.go

    	RTCF_DOREDIRECT                  = 0x1000000
    	RTCF_LOG                         = 0x2000000
    	RTCF_MASQ                        = 0x400000
    	RTCF_NAT                         = 0x800000
    	RTCF_VALVE                       = 0x200000
    	RTF_ADDRCLASSMASK                = 0xf8000000
    	RTF_ADDRCONF                     = 0x40000
    	RTF_ALLONLINK                    = 0x20000
    	RTF_BROADCAST                    = 0x10000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  10. src/syscall/zerrors_dragonfly_amd64.go

    	RTF_MULTICAST                     = 0x800000
    	RTF_PINNED                        = 0x100000
    	RTF_PRCLONING                     = 0x10000
    	RTF_PROTO1                        = 0x8000
    	RTF_PROTO2                        = 0x4000
    	RTF_PROTO3                        = 0x40000
    	RTF_REJECT                        = 0x8
    	RTF_STATIC                        = 0x800
    	RTF_UP                            = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 59.6K bytes
    - Viewed (0)
Back to top