- Sort Score
- Result 10 results
- Languages All
Results 11 - 18 of 18 for 4294967295 (0.09 sec)
-
src/test/java/jcifs/internal/fscc/FileSystemInformationTest.java
void testDecode64BitValues() throws SMBProtocolDecodingException { byte[] buffer = new byte[24]; // alloc (8 bytes) - 0x0000000100000000 (4294967296) buffer[4] = 0x01; // free (8 bytes) - 0x0000000080000000 (2147483648) buffer[12] = (byte) 0x80; // sectPerAlloc (4 bytes) - 8 buffer[16] = 0x08;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.1K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/riscv64error.s
SLLIW $-1, X5, X6 // ERROR "immediate out of range 0 to 31" SRLIW $-1, X5, X6 // ERROR "immediate out of range 0 to 31" SRAIW $-1, X5, X6 // ERROR "immediate out of range 0 to 31" SD X5, 4294967296(X6) // ERROR "constant 4294967296 too large" FNES F1, (X5) // ERROR "needs an integer register output" // // "V" Standard Extension for Vector Operations, Version 1.0 //
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu May 08 08:53:43 UTC 2025 - 24.8K bytes - Viewed (0) -
guava-tests/test/com/google/common/math/LongMathTest.java
for (long a : ALL_LONG_CANDIDATES) { for (long b : ALL_LONG_CANDIDATES) { if (isAndroid && a == -4294967296L && b == 2147483648L) { /* * Bug in older versions of Android we test against, since fixed: -9223372036854775808L / * -4294967296L = -9223372036854775808L! * * To be clear, this bug affects not the test's computation of the expected result but the
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 31.4K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64enc.s
TST $0xfffffff0, LR // TST $4294967280, R30 // df6f7cf2 TSTW R10@>21, R2 // 5f54ca6a TST R17<<11, R24 // 1f2f11ea ANDSW $0x80000007, R9, ZR // ANDSW $2147483655, R9, ZR // 3f0d0172 ANDS $0xfffffff0, LR, ZR // ANDS $4294967280, R30, ZR // df6f7cf2 ANDSW R10@>21, R2, ZR // 5f54ca6a
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jul 24 01:11:41 UTC 2023 - 43.9K bytes - Viewed (0) -
doc/go_spec.html
</p> <pre class="grammar"> uint8 the set of all unsigned 8-bit integers (0 to 255) uint16 the set of all unsigned 16-bit integers (0 to 65535) uint32 the set of all unsigned 32-bit integers (0 to 4294967295) uint64 the set of all unsigned 64-bit integers (0 to 18446744073709551615) int8 the set of all signed 8-bit integers (-128 to 127) int16 the set of all signed 16-bit integers (-32768 to 32767)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const IN_LOOPBACKNET = 127 pkg syscall (freebsd-arm64), const IN_LOOPBACKNET ideal-int pkg syscall (freebsd-arm64), const IN_RFC3021_MASK = 4294967294 pkg syscall (freebsd-arm64), const IN_RFC3021_MASK ideal-int pkg syscall (freebsd-arm64), const INLCR = 64 pkg syscall (freebsd-arm64), const INLCR ideal-int pkg syscall (freebsd-arm64), const INPCK = 16
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.13.txt
pkg syscall (netbsd-arm64-cgo), const IPV6_FAITH = 29 pkg syscall (netbsd-arm64-cgo), const IPV6_FAITH ideal-int pkg syscall (netbsd-arm64-cgo), const IPV6_FLOWINFO_MASK = 4294967055 pkg syscall (netbsd-arm64-cgo), const IPV6_FLOWINFO_MASK ideal-int pkg syscall (netbsd-arm64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600 pkg syscall (netbsd-arm64-cgo), const IPV6_FLOWLABEL_MASK 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) -
api/go1.16.txt
pkg syscall (darwin-arm64), const IPV6_DEFHLIM ideal-int pkg syscall (darwin-arm64), const IPV6_FAITH = 29 pkg syscall (darwin-arm64), const IPV6_FAITH ideal-int pkg syscall (darwin-arm64), const IPV6_FLOWINFO_MASK = 4294967055 pkg syscall (darwin-arm64), const IPV6_FLOWINFO_MASK ideal-int pkg syscall (darwin-arm64), const IPV6_FLOWLABEL_MASK = 4294905600 pkg syscall (darwin-arm64), const IPV6_FLOWLABEL_MASK ideal-int
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0)