- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for binBits (0.06 seconds)
-
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.
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Sep 08 17:08:20 GMT 2025 - 9.1K bytes - Click Count (0) -
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}
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Feb 06 16:57:30 GMT 2024 - 5.2K bytes - Click Count (0) -
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
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Oct 18 04:36:59 GMT 2013 - 1.9M bytes - Click Count (1) -
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
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Aug 08 18:44:16 GMT 2019 - 452.6K bytes - Click Count (0) -
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
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (0) -
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
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
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
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 21:23:32 GMT 2023 - 602.6K bytes - Click Count (0) -
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
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)