- Sort Score
- Result 10 results
- Languages All
Results 131 - 134 of 134 for size_t (0.29 sec)
-
CHANGELOG/CHANGELOG-1.11.md
New alpha features include: * Online volume resizing will increase the filesystem size of a resized volume without requiring a Pod restart.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), const SIGCONT = 19 #53466 pkg syscall (freebsd-riscv64), const SIGCONT Signal #53466 pkg syscall (freebsd-riscv64), const SIGEMT = 7 #53466 pkg syscall (freebsd-riscv64), const SIGEMT Signal #53466 pkg syscall (freebsd-riscv64), const SIGINFO = 29 #53466 pkg syscall (freebsd-riscv64), const SIGINFO Signal #53466 pkg syscall (freebsd-riscv64), const SIGIO = 23 #53466
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.22.md
- The new flag `--chunk-size=SIZE` for `kubectl drain` has been promoted to beta, and enabled by default. This flag may be used to alter the number of items or disable this feature when `0` is passed. ([#100148](https://github.com/kubernetes/kubernetes/pull/100148), [@KnVerey](https://github.com/KnVerey))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Dec 13 12:43:45 UTC 2022 - 454.1K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
shiftedLimbs[i+1] << (_W - shift) } } return x } // BitLenVarTime returns the actual size of x in bits. // // The actual size of x (but nothing more) leaks through timing side-channels. // Note that this is ordinarily secret, as opposed to the announced size of x. func (x *Nat) BitLenVarTime() int { // Eliminate bounds checks in the loop. size := len(x.limbs) xLimbs := x.limbs[:size] for i := size - 1; i >= 0; i-- { if xLimbs[i] != 0 { return i*_W + bitLen(xLimbs[i]) } } return 0 } // bitLen is a version of bits.Len...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)