Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 92 for setoverflow (0.44 sec)

  1. src/syscall/zerrors_linux_arm64.go

    	ENOTSOCK        = Errno(0x58)
    	ENOTSUP         = Errno(0x5f)
    	ENOTTY          = Errno(0x19)
    	ENOTUNIQ        = Errno(0x4c)
    	ENXIO           = Errno(0x6)
    	EOPNOTSUPP      = Errno(0x5f)
    	EOVERFLOW       = Errno(0x4b)
    	EOWNERDEAD      = Errno(0x82)
    	EPERM           = Errno(0x1)
    	EPFNOSUPPORT    = Errno(0x60)
    	EPIPE           = Errno(0x20)
    	EPROTO          = Errno(0x47)
    	EPROTONOSUPPORT = Errno(0x5d)
    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/syscall/zerrors_linux_ppc64le.go

    	ENOTSOCK        = Errno(0x58)
    	ENOTSUP         = Errno(0x5f)
    	ENOTTY          = Errno(0x19)
    	ENOTUNIQ        = Errno(0x4c)
    	ENXIO           = Errno(0x6)
    	EOPNOTSUPP      = Errno(0x5f)
    	EOVERFLOW       = Errno(0x4b)
    	EOWNERDEAD      = Errno(0x82)
    	EPERM           = Errno(0x1)
    	EPFNOSUPPORT    = Errno(0x60)
    	EPIPE           = Errno(0x20)
    	EPROTO          = Errno(0x47)
    	EPROTONOSUPPORT = Errno(0x5d)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_loong64.go

    	ENOTSOCK        = Errno(0x58)
    	ENOTSUP         = Errno(0x5f)
    	ENOTTY          = Errno(0x19)
    	ENOTUNIQ        = Errno(0x4c)
    	ENXIO           = Errno(0x6)
    	EOPNOTSUPP      = Errno(0x5f)
    	EOVERFLOW       = Errno(0x4b)
    	EOWNERDEAD      = Errno(0x82)
    	EPERM           = Errno(0x1)
    	EPFNOSUPPORT    = Errno(0x60)
    	EPIPE           = Errno(0x20)
    	EPROTO          = Errno(0x47)
    	EPROTONOSUPPORT = Errno(0x5d)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  4. src/encoding/gob/codec_test.go

    	}
    	// Be absolutely sure the received map is non-nil.
    	if t1.EmptyMap == nil {
    		t.Errorf("nil map sent")
    	}
    	if _t1.EmptyMap == nil {
    		t.Errorf("nil map received")
    	}
    }
    
    func TestOverflow(t *testing.T) {
    	type inputT struct {
    		Maxi int64
    		Mini int64
    		Maxu uint64
    		Maxf float64
    		Minf float64
    		Maxc complex128
    		Minc complex128
    	}
    	var it inputT
    	var err error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 19 23:03:14 UTC 2023
    - 36.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    	for {
    		buf := make([]byte, size)
    		fh := (*fileHandle)(unsafe.Pointer(&buf[0]))
    		fh.Bytes = size - uint32(unsafe.Sizeof(fileHandle{}))
    		err = nameToHandleAt(dirfd, path, fh, &mid, flags)
    		if err == EOVERFLOW {
    			if didResize {
    				// We shouldn't need to resize more than once
    				return
    			}
    			didResize = true
    			size = fh.Bytes + uint32(unsafe.Sizeof(fileHandle{}))
    			continue
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg syscall (darwin-386), const ENOTSUP = 45
    pkg syscall (darwin-386), const ENOTTY = 25
    pkg syscall (darwin-386), const ENXIO = 6
    pkg syscall (darwin-386), const EOPNOTSUPP = 102
    pkg syscall (darwin-386), const EOVERFLOW = 84
    pkg syscall (darwin-386), const EOWNERDEAD = 105
    pkg syscall (darwin-386), const EPERM = 1
    pkg syscall (darwin-386), const EPFNOSUPPORT = 46
    pkg syscall (darwin-386), const EPIPE = 32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  7. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const ENOTTY = 25
    pkg syscall (freebsd-arm64), const ENXIO = 6
    pkg syscall (freebsd-arm64), const EOPNOTSUPP = 45
    pkg syscall (freebsd-arm64), const EOVERFLOW = 84
    pkg syscall (freebsd-arm64), const EOWNERDEAD = 96
    pkg syscall (freebsd-arm64), const EOWNERDEAD Errno
    pkg syscall (freebsd-arm64), const EPERM = 1
    pkg syscall (freebsd-arm64), const EPFNOSUPPORT = 46
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), const ENOTSUP = 45
    pkg syscall (darwin-arm64), const ENOTTY = 25
    pkg syscall (darwin-arm64), const ENXIO = 6
    pkg syscall (darwin-arm64), const EOPNOTSUPP = 102
    pkg syscall (darwin-arm64), const EOVERFLOW = 84
    pkg syscall (darwin-arm64), const EOWNERDEAD = 105
    pkg syscall (darwin-arm64), const EOWNERDEAD Errno
    pkg syscall (darwin-arm64), const EPERM = 1
    pkg syscall (darwin-arm64), const EPFNOSUPPORT = 46
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const ENOTTY = 25 #53466
    pkg syscall (freebsd-riscv64), const ENXIO = 6 #53466
    pkg syscall (freebsd-riscv64), const EOPNOTSUPP = 45 #53466
    pkg syscall (freebsd-riscv64), const EOVERFLOW = 84 #53466
    pkg syscall (freebsd-riscv64), const EOWNERDEAD = 96 #53466
    pkg syscall (freebsd-riscv64), const EOWNERDEAD Errno #53466
    pkg syscall (freebsd-riscv64), const EPERM = 1 #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
Back to top