- Sort Score
- Result 10 results
- Languages All
Results 11 - 14 of 14 for maxInt64 (0.14 sec)
-
src/archive/zip/reader_test.go
} if _, err := io.Copy(io.Discard, r); err != nil { t.Fatalf("unexpected error: %v", err) } } } func TestBaseOffsetPlusOverflow(t *testing.T) { // directoryOffset > maxInt64 && size-directoryOffset < 0 data := []byte{ 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Mar 11 22:19:38 UTC 2025 - 56.6K bytes - Viewed (0) -
api/go1.txt
pkg math, const MaxFloat64 ideal-float pkg math, const MaxInt16 ideal-int pkg math, const MaxInt32 ideal-int pkg math, const MaxInt64 ideal-int pkg math, const MaxInt8 ideal-int pkg math, const MaxUint16 ideal-int pkg math, const MaxUint32 ideal-int pkg math, const MaxUint64 ideal-int pkg math, const MaxUint8 ideal-int pkg math, const MinInt16 ideal-int pkg math, const MinInt32 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) -
api/go1.1.txt
pkg math, const MaxInt16 = 32767 pkg math, const MaxInt32 = 2147483647 pkg math, const MaxInt64 = 9223372036854775807 pkg math, const MaxInt8 = 127 pkg math, const MaxUint16 = 65535 pkg math, const MaxUint32 = 4294967295 pkg math, const MaxUint64 = 18446744073709551615 pkg math, const MaxUint8 = 255 pkg math, const MinInt16 = -32768 pkg math, const MinInt32 = -2147483648
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
byteorder.BEUint32(nonce[:4]) } if g.fixedName != byteorder.BEUint32(nonce[:4]) { panic("crypto/cipher: incorrect module name given to GCMWithCounterNonce") } counter -= g.start // Ensure the counter is monotonically increasing. if counter == math.MaxUint64 { panic("crypto/cipher: counter wrapped") } if counter < g.next { panic("crypto/cipher: counter decreased") } g.next = counter + 1 fips140.RecordApproved() return g.g.sealAfterIndicator(dst, nonce, plaintext, data) } func (g *GCMWithCounterNonce)...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)