Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 213 for 0x1f0000 (0.18 sec)

  1. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go

    	return instr&0x1f0000 != 0x1f0000 && instr&0xe000 != 0xe000 && instr&0x3e0 != 0x3e0 && (instr>>5)&0x1f == (instr>>16)&0x1f
    }
    
    func cinc_csinc_64_condsel_cond(instr uint32) bool {
    	return instr&0x1f0000 != 0x1f0000 && instr&0xe000 != 0xe000 && instr&0x3e0 != 0x3e0 && (instr>>5)&0x1f == (instr>>16)&0x1f
    }
    
    func cinv_csinv_32_condsel_cond(instr uint32) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 9.6K bytes
    - Viewed (0)
  2. src/syscall/security_windows.go

    // license that can be found in the LICENSE file.
    
    package syscall
    
    import (
    	"unsafe"
    )
    
    const (
    	STANDARD_RIGHTS_REQUIRED = 0xf0000
    	STANDARD_RIGHTS_READ     = 0x20000
    	STANDARD_RIGHTS_WRITE    = 0x20000
    	STANDARD_RIGHTS_EXECUTE  = 0x20000
    	STANDARD_RIGHTS_ALL      = 0x1F0000
    )
    
    const (
    	NameUnknown          = 0
    	NameFullyQualifiedDN = 1
    	NameSamCompatible    = 2
    	NameDisplay          = 3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 12 16:42:41 UTC 2023
    - 10K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	LUP_RES_SERVICE         = 0x8000
    
    	LUP_FLUSHCACHE    = 0x1000
    	LUP_FLUSHPREVIOUS = 0x2000
    
    	LUP_NON_AUTHORITATIVE      = 0x4000
    	LUP_SECURE                 = 0x8000
    	LUP_RETURN_PREFERRED_NAMES = 0x10000
    	LUP_DNS_ONLY               = 0x20000
    
    	LUP_ADDRCONFIG           = 0x100000
    	LUP_DUAL_ADDR            = 0x200000
    	LUP_FILESERVER           = 0x400000
    	LUP_DISABLE_IDN_ENCODING = 0x00800000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	IFF_D4                        = 0x1000
    	IFF_DEBUG                     = 0x4
    	IFF_DEVHEALTH                 = 0x4000
    	IFF_DO_HW_LOOPBACK            = 0x10000
    	IFF_GROUP_ROUTING             = 0x2000000
    	IFF_IFBUFMGT                  = 0x800000
    	IFF_LINK0                     = 0x100000
    	IFF_LINK1                     = 0x200000
    	IFF_LINK2                     = 0x400000
    	IFF_LOOPBACK                  = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_ppc64.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
    - 70.9K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_s390x.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
    - 73.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	KEXEC_ARCH_MIPS_LE                          = 0xa0000
    	KEXEC_ARCH_PARISC                           = 0xf0000
    	KEXEC_ARCH_PPC                              = 0x140000
    	KEXEC_ARCH_PPC64                            = 0x150000
    	KEXEC_ARCH_RISCV                            = 0xf30000
    	KEXEC_ARCH_S390                             = 0x160000
    	KEXEC_ARCH_SH                               = 0x2a0000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	SF_APPEND                               = 0x40000
    	SF_ARCHIVED                             = 0x10000
    	SF_DATALESS                             = 0x40000000
    	SF_FIRMLINK                             = 0x800000
    	SF_IMMUTABLE                            = 0x20000
    	SF_NOUNLINK                             = 0x100000
    	SF_RESTRICTED                           = 0x80000
    	SF_SETTABLE                             = 0x3fff0000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	IFF_D4                        = 0x1000
    	IFF_DEBUG                     = 0x4
    	IFF_DEVHEALTH                 = 0x4000
    	IFF_DO_HW_LOOPBACK            = 0x10000
    	IFF_GROUP_ROUTING             = 0x2000000
    	IFF_IFBUFMGT                  = 0x800000
    	IFF_LINK0                     = 0x100000
    	IFF_LINK1                     = 0x200000
    	IFF_LINK2                     = 0x400000
    	IFF_LOOPBACK                  = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	SF_APPEND                               = 0x40000
    	SF_ARCHIVED                             = 0x10000
    	SF_DATALESS                             = 0x40000000
    	SF_FIRMLINK                             = 0x800000
    	SF_IMMUTABLE                            = 0x20000
    	SF_NOUNLINK                             = 0x100000
    	SF_RESTRICTED                           = 0x80000
    	SF_SETTABLE                             = 0x3fff0000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
Back to top