Search Options

Results per page
Sort
Preferred Languages
Advance

Results 231 - 240 of 768 for 12 (0.04 sec)

  1. src/cmd/asm/internal/asm/testdata/avx512enc/avx512dq.s

    	VRANGEPD $12, Y19, Y24, K1, Y15                    // 6233bd2150fb0c
    	VRANGEPD $12, Y23, Y24, K1, Y15                    // 6233bd2150ff0c
    	VRANGEPD $12, (R8), Y24, K1, Y15                   // 6253bd2150380c
    	VRANGEPD $12, 15(DX)(BX*2), Y24, K1, Y15           // 6273bd2150bc5a0f0000000c
    	VRANGEPD $12, Y3, Y9, K1, Y15                      // 6273b52950fb0c
    	VRANGEPD $12, Y19, Y9, K1, Y15                     // 6233b52950fb0c
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 194.8K bytes
    - Viewed (0)
  2. cmd/storagemetric_string.go

    	_ = x[storageMetricReadFile-7]
    	_ = x[storageMetricAppendFile-8]
    	_ = x[storageMetricCreateFile-9]
    	_ = x[storageMetricReadFileStream-10]
    	_ = x[storageMetricRenameFile-11]
    	_ = x[storageMetricRenameData-12]
    	_ = x[storageMetricCheckParts-13]
    	_ = x[storageMetricDelete-14]
    	_ = x[storageMetricDeleteVersions-15]
    	_ = x[storageMetricVerifyFile-16]
    	_ = x[storageMetricWriteAll-17]
    	_ = x[storageMetricDeleteVersion-18]
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Mon Aug 12 08:38:15 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/util/DES.java

                KnL[KnLi] |= (raw0 & 0x00000fc0) << 10;
                KnL[KnLi] |= (raw1 & 0x00fc0000) >>> 10;
                KnL[KnLi] |= (raw1 & 0x00000fc0) >>> 6;
                ++KnLi;
                KnL[KnLi] = (raw0 & 0x0003f000) << 12;
                KnL[KnLi] |= (raw0 & 0x0000003f) << 16;
                KnL[KnLi] |= (raw1 & 0x0003f000) >>> 4;
                KnL[KnLi] |= raw1 & 0x0000003f;
                ++KnLi;
            }
        }
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 22.7K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/smb1/SmbComSessionSetupAndX.java

                        lmHash = new byte[0];
                        ntHash = new byte[(password.length() + 1) * 2];
                        writeString(password, ntHash, 0);
                    } else {
                        // plain text
                        final String password = auth.getPassword();
                        lmHash = new byte[(password.length() + 1) * 2];
                        ntHash = new byte[0];
                        writeString(password, lmHash, 0);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/collect/ImmutableRangeSetTest.java

            .inOrder();
    
        assertTrue(rangeSet.intersects(Range.closed(1, 2)));
        assertTrue(rangeSet.intersects(Range.open(5, 8)));
        assertFalse(rangeSet.intersects(Range.closed(3, 4)));
        assertTrue(rangeSet.intersects(Range.greaterThan(5)));
        assertFalse(rangeSet.intersects(Range.greaterThan(8)));
    
        assertTrue(rangeSet.encloses(Range.closed(1, 2)));
        assertTrue(rangeSet.encloses(Range.open(5, 8)));
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Jan 25 16:19:30 UTC 2025
    - 21.7K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg syscall (darwin-386), const EVFILT_SIGNAL = -6
    pkg syscall (darwin-386), const EVFILT_SYSCOUNT = 12
    pkg syscall (darwin-386), const EVFILT_THREADMARKER = 12
    pkg syscall (darwin-386), const EVFILT_TIMER = -7
    pkg syscall (darwin-386), const EVFILT_USER = -10
    pkg syscall (darwin-386), const EVFILT_VM = -12
    pkg syscall (darwin-386), const EVFILT_VNODE = -4
    pkg syscall (darwin-386), const EVFILT_WRITE = -2
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  7. cmd/erasure-healing-common_test.go

    	fourNanoSecs := time.Unix(4, 0).UTC()
    	modTimesThreeNone := make([]time.Time, 16)
    	modTimesThreeFour := make([]time.Time, 16)
    	for i := range 16 {
    		// Have 13 good xl.meta, 12 for default parity count = 4 (EC:4) and one
    		// to be tampered with.
    		if i > 12 {
    			modTimesThreeFour[i] = fourNanoSecs
    			modTimesThreeNone[i] = timeSentinel
    			continue
    		}
    		modTimesThreeFour[i] = threeNanoSecs
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 22.4K bytes
    - Viewed (0)
  8. src/test/java/jcifs/dcerpc/msrpc/MsrpcLsarOpenPolicy2Test.java

            assertNotNull(msrpcLsarOpenPolicy2.object_attributes.security_quality_of_service);
            lsarpc.LsarQosInfo qos = msrpcLsarOpenPolicy2.object_attributes.security_quality_of_service;
            assertEquals(12, qos.length);
            assertEquals(2, qos.impersonation_level);
            assertEquals(1, qos.context_mode);
            assertEquals(0, qos.effective_only);
    
            // Assert ptype and flags using getters
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  9. tests/compose.yml

              echo "Database initialized successfully";
              break;
            fi;
            echo "Waiting for database to be ready... ($$counter/12)";
            sleep 5;
            counter=$$(($$counter + 1));
          done;
          # timeout handling
          if [ $$counter -gt 20 ]; then
            echo "Error: Database failed to start within timeout";
            exit 1;
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Mon Aug 04 04:07:30 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  10. cmd/erasure-metadata-utils_test.go

    		shuffledDisks[5] != disks[5] ||
    		shuffledDisks[6] != disks[11] ||
    		shuffledDisks[7] != disks[4] ||
    		shuffledDisks[8] != disks[12] ||
    		shuffledDisks[9] != disks[3] ||
    		shuffledDisks[10] != disks[13] ||
    		shuffledDisks[11] != disks[2] ||
    		shuffledDisks[12] != disks[14] ||
    		shuffledDisks[13] != disks[1] ||
    		shuffledDisks[14] != disks[15] ||
    		shuffledDisks[15] != disks[0] {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 7.3K bytes
    - Viewed (0)
Back to top