Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 414 for 32 (0.02 sec)

  1. src/main/java/jcifs/util/ServerResponseValidator.java

        private static final int MAX_SMB_MESSAGE_SIZE = 16 * 1024 * 1024; // 16MB max for SMB3
        private static final int MAX_SMB1_MESSAGE_SIZE = 65535; // 64KB for SMB1
        private static final int MIN_SMB_HEADER_SIZE = 32;
        private static final int MAX_PATH_COMPONENT_SIZE = 255;
        private static final int MAX_PATH_SIZE = 32767;
    
        // Statistics
        private final AtomicLong totalValidations = new AtomicLong(0);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 16.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/SmbConstants.java

         */
        int FLAGS2_RESOLVE_PATHS_IN_DFS = 0x1000;
        /**
         * Permit read if execute permission flag.
         */
        int FLAGS2_PERMIT_READ_IF_EXECUTE_PERM = 0x2000;
        /**
         * Use 32-bit status codes flag.
         */
        int FLAGS2_STATUS32 = 0x4000;
        /**
         * Strings are Unicode flag.
         */
        int FLAGS2_UNICODE = 0x8000;
    
        /**
         * No capabilities.
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 24 00:49:49 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  3. cmd/erasure-server-pool-decom_test.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package cmd
    
    import (
    	"context"
    	"testing"
    )
    
    func prepareErasurePools() (ObjectLayer, []string, error) {
    	nDisks := 32
    	fsDirs, err := getRandomDisks(nDisks)
    	if err != nil {
    		return nil, nil, err
    	}
    
    	pools := mustGetPoolEndpoints(0, fsDirs[:16]...)
    	pools = append(pools, mustGetPoolEndpoints(1, fsDirs[16:]...)...)
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  4. src/test/java/jcifs/netbios/SessionServicePacketTest.java

            assertEquals((byte) 0xFF, dst[3]); // Should be unchanged
            assertEquals((byte) 0xAB, dst[4]);
            assertEquals((byte) 0xCD, dst[5]);
        }
    
        @Test
        @DisplayName("writeInt4 should correctly write 32-bit integer")
        void testWriteInt4() {
            byte[] dst = new byte[8];
            SessionServicePacket.writeInt4(0x12345678, dst, 0);
    
            assertEquals((byte) 0x12, dst[0]);
            assertEquals((byte) 0x34, dst[1]);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  5. src/test/java/jcifs/smb1/smb1/InfoTest.java

            writeLong(buffer, 16, (lastWrite + MILLISECONDS_BETWEEN_1970_AND_1601) * 10000L);
            writeLong(buffer, 24, (change + MILLISECONDS_BETWEEN_1970_AND_1601) * 10000L);
            writeShort(buffer, 32, attributes);
    
            Trans2QueryPathInformationResponse trans =
                    new Trans2QueryPathInformationResponse(Trans2QueryPathInformationResponse.SMB_QUERY_FILE_BASIC_INFO) {
                    };
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/hash/AbstractStreamingHasherTest.java

        for (int totalInsertions = 0; totalInsertions < 200; totalInsertions++) {
    
          List<Sink> sinks = new ArrayList<>();
          for (int chunkSize = 4; chunkSize <= 32; chunkSize++) {
            for (int bufferSize = chunkSize; bufferSize <= chunkSize * 4; bufferSize += chunkSize) {
              // yes, that's a lot of sinks!
              sinks.add(new Sink(chunkSize, bufferSize));
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/loong64enc1.s

    	MOVWP	R5, 32764(R4)		// 85fc7f25
    	MOVWP	R5, 32(R4)		// 85200025
    	MOVWP	R5, 4(R4)		// 85040025
    	MOVWP	R5, (R4)		// 85000025
    	MOVVP	R5, -32768(R4)		// 85008027
    	MOVVP	R5, 32764(R4)		// 85fc7f27
    	MOVVP	R5, 32(R4)		// 85200027
    	MOVVP	R5, 4(R4)		// 85040027
    	MOVVP	R5, (R4)		// 85000027
    	MOVWP	-32768(R5), R4		// a4008024
    	MOVWP	32764(R5), R4		// a4fc7f24
    	MOVWP	32(R5), R4		// a4200024
    	MOVWP	4(R5), R4		// a4040024
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Sep 04 19:24:25 UTC 2025
    - 35.5K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SizeofBpfZbufHeader = 32
    pkg syscall (freebsd-arm64), const SizeofBpfZbufHeader ideal-int
    pkg syscall (freebsd-arm64), const SizeofCmsghdr = 12
    pkg syscall (freebsd-arm64), const SizeofCmsghdr ideal-int
    pkg syscall (freebsd-arm64), const SizeofICMPv6Filter = 32
    pkg syscall (freebsd-arm64), const SizeofICMPv6Filter 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)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), const SizeofCmsghdr ideal-int
    pkg syscall (darwin-arm64), const SizeofICMPv6Filter = 32
    pkg syscall (darwin-arm64), const SizeofICMPv6Filter ideal-int
    pkg syscall (darwin-arm64), const SizeofIPMreq = 8
    pkg syscall (darwin-arm64), const SizeofIPMreq ideal-int
    pkg syscall (darwin-arm64), const SizeofIPv6MTUInfo = 32
    pkg syscall (darwin-arm64), const SizeofIPv6MTUInfo 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)
  10. cmd/speedtest.go

    		concurrency := opts.concurrencyStart
    
    		if opts.autotune {
    			// if we have less drives than concurrency then choose
    			// only the concurrency to be number of drives to start
    			// with - since default '32' might be big and may not
    			// complete in total time of 10s.
    			if globalEndpoints.NEndpoints() < concurrency {
    				concurrency = globalEndpoints.NEndpoints()
    			}
    
    			// Check if we have local disks per pool less than
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue May 27 15:19:03 UTC 2025
    - 9.2K bytes
    - Viewed (0)
Back to top