Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 45 of 45 for sasl (0.16 sec)

  1. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"secretRef":        "secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.",
    	"sslEnabled":       "sslEnabled is the flag to enable/disable SSL communication with Gateway, default false",
    	"protectionDomain": "protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  2. RELEASE.md

        `CUDA_ILLEGAL_ADDRESS` failures.
    
        Google discovered in mid-December 2017 that the PTX-to-SASS compiler in CUDA
        9 and CUDA 9.1 sometimes does not properly compute the carry bit when
        decomposing 64-bit address calculations with large offsets (e.g. `load [x +
        large_constant]`) into 32-bit arithmetic in SASS.
    
        As a result, these versions of `ptxas` miscompile most XLA programs which
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm64/asm7.go

    			sz = ARNG_2D
    		}
    		if cf == C_ARNG && af != int16(sz) {
    			c.ctxt.Diag("invalid arrangement: %v", p)
    		}
    		o1 |= uint32(p.From.Reg&31)<<16 | uint32(p.Reg&31)<<5 | uint32(p.To.Reg&31)
    
    	case 50: /* sys/sysl */
    		o1 = c.opirr(p, p.As)
    
    		if (p.From.Offset &^ int64(SYSARG4(0x7, 0xF, 0xF, 0x7))) != 0 {
    			c.ctxt.Diag("illegal SYS argument\n%v", p)
    		}
    		o1 |= uint32(p.From.Offset)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/opGen.go

    		reg: regInfo{
    			inputs: []inputInfo{
    				{0, 239}, // AX CX DX BX BP SI DI
    			},
    			outputs: []outputInfo{
    				{0, 239}, // AX CX DX BX BP SI DI
    			},
    		},
    	},
    	{
    		name:         "SARL",
    		argLen:       2,
    		resultInArg0: true,
    		clobberFlags: true,
    		asm:          x86.ASARL,
    		reg: regInfo{
    			inputs: []inputInfo{
    				{1, 2},   // CX
    				{0, 239}, // AX CX DX BX BP SI DI
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "sslEnabled": {
                "description": "sslEnabled Flag enable/disable SSL communication with Gateway, default false",
                "type": "boolean"
              },
              "storageMode": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top