- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 123 for 512 (0.01 sec)
-
src/cmd/asm/internal/asm/testdata/s390x.s
MOVW $-131072, R2 // c021fffe0000 MOVH $-512, R3 // a739fe00 MOVB $-1, R4 // a749ffff MOVD $32767, n-8(SP) // e548f0107fff MOVD $-1, -524288(R1) // e3a010008071e548a000ffff MOVW $32767, n-8(SP) // e54cf0107fff MOVW $-32768, 4096(R2) // e3a020000171e54ca0008000 MOVH $512, n-8(SP) // e544f0100200
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Jul 30 19:29:15 UTC 2025 - 22.9K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataGraph.java
@Override public String toString() { if (isEmpty()) { return "empty"; } StringBuilder sb = new StringBuilder(512); for (MetadataGraphVertex v : vertices) { sb.append("Vertex: ").append(v.getMd().toString()).append('\n'); List<MetadataGraphEdge> ins = getIncidentEdges(v); if (ins != null) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 13K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NodeStatusRequestTest.java
Name realName = new Name(mockConfig, "WORKSTATION", 0x00, null); nodeStatusRequest = new NodeStatusRequest(mockConfig, realName); nodeStatusRequest.nameTrnId = 0x1234; byte[] buffer = new byte[512]; // Act - Write int writeLength = nodeStatusRequest.writeWireFormat(buffer, 0); // Assert write assertTrue(writeLength > 0); // Create new request to read
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/io/Smb2FlushRequestTest.java
@ValueSource(ints = { 0, 10, 50, 100 }) @DisplayName("writeBytesWireFormat should work at different offsets") void testWriteBytesWireFormatAtDifferentOffsets(int offset) { byte[] buffer = new byte[512]; int written = request.writeBytesWireFormat(buffer, offset); assertEquals(24, written); assertEquals(24, SMBUtil.readInt2(buffer, offset));Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.5K bytes - Viewed (0) -
cmd/xl-storage-format-v1.go
// HighwayHash256 represents the HighwayHash-256 hash function HighwayHash256 // HighwayHash256S represents the Streaming HighwayHash-256 hash function HighwayHash256S // BLAKE2b512 represents the BLAKE2b-512 hash function BLAKE2b512 ) // DefaultBitrotAlgorithm is the default algorithm used for bitrot protection. const ( DefaultBitrotAlgorithm = HighwayHash256S )
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 8.4K bytes - Viewed (0) -
src/test/java/jcifs/netbios/SessionRequestPacketTest.java
new TestNetbiosName("WORKSTATION1", 0x00, "CORP.LOCAL")); // Write to buffer byte[] buffer = new byte[512]; int written = originalPacket.writeWireFormat(buffer, 0); // Read from buffer ByteArrayInputStream bais = new ByteArrayInputStream(buffer);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.5K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PRIMENTS = 28721 pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PRIMENTS ideal-int pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PUP = 512 pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PUPAT = 512 pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PUPAT ideal-int pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PUP ideal-int pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RACAL = 28720
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
src/test/java/jcifs/SidResolverTest.java
.thenReturn(new SID[0]); SID[] result = sidResolver.getGroupMemberSids(mockContext, testServerName, mockDomainSid, 512, flag); assertNotNull(result); } } @Test void testGetLocalGroupsMap_DifferentFlags() throws CIFSException {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 15.5K bytes - Viewed (0) -
docs/distributed/README.md
export MINIO_ROOT_PASSWORD=<SECRET_KEY> minio server http://host{1...n}/export{1...m} http://host{o...z}/export{1...m} ``` For example: ``` minio server http://host{1...4}/export{1...16} http://host{5...12}/export{1...16} ```
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 8.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/SrvCopyChunkCopyResponseTest.java
@ValueSource(ints = { 0, 10, 50, 100, 200 }) void testDecodeAtVariousOffsets(int offset) throws SMBProtocolDecodingException { byte[] buffer = new byte[512]; byte[] responseData = createValidCopyChunkResponse(7, 8192, 57344); System.arraycopy(responseData, 0, buffer, offset, responseData.length);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.8K bytes - Viewed (0)