Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for 15 (0.03 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	VADDPD 15(CX)(AX*1), Y10, Y29   // 6261ad2858ac010f000000
    	VADDPD 15(CX)(AX*1), Y28, Y10   // 62719d205894010f000000
    	VADDPD 15(CX)(AX*2), Y0, Y29    // 6261fd2858ac410f000000
    	VADDPD 15(CX)(AX*2), Y28, Y1    // 62f19d20588c410f000000
    	VADDPD 15(CX)(AX*2), Y28, Y29   // 62619d2058ac410f000000
    	VADDPD 15(CX)(AX*2), Y10, Y29   // 6261ad2858ac410f000000
    	VADDPD 15(CX)(AX*2), Y28, Y10   // 62719d205894410f000000
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Feb 20 11:20:03 UTC 2025
    - 57.7K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi2.s

    	VPCOMPRESSW Z0, K7, Z3                             // 62f2fd4f63c3
    	VPCOMPRESSW Z3, K7, 15(R8)(R14*8)                  // 6292fd4f639cf00f000000
    	VPCOMPRESSW Z0, K7, 15(R8)(R14*8)                  // 6292fd4f6384f00f000000
    	VPCOMPRESSW Z3, K7, -15(R14)(R15*2)                // 6292fd4f639c7ef1ffffff
    	VPCOMPRESSW Z0, K7, -15(R14)(R15*2)                // 6292fd4f63847ef1ffffff
    	VPEXPANDB X16, K1, X6                              // 62b27d0962f0
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 97.1K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/riscv64.s

    	VMSGEUVV	V1, V2, V3			// d7011172
    	VMSGEUVV	V1, V2, V0, V3			// d7011170
    	VMSLTVI		$15, V2, V3			// d7312776
    	VMSLTVI		$15, V2, V0, V3			// d7312774
    	VMSLTUVI	$15, V2, V3			// d7312772
    	VMSLTUVI	$15, V2, V0, V3			// d7312770
    	VMSGEVI		$15, V2, V3			// d731277e
    	VMSGEVI		$15, V2, V0, V3			// d731277c
    	VMSGEUVI	$15, V2, V3			// d731277a
    	VMSGEUVI	$15, V2, V0, V3			// d7312778
    
    	// 31.11.9: Vector Integer Min/Max Instructions
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed May 21 14:19:19 UTC 2025
    - 49.1K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/ppc64.s

    	RLDCRCC $0, R4, $-16, R6        // 788606f3
    	RLDICL $0, R4, $15, R6          // 788603c0
    	RLDICLCC $0, R4, $15, R6        // 788603c1
    	RLDICR $0, R4, $15, R6          // 788603c4
    	RLDICRCC $0, R4, $15, R6        // 788603c5
    	RLDIC $0, R4, $15, R6           // 788603c8
    	RLDICCC $0, R4, $15, R6         // 788603c9
    	CLRLSLWI $16, R5, $8, R4        // 54a4422e
    	CLRLSLDI $24, R4, $2, R3        // 78831588
    	RLDCR	$1, R1, $-16, R1        // 78210ee4
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Nov 21 18:27:17 UTC 2024
    - 51.7K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/arm.s

    	SRL	$14, R5, R6          // 2567a0e1
    	SRL	$15, R5, R6          // a567a0e1
    	SRL	$30, R5, R6          // 256fa0e1
    	SRL	$31, R5, R6          // a56fa0e1
    	SRL	$32, R5, R6          // 2560a0e1
    	SRL.S	$14, R5, R6          // 2567b0e1
    	SRL.S	$15, R5, R6          // a567b0e1
    	SRL.S	$30, R5, R6          // 256fb0e1
    	SRL.S	$31, R5, R6          // a56fb0e1
    	SRL	$14, R5              // 2557a0e1
    	SRL	$15, R5              // a557a0e1
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 69K bytes
    - Viewed (0)
  6. cmd/object-api-datatypes_gen.go

    func (z *CompletePart) Msgsize() (s int) {
    	s = 1 + 11 + msgp.IntSize + 5 + msgp.StringPrefixSize + len(z.ETag) + 5 + msgp.Int64Size + 14 + msgp.StringPrefixSize + len(z.ChecksumCRC32) + 15 + msgp.StringPrefixSize + len(z.ChecksumCRC32C) + 13 + msgp.StringPrefixSize + len(z.ChecksumSHA1) + 15 + msgp.StringPrefixSize + len(z.ChecksumSHA256) + 18 + msgp.StringPrefixSize + len(z.ChecksumCRC64NVME)
    	return
    }
    
    // MarshalMsg implements msgp.Marshaler
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Mon Jan 20 14:49:07 UTC 2025
    - 71.9K bytes
    - Viewed (0)
  7. cmd/object-api-multipart_test.go

    			expectedError: hash.BadDigest{ExpectedMD5: "e2fc714c4727ee9395f324cd2e7f3335", CalculatedMD5: "e2fc714c4727ee9395f324cd2e7f331f"},
    		},
    		// Test case - 15.
    		// Input with size less than the size of actual data inside the reader.
    		{
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 89.4K bytes
    - Viewed (0)
  8. src/bytes/bytes_test.go

    	// Make sure we find the correct byte even when straddling a page.
    	for i := 0; i <= len(b)-15; i++ {
    		for j := 0; j < 15; j++ {
    			b[i+j] = byte(100 + j)
    		}
    		for j := 0; j < 15; j++ {
    			p := IndexByte(b[i:i+15], byte(100+j))
    			if p != j {
    				t.Errorf("IndexByte(%q, %d) = %d", b[i:i+15], 100+j, p)
    			}
    		}
    		for j := 0; j < 15; j++ {
    			b[i+j] = 0
    		}
    	}
    	// Make sure matches outside the slice never trigger.
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Jul 28 18:13:58 UTC 2025
    - 62.9K bytes
    - Viewed (0)
  9. cmd/data-usage-cache_gen.go

    }
    
    // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
    func (z *currentScannerCycle) Msgsize() (s int) {
    	s = 1 + 8 + msgp.Uint64Size + 5 + msgp.Uint64Size + 8 + msgp.TimeSize + 15 + msgp.ArrayHeaderSize + (len(z.cycleCompleted) * (msgp.TimeSize))
    	return
    }
    
    // DecodeMsg implements msgp.Decodable
    func (z *dataUsageCache) DecodeMsg(dc *msgp.Reader) (err error) {
    	var field []byte
    	_ = field
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sun Dec 15 22:50:12 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  10. fess-crawler/src/test/resources/extractor/eml/sample2.eml

    <tbody>
    <tr>
    <td height="15" style="height:15px;padding:0;margin:0;line-height:1px;font-size:1px;" class="logo_space"> &nbsp; </td>
    </tr>
    <tr align="left">
    <td align="left" style="padding:0;margin:0;line-height:1px;font-size:1px;">
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 91.6K bytes
    - Viewed (0)
Back to top