Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 310 for csize (0.06 sec)

  1. src/cmd/vendor/golang.org/x/term/term_unix.go

    	termios.Oflag &^= unix.OPOST
    	termios.Lflag &^= unix.ECHO | unix.ECHONL | unix.ICANON | unix.ISIG | unix.IEXTEN
    	termios.Cflag &^= unix.CSIZE | unix.PARENB
    	termios.Cflag |= unix.CS8
    	termios.Cc[unix.VMIN] = 1
    	termios.Cc[unix.VTIME] = 0
    	if err := unix.IoctlSetTermios(fd, ioctlWriteTermios, termios); err != nil {
    		return nil, err
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbCopyUtil.java

                    do {
                        long ooff = 0;
                        while ( ooff < size ) {
                            long wsize = size - ooff;
                            if ( wsize > byteLimit ) {
                                wsize = byteLimit;
                            }
    
                            int chunks = (int) ( wsize / maxChunkSize );
                            int lastChunkSize;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Tue Jul 07 10:52:42 UTC 2020
    - 17.1K bytes
    - Viewed (0)
  3. src/time/zoneinfo_read.go

    			if !ok {
    				return nil, errBadData
    			}
    			if uint32(int(nn)) != nn {
    				return nil, errBadData
    			}
    			n[i] = int(nn)
    		}
    	}
    
    	size := 4
    	if is64 {
    		size = 8
    	}
    
    	// Transition times.
    	txtimes := dataIO{d.read(n[NTime] * size), false}
    
    	// Time zone indices for transition times.
    	txzones := d.read(n[NTime])
    
    	// Zone info structures
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  4. src/syscall/ztypes_linux_amd64.go

    	Mode      uint32
    	Uid       uint32
    	Gid       uint32
    	X__pad0   int32
    	Rdev      uint64
    	Size      int64
    	Blksize   int64
    	Blocks    int64
    	Atim      Timespec
    	Mtim      Timespec
    	Ctim      Timespec
    	X__unused [3]int64
    }
    
    type Statfs_t struct {
    	Type    int64
    	Bsize   int64
    	Blocks  uint64
    	Bfree   uint64
    	Bavail  uint64
    	Files   uint64
    	Ffree   uint64
    	Fsid    Fsid
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 12K bytes
    - Viewed (0)
  5. src/syscall/ztypes_linux_arm.go

    	Uid       uint32
    	Gid       uint32
    	Rdev      uint64
    	X__pad2   uint16
    	Pad_cgo_1 [6]byte
    	Size      int64
    	Blksize   int32
    	Pad_cgo_2 [4]byte
    	Blocks    int64
    	Atim      Timespec
    	Mtim      Timespec
    	Ctim      Timespec
    	Ino       uint64
    }
    
    type Statfs_t struct {
    	Type      int32
    	Bsize     int32
    	Blocks    uint64
    	Bfree     uint64
    	Bavail    uint64
    	Files     uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  6. src/syscall/ztypes_linux_386.go

    	Uid       uint32
    	Gid       uint32
    	Rdev      uint64
    	X__pad2   uint16
    	Pad_cgo_1 [2]byte
    	Size      int64
    	Blksize   int32
    	Blocks    int64
    	Atim      Timespec
    	Mtim      Timespec
    	Ctim      Timespec
    	Ino       uint64
    }
    
    type Statfs_t struct {
    	Type    int32
    	Bsize   int32
    	Blocks  uint64
    	Bfree   uint64
    	Bavail  uint64
    	Files   uint64
    	Ffree   uint64
    	Fsid    Fsid
    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/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	CRDLY                            = 0x600
    	CREAD                            = 0x80
    	CS6                              = 0x10
    	CS7                              = 0x20
    	CS8                              = 0x30
    	CSIZE                            = 0x30
    	CSTOPB                           = 0x40
    	ECCGETLAYOUT                     = 0x81484d11
    	ECCGETSTATS                      = 0x80104d12
    	ECHOCTL                          = 0x200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	CRDLY                            = 0x600
    	CREAD                            = 0x80
    	CS6                              = 0x10
    	CS7                              = 0x20
    	CS8                              = 0x30
    	CSIZE                            = 0x30
    	CSTOPB                           = 0x40
    	ECCGETLAYOUT                     = 0x41484d11
    	ECCGETSTATS                      = 0x40104d12
    	ECHOCTL                          = 0x200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	CRDLY                            = 0x600
    	CREAD                            = 0x80
    	CS6                              = 0x10
    	CS7                              = 0x20
    	CS8                              = 0x30
    	CSIZE                            = 0x30
    	CSTOPB                           = 0x40
    	ECCGETLAYOUT                     = 0x81484d11
    	ECCGETSTATS                      = 0x80104d12
    	ECHOCTL                          = 0x200
    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/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go

    	CRDLY                            = 0x600
    	CREAD                            = 0x80
    	CS6                              = 0x10
    	CS7                              = 0x20
    	CS8                              = 0x30
    	CSIZE                            = 0x30
    	CSTOPB                           = 0x40
    	ECCGETLAYOUT                     = 0x81484d11
    	ECCGETSTATS                      = 0x80104d12
    	ECHOCTL                          = 0x200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.4K bytes
    - Viewed (0)
Back to top