Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for binBits (0.2 sec)

  1. src/archive/tar/strconv.go

    // that the first byte can only be either 0x80 or 0xff. Thus, the first byte is
    // equivalent to the sign bit in two's complement form.
    func fitsInBase256(n int, x int64) bool {
    	binBits := uint(n-1) * 8
    	return n >= 9 || (x >= -1<<binBits && x < 1<<binBits)
    }
    
    // parseNumeric parses the input as being encoded in either base-256 or octal.
    // This function may return negative numbers.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 01 14:28:42 GMT 2023
    - 9K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Flags int32
    pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Index uint16
    pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Inits int32
    pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Msglen uint16
    pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8
    pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Pad_cgo_1 [4]uint8
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), type RtMsghdr struct, Flags int32
    pkg syscall (darwin-arm64), type RtMsghdr struct, Index uint16
    pkg syscall (darwin-arm64), type RtMsghdr struct, Inits uint32
    pkg syscall (darwin-arm64), type RtMsghdr struct, Msglen uint16
    pkg syscall (darwin-arm64), type RtMsghdr struct, Pad_cgo_0 [2]uint8
    pkg syscall (darwin-arm64), type RtMsghdr struct, Pid int32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), type RtMsghdr struct, Fmask int32
    pkg syscall (freebsd-arm64), type RtMsghdr struct, Index uint16
    pkg syscall (freebsd-arm64), type RtMsghdr struct, Inits uint64
    pkg syscall (freebsd-arm64), type RtMsghdr struct, Msglen uint16
    pkg syscall (freebsd-arm64), type RtMsghdr struct, Pad_cgo_0 [2]uint8
    pkg syscall (freebsd-arm64), type RtMsghdr struct, Pid int32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg syscall (darwin-386), type RtMsghdr struct, Errno int32
    pkg syscall (darwin-386), type RtMsghdr struct, Flags int32
    pkg syscall (darwin-386), type RtMsghdr struct, Index uint16
    pkg syscall (darwin-386), type RtMsghdr struct, Inits uint32
    pkg syscall (darwin-386), type RtMsghdr struct, Msglen uint16
    pkg syscall (darwin-386), type RtMsghdr struct, Pad_cgo_0 [2]uint8
    pkg syscall (darwin-386), type RtMsghdr struct, Pid int32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  6. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type RtMsghdr struct, Fmask int32 #53466
    pkg syscall (freebsd-riscv64), type RtMsghdr struct, Index uint16 #53466
    pkg syscall (freebsd-riscv64), type RtMsghdr struct, Inits uint64 #53466
    pkg syscall (freebsd-riscv64), type RtMsghdr struct, Msglen uint16 #53466
    pkg syscall (freebsd-riscv64), type RtMsghdr struct, Pad_cgo_0 [2]uint8 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Fmask int32
    pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Index uint16
    pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Inits uint32
    pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Msglen uint16
    pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8
    pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Pid int32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top