- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 60 for 2147483648 (0.17 sec)
-
src/builtin/builtin.go
type int8 int8 // int16 is the set of all signed 16-bit integers. // Range: -32768 through 32767. type int16 int16 // int32 is the set of all signed 32-bit integers. // Range: -2147483648 through 2147483647. type int32 int32 // int64 is the set of all signed 64-bit integers. // Range: -9223372036854775808 through 9223372036854775807. type int64 int64
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Dec 30 23:59:23 UTC 2024 - 12.8K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HpackTest.kt
bytesIn.writeByte(0x3f) bytesIn.write("e1ffffff07".decodeHex()) // count = -2147483648 assertFailsWith<IOException> { hpackReader!!.readHeaders() }.also { expected -> assertThat(expected.message) .isEqualTo("Invalid dynamic table size update -2147483648") } } /** * http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-12#appendix-C.2.4
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 38.6K bytes - Viewed (0) -
api/go1.4.txt
pkg syscall (windows-amd64), const SIO_UDP_CONNRESET ideal-int # CL 102320044 syscall: implement syscall.Getppid() on Windows, Alan Shreve <******@****.***> pkg syscall (windows-386), const TH32CS_INHERIT = 2147483648 pkg syscall (windows-386), const TH32CS_INHERIT ideal-int pkg syscall (windows-386), const TH32CS_SNAPALL = 15 pkg syscall (windows-386), const TH32CS_SNAPALL ideal-int
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (windows-386), const HKEY_CURRENT_USER = 2147483649 pkg syscall (windows-386), const HKEY_DYN_DATA = 2147483654 pkg syscall (windows-386), const HKEY_LOCAL_MACHINE = 2147483650 pkg syscall (windows-386), const HKEY_PERFORMANCE_DATA = 2147483652 pkg syscall (windows-386), const HKEY_USERS = 2147483651 pkg syscall (windows-386), const IFF_LOOPBACK = 4 pkg syscall (windows-386), const IFF_MULTICAST = 16
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const NET_RT_IFMALIST ideal-int pkg syscall (freebsd-arm64), const NET_RT_MAXID = 6 pkg syscall (freebsd-arm64), const NET_RT_MAXID ideal-int pkg syscall (freebsd-arm64), const NOFLSH = 2147483648 pkg syscall (freebsd-arm64), const NOFLSH ideal-int pkg syscall (freebsd-arm64), const NOTE_ATTRIB = 8 pkg syscall (freebsd-arm64), const NOTE_ATTRIB ideal-int pkg syscall (freebsd-arm64), const NOTE_CHILD = 4
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/loong64enc1.s
MOVVP 32764(R5), R4 // a4fc7f26 MOVVP 32(R5), R4 // a4200026 MOVVP 4(R5), R4 // a4040026 MOVVP (R5), R4 // a4000026 // ADDU16I.D instruction ADDV16 $(-32768<<16), R4, R5 // ADDV16 $-2147483648, R4, R5 // 85000012 ADDV16 $(0<<16), R4, R5 // ADDV16 $0, R4, R5 // 85000010 ADDV16 $(8<<16), R4, R5 // ADDV16 $524288, R4, R5 // 85200010 ADDV16 $(32767<<16), R4, R5 // ADDV16 $2147418112, R4, R5 // 85fcff11
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Sep 04 19:24:25 UTC 2025 - 35.5K bytes - Viewed (0) -
api/go1.16.txt
pkg io/fs, const ModeAppend FileMode pkg io/fs, const ModeCharDevice = 2097152 pkg io/fs, const ModeCharDevice FileMode pkg io/fs, const ModeDevice = 67108864 pkg io/fs, const ModeDevice FileMode pkg io/fs, const ModeDir = 2147483648 pkg io/fs, const ModeDir FileMode pkg io/fs, const ModeExclusive = 536870912 pkg io/fs, const ModeExclusive FileMode pkg io/fs, const ModeIrregular = 524288 pkg io/fs, const ModeIrregular FileMode
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
api/go1.5.txt
pkg math/big, const Below Accuracy pkg math/big, const Exact = 0 pkg math/big, const Exact Accuracy pkg math/big, const MaxExp = 2147483647 pkg math/big, const MaxExp ideal-int pkg math/big, const MaxPrec = 4294967295 pkg math/big, const MaxPrec ideal-int pkg math/big, const MinExp = -2147483648 pkg math/big, const MinExp ideal-int pkg math/big, const ToNearestAway = 1 pkg math/big, const ToNearestAway RoundingMode
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64.s
ANDS $0xffff, R2 // ANDS $65535, R2 // 423c40f2 AND $0x7fffffff, R3 // AND $2147483647, R3 // 63784092 ANDS $0x0ffffffff80000000, R2 // ANDS $-2147483648, R2 // 428061f2 AND $0xfffff, R2 // AND $1048575, R2 // 424c4092
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Mar 26 10:48:50 UTC 2025 - 95.3K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const F_DUPFD_CLOEXEC = 12 pkg syscall (netbsd-arm64-cgo), const F_DUPFD_CLOEXEC ideal-int pkg syscall (netbsd-arm64-cgo), const F_DUPFD ideal-int pkg syscall (netbsd-arm64-cgo), const F_FSCTL = -2147483648 pkg syscall (netbsd-arm64-cgo), const F_FSCTL ideal-int pkg syscall (netbsd-arm64-cgo), const F_FSDIRMASK = 1879048192 pkg syscall (netbsd-arm64-cgo), const F_FSDIRMASK ideal-int
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0)