- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 130 for Resize (0.06 sec)
-
doc/asm.html
After the symbol, the arguments are flags (see below) and the frame size, a constant (but see below): </p> <pre> TEXT runtime·profileloop(SB),NOSPLIT,$8 MOVQ $runtime·profileloop1(SB), CX MOVQ CX, 0(SP) CALL runtime·externalthreadhandler(SB) RET </pre> <p> In the general case, the frame size is followed by an argument size, separated by a minus sign. (It's not a subtraction, just idiosyncratic syntax.)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Nov 28 19:15:27 UTC 2023 - 36.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
size = response.info.getCapacity(); } else if (getUncPath0().length() > 1 && type != TYPE_NAMED_PIPE) { final Info info = queryPath(getUncPath0(), Trans2QueryPathInformationResponse.SMB_QUERY_FILE_STANDARD_INFO); size = info.getSize(); } else { size = 0L; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
api/go1.txt
pkg crypto/sha1, const Size ideal-int pkg crypto/sha1, func New() hash.Hash pkg crypto/sha256, const BlockSize ideal-int pkg crypto/sha256, const Size ideal-int pkg crypto/sha256, const Size224 ideal-int pkg crypto/sha256, func New() hash.Hash pkg crypto/sha256, func New224() hash.Hash pkg crypto/sha512, const BlockSize ideal-int pkg crypto/sha512, const Size ideal-int pkg crypto/sha512, const Size384 ideal-int
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M 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) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const CS7 ideal-int pkg syscall (freebsd-arm64), const CS8 = 768 pkg syscall (freebsd-arm64), const CS8 ideal-int pkg syscall (freebsd-arm64), const CSIZE = 768 pkg syscall (freebsd-arm64), const CSIZE ideal-int pkg syscall (freebsd-arm64), const CSTART = 17 pkg syscall (freebsd-arm64), const CSTART ideal-int pkg syscall (freebsd-arm64), const CSTATUS = 20
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const CS7 ideal-int pkg syscall (darwin-arm64), const CS8 = 768 pkg syscall (darwin-arm64), const CS8 ideal-int pkg syscall (darwin-arm64), const CSIZE = 768 pkg syscall (darwin-arm64), const CSIZE ideal-int pkg syscall (darwin-arm64), const CSTART = 17 pkg syscall (darwin-arm64), const CSTART ideal-int pkg syscall (darwin-arm64), const CSTATUS = 20
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.7.md
* Calico has been updated to v2.5, RBAC added, and is now automatically scaled when GCE clusters are resized. ([#51237](https://github.com/kubernetes/kubernetes/pull/51237), [@gunjan5](https://github.com/gunjan5)) # v1.7.5 [Documentation](https://docs.k8s.io) & [Examples](https://releases.k8s.io/release-1.7/examples)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 308.7K bytes - Viewed (1) -
api/go1.2.txt
pkg syscall (linux-arm-cgo), type Statfs_t struct, Bsize int32 pkg syscall (linux-arm-cgo), type Statfs_t struct, Ffree uint64 pkg syscall (linux-arm-cgo), type Statfs_t struct, Files uint64 pkg syscall (linux-arm-cgo), type Statfs_t struct, Flags int32 pkg syscall (linux-arm-cgo), type Statfs_t struct, Frsize int32 pkg syscall (linux-arm-cgo), type Statfs_t struct, Fsid Fsid
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), const CS8 = 768 #53466 pkg syscall (freebsd-riscv64), const CS8 ideal-int #53466 pkg syscall (freebsd-riscv64), const CSIZE = 768 #53466 pkg syscall (freebsd-riscv64), const CSIZE ideal-int #53466 pkg syscall (freebsd-riscv64), const CSTART = 17 #53466 pkg syscall (freebsd-riscv64), const CSTART ideal-int #53466 pkg syscall (freebsd-riscv64), const CSTATUS = 20 #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) -
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)