Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 82 for 15 (0.01 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. ci/official/containers/ml_build/cuda13.0_cudnn9.15.packages.txt

    Andrew Dame <******@****.***> 1763414798 -0800
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Mon Nov 17 21:35:00 GMT 2025
    - 607 bytes
    - Click Count (0)
  2. src/cmd/asm/internal/asm/testdata/riscv64error.s

    	VMSLTVI		$15, V2, V4, V3			// ERROR "invalid vector mask register"
    	VMSLTUVI	$15, V2, V4, V3			// ERROR "invalid vector mask register"
    	VMSGEVI		$15, V2, V4, V3			// ERROR "invalid vector mask register"
    	VMSGEUVI	$15, V2, V4, V3			// ERROR "invalid vector mask register"
    	VMINUVV		V1, V2, V4, V3			// ERROR "invalid vector mask register"
    	VMINUVX		X10, V2, V4, V3			// ERROR "invalid vector mask register"
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Wed Sep 24 13:21:53 GMT 2025
    - 26.8K bytes
    - Click Count (0)
  3. src/cmd/asm/internal/asm/testdata/riscv64.s

    	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
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Nov 13 12:17:37 GMT 2025
    - 73.7K bytes
    - Click Count (0)
  4. go.sum

    github.com/jinzhu/inflection v1.0.0 h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=
    github.com/jinzhu/inflection v1.0.0/go.mod h1:h+uFLlag+Qp1Va5pdKtLDYj+kHp5pxUVkryuEj+Srlc=
    github.com/jinzhu/now v1.1.5 h1:/o9tlHleP7gOFmsnYNz3RGnqzefHA47wQpKrrdTIwXQ=
    github.com/jinzhu/now v1.1.5/go.mod h1:d3SSVoowX0Lcu0IBviAWJpolVfI5UJVZZ7cO71lE/z8=
    github.com/mattn/go-sqlite3 v1.14.22 h1:2gZY6PC6kBnID23Tichd1K+Z0oS6nE/XwU+Vz/5o4kU=
    Created: Sun Dec 28 09:35:17 GMT 2025
    - Last Modified: Fri Sep 12 04:33:27 GMT 2025
    - 829 bytes
    - Click Count (0)
  5. internal/s3select/jstream/decoder_test.go

    	}
    	if err := decoder.Err(); err != nil {
    		t.Fatalf("decoder error: %s", err)
    	}
    	if kvcounter != 0 {
    		t.Fatalf("expected 0 keyvalue items, got %d", kvcounter)
    	}
    	if counter != 15 {
    		t.Fatalf("expected 15 items, got %d", counter)
    	}
    
    	// test at depth level 1 w/ emitKV
    	counter = 0
    	kvcounter = 0
    	decoder = NewDecoder(mkReader(body), 1).EmitKV()
    
    	for mv = range decoder.Stream() {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 6.6K bytes
    - Click Count (0)
  6. src/cmd/asm/internal/asm/testdata/loong64enc1.s

    	BSTRINSW	$15, R4, $6, R5	// 85186f00
    	BSTRINSV	$0, R4, $0, R5	// 85008000
    	BSTRINSV	$63, R4, $0, R5	// 8500bf00
    	BSTRINSV	$15, R4, $6, R5	// 85188f00
    
    	BSTRPICKW	$0, R4, $0, R5	// 85806000
    	BSTRPICKW	$31, R4, $0, R5	// 85807f00
    	BSTRPICKW	$15, R4, $6, R5	// 85986f00
    	BSTRPICKV	$0, R4, $0, R5	// 8500c000
    	BSTRPICKV	$63, R4, $0, R5	// 8500ff00
    	BSTRPICKV	$15, R4, $6, R5	// 8518cf00
    
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Nov 27 00:46:52 GMT 2025
    - 44.5K bytes
    - Click Count (0)
  7. src/cmd/asm/internal/asm/testdata/loong64error.s

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    TEXT errors(SB),$0
    	VSHUF4IV	$16, V1, V2	// ERROR "operand out of range 0 to 15"
    	XVSHUF4IV	$16, X1, X2	// ERROR "operand out of range 0 to 15"
    	ADDV16		$1, R4, R5	// ERROR "the constant must be a multiple of 65536."
    	ADDV16		$65535, R4, R5	// ERROR "the constant must be a multiple of 65536."
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Oct 28 01:21:57 GMT 2025
    - 689 bytes
    - Click Count (0)
  8. internal/http/transports.go

    		DialContext:           dialContext,
    		MaxIdleConnsPerHost:   maxIdleConnsPerHost,
    		WriteBufferSize:       WriteBufferSize,
    		ReadBufferSize:        ReadBufferSize,
    		IdleConnTimeout:       15 * time.Second,
    		ResponseHeaderTimeout: 15 * time.Minute, // Conservative timeout is the default (for MinIO internode)
    		TLSHandshakeTimeout:   10 * time.Second,
    		TLSClientConfig:       &tlsClientConfig,
    		ForceAttemptHTTP2:     s.EnableHTTP2,
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 08 17:51:53 GMT 2025
    - 6.5K bytes
    - Click Count (0)
  9. .idea/misc.xml

              <item index="13" class="java.lang.String" itemvalue="org.eclipse.jdt.annotation.Nullable" />
              <item index="14" class="java.lang.String" itemvalue="org.jetbrains.annotations.Nullable" />
              <item index="15" class="java.lang.String" itemvalue="org.jspecify.annotations.Nullable" />
              <item index="16" class="java.lang.String" itemvalue="android.annotation.Nullable" />
            </list>
          </value>
        </option>
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Fri Dec 19 15:00:20 GMT 2025
    - 5.1K bytes
    - Click Count (0)
  10. docs/sts/client-grants.md

    By default, the temporary security credentials created by AssumeRoleWithClientGrants last for one hour. However, use the optional DurationSeconds parameter to specify the duration of the credentials. This value varies from 900 seconds (15 minutes) up to the maximum session duration of 365 days.
    
    ## API Request Parameters
    
    ### Token
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 7.2K bytes
    - Click Count (0)
Back to Top