- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 198 for k1024 (0.05 sec)
-
cmd/format-erasure_test.go
} } } } func BenchmarkInitStorageDisks256(b *testing.B) { benchmarkInitStorageDisksN(b, 256) } func BenchmarkInitStorageDisks1024(b *testing.B) { benchmarkInitStorageDisksN(b, 1024) } func BenchmarkInitStorageDisks2048(b *testing.B) { benchmarkInitStorageDisksN(b, 2048) } func BenchmarkInitStorageDisksMax(b *testing.B) { benchmarkInitStorageDisksN(b, 32*204) }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 12.7K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/ndr/NdrBufferTest.java
import jcifs.util.Encdec; public class NdrBufferTest { private byte[] buffer; private NdrBuffer ndrBuffer; @BeforeEach void setUp() { buffer = new byte[1024]; // Initialize with a reasonable size ndrBuffer = new NdrBuffer(buffer, 0); } @Test void testConstructor() { // Verify initial state assertEquals(0, ndrBuffer.start);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/FileBothDirectoryInfoTest.java
assertTrue(result.contains("lastAccessTime=")); assertTrue(result.contains("lastWriteTime=")); assertTrue(result.contains("changeTime=")); assertTrue(result.contains("endOfFile=1024")); assertTrue(result.contains("allocationSize=2048")); assertTrue(result.contains("extFileAttributes=32")); assertTrue(result.contains("eaSize=512"));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.9K bytes - Viewed (0) -
cmd/auth-handler_test.go
} // Test get request auth type. func TestGetRequestAuthType(t *testing.T) { type testCase struct { req *http.Request authT authType } nopCloser := io.NopCloser(io.LimitReader(&nullReader{}, 1024)) testCases := []testCase{ // Test case - 1 // Check for generic signature v4 header. { req: &http.Request{ URL: &url.URL{ Host: "127.0.0.1:9000", Scheme: httpScheme,
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 09 14:28:39 UTC 2025 - 15.4K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const RTF_HOST = 4 pkg syscall (freebsd-arm64), const RTF_HOST ideal-int pkg syscall (freebsd-arm64), const RTF_LLDATA = 1024 pkg syscall (freebsd-arm64), const RTF_LLDATA ideal-int pkg syscall (freebsd-arm64), const RTF_LLINFO = 1024 pkg syscall (freebsd-arm64), const RTF_LLINFO ideal-int pkg syscall (freebsd-arm64), const RTF_LOCAL = 2097152 pkg syscall (freebsd-arm64), const RTF_LOCAL ideal-int
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/test/java/jcifs/internal/smb2/nego/NegotiateContextResponseTest.java
// Arrange int[] largeHashAlgos = new int[100]; Arrays.fill(largeHashAlgos, PreauthIntegrityNegotiateContext.HASH_ALGO_SHA512); byte[] largeSalt = new byte[1024]; Arrays.fill(largeSalt, (byte) 0xAB); PreauthIntegrityNegotiateContext context = new PreauthIntegrityNegotiateContext(mockConfig, largeHashAlgos, largeSalt); // Act
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 19.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans/SmbComTransaction.java
super(config, command); this.subCommand = subCommand; this.maxDataCount = config.getTransactionBufferSize() - 512; this.maxParameterCount = 1024; this.primarySetupOffset = PRIMARY_SETUP_OFFSET; this.secondaryParameterOffset = SECONDARY_PARAMETER_OFFSET; } /** * Sets the maximum buffer size for this transaction
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 17.3K bytes - Viewed (0) -
api/except.txt
pkg syscall (openbsd-amd64), const CCR0_FLUSH ideal-int pkg syscall (openbsd-amd64), const CPUID_CFLUSH = 524288 pkg syscall (openbsd-amd64), const CPUID_CFLUSH ideal-int pkg syscall (openbsd-amd64), const EFER_LMA = 1024 pkg syscall (openbsd-amd64), const EFER_LMA ideal-int pkg syscall (openbsd-amd64), const EFER_LME = 256 pkg syscall (openbsd-amd64), const EFER_LME ideal-int pkg syscall (openbsd-amd64), const EFER_NXE = 2048
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Sun Jun 16 23:08:08 UTC 2024 - 34.8K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), type Statfs_t struct, Fstypename [16]int8 pkg syscall (darwin-arm64), type Statfs_t struct, Iosize int32 pkg syscall (darwin-arm64), type Statfs_t struct, Mntfromname [1024]int8 pkg syscall (darwin-arm64), type Statfs_t struct, Mntonname [1024]int8 pkg syscall (darwin-arm64), type Statfs_t struct, Owner uint32 pkg syscall (darwin-arm64), type Statfs_t struct, Reserved [8]uint32
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/dtyp/SecurityDescriptorTest.java
private SecurityDescriptor securityDescriptor; private byte[] testBuffer; @BeforeEach void setUp() { securityDescriptor = new SecurityDescriptor(); testBuffer = new byte[1024]; } @Test @DisplayName("Test default constructor creates empty SecurityDescriptor") void testDefaultConstructor() { SecurityDescriptor sd = new SecurityDescriptor();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.6K bytes - Viewed (0)