Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 110 for 0x01000000 (0.23 sec)

  1. src/main/java/jcifs/smb1/util/DES.java

            0x00010000, 0x01010404, 0x00000004, 0x01010000,
            0x01010400, 0x01000000, 0x01000000, 0x00000400,
            0x01010004, 0x00010000, 0x00010400, 0x01000004,
            0x00000400, 0x00000004, 0x01000404, 0x00010404,
            0x01010404, 0x00010004, 0x01010000, 0x01000404,
            0x01000004, 0x00000404, 0x00010404, 0x01010400,
            0x00000404, 0x01000400, 0x01000400, 0x00000000,
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 21.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/memory_windows.go

    	PAGE_WRITECOPY         = 0x00000008
    	PAGE_EXECUTE           = 0x00000010
    	PAGE_EXECUTE_READ      = 0x00000020
    	PAGE_EXECUTE_READWRITE = 0x00000040
    	PAGE_EXECUTE_WRITECOPY = 0x00000080
    	PAGE_GUARD             = 0x00000100
    	PAGE_NOCACHE           = 0x00000200
    	PAGE_WRITECOMBINE      = 0x00000400
    	PAGE_TARGETS_INVALID   = 0x40000000
    	PAGE_TARGETS_NO_UPDATE = 0x40000000
    
    	QUOTA_LIMITS_HARDWS_MIN_DISABLE = 0x00000002
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 04 16:59:45 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  3. src/internal/syscall/windows/symlink_windows.go

    // license that can be found in the LICENSE file.
    
    package windows
    
    import "syscall"
    
    const (
    	ERROR_INVALID_PARAMETER syscall.Errno = 87
    
    	FILE_SUPPORTS_OBJECT_IDS      = 0x00010000
    	FILE_SUPPORTS_OPEN_BY_FILE_ID = 0x01000000
    
    	// symlink support for CreateSymbolicLink() starting with Windows 10 (1703, v10.0.14972)
    	SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE = 0x2
    
    	// FileInformationClass values
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 19:06:55 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	IN_CLOEXEC               = 0x00001000
    	IN_NONBLOCK              = 0x00000004
    	IN_ACCESS                = 0x00000001
    	IN_MODIFY                = 0x00000002
    	IN_ATTRIB                = 0x00000004
    	IN_CLOSE_WRITE           = 0x00000008
    	IN_CLOSE_NOWRITE         = 0x00000010
    	IN_OPEN                  = 0x00000020
    	IN_MOVED_FROM            = 0x00000040
    	IN_MOVED_TO              = 0x00000080
    	IN_CREATE                = 0x00000100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	MB_TASKMODAL            = 0x00002000
    	MB_HELP                 = 0x00004000
    	MB_NOFOCUS              = 0x00008000
    	MB_SETFOREGROUND        = 0x00010000
    	MB_DEFAULT_DESKTOP_ONLY = 0x00020000
    	MB_TOPMOST              = 0x00040000
    	MB_RIGHT                = 0x00080000
    	MB_RTLREADING           = 0x00100000
    	MB_SERVICE_NOTIFICATION = 0x00200000
    )
    
    const (
    	MOVEFILE_REPLACE_EXISTING      = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  6. src/debug/macho/macho.go

    	FlagSetuidSafe            uint32 = 0x80000
    	FlagNoReexportedDylibs    uint32 = 0x100000
    	FlagPIE                   uint32 = 0x200000
    	FlagDeadStrippableDylib   uint32 = 0x400000
    	FlagHasTLVDescriptors     uint32 = 0x800000
    	FlagNoHeapExecution       uint32 = 0x1000000
    	FlagAppExtensionSafe      uint32 = 0x2000000
    )
    
    // A Section32 is a 32-bit Mach-O section header.
    type Section32 struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 14 00:56:52 UTC 2021
    - 7.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    	ERROR_LINE_NOT_FOUND                         Errno = 0x20000000 | 0xC0000000 | 0x102
    	ERROR_NO_BACKUP                              Errno = 0x20000000 | 0xC0000000 | 0x103
    	ERROR_NO_ASSOCIATED_CLASS                    Errno = 0x20000000 | 0xC0000000 | 0x200
    	ERROR_CLASS_MISMATCH                         Errno = 0x20000000 | 0xC0000000 | 0x201
    	ERROR_DUPLICATE_FOUND                        Errno = 0x20000000 | 0xC0000000 | 0x202
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  8. src/syscall/types_windows.go

    }
    
    const (
    	GENERIC_READ    = 0x80000000
    	GENERIC_WRITE   = 0x40000000
    	GENERIC_EXECUTE = 0x20000000
    	GENERIC_ALL     = 0x10000000
    
    	FILE_LIST_DIRECTORY   = 0x00000001
    	FILE_APPEND_DATA      = 0x00000004
    	FILE_WRITE_ATTRIBUTES = 0x00000100
    
    	FILE_SHARE_READ              = 0x00000001
    	FILE_SHARE_WRITE             = 0x00000002
    	FILE_SHARE_DELETE            = 0x00000004
    	FILE_ATTRIBUTE_READONLY      = 0x00000001
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  9. src/syscall/exec_linux.go

    	CLONE_PARENT_SETTID  = 0x00100000 // set the TID in the parent
    	CLONE_CHILD_CLEARTID = 0x00200000 // clear the TID in the child
    	CLONE_DETACHED       = 0x00400000 // Unused, ignored
    	CLONE_UNTRACED       = 0x00800000 // set if the tracing process can't force CLONE_PTRACE on this clone
    	CLONE_CHILD_SETTID   = 0x01000000 // set the TID in the child
    	CLONE_NEWCGROUP      = 0x02000000 // New cgroup namespace
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 07:45:37 UTC 2024
    - 23K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/syscall_aix.go

    func (w WaitStatus) Signal() Signal {
    	if !w.Signaled() {
    		return -1
    	}
    	return Signal(w>>16) & 0xFF
    }
    
    func (w WaitStatus) Continued() bool { return w&0x01000000 != 0 }
    
    func (w WaitStatus) CoreDump() bool { return w&0x80 == 0x80 }
    
    func (w WaitStatus) TrapCause() int { return -1 }
    
    //sys	ioctl(fd int, req int, arg uintptr) (err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 16.1K bytes
    - Viewed (0)
Back to top