Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 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. internal/pubsub/pubsub.go

    }
    
    // Subscribers returns the number of current subscribers for all types.
    func (ps *PubSub[T, M]) Subscribers() int32 {
    	return atomic.LoadInt32(&ps.numSubscribers)
    }
    
    // New inits a PubSub system with a limit of maximum
    // subscribers unless zero is specified
    func New[T Maskable, M Maskable](maxSubscribers int32) *PubSub[T, M] {
    	return &PubSub[T, M]{maxSubscribers: maxSubscribers}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Feb 06 16:57:30 GMT 2024
    - 5.2K bytes
    - Viewed (0)
  3. src/main/config/eclipse/formatter/java.xml

    <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value="insert"/>
    <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" value="do not insert"/>
    <setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" value="insert"/>
    <setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" value="insert"/>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sun Sep 17 06:39:42 GMT 2017
    - 30.5K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  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.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)
  8. 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)
  9. 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)
Back to top