Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for outReg (0.54 sec)

  1. src/cmd/link/internal/ld/data.go

    		// symbol and the outer end up in the same section).
    		for _, s := range relro {
    			if outer := ldr.OuterSym(s); outer != 0 {
    				st := state.symType(s)
    				ost := state.symType(outer)
    				if st != ost {
    					state.ctxt.Errorf(s, "inconsistent types for symbol and its Outer %s (%v != %v)",
    						ldr.SymName(outer), st, ost)
    				}
    			}
    		}
    
    		state.data[symnro] = ro
    		state.data[symnrelro] = relro
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
  2. src/reflect/all_test.go

    type inner struct {
    	x int
    }
    
    type outer struct {
    	y int
    	inner
    }
    
    func (*inner) M() {}
    func (*outer) M() {}
    
    func TestNestedMethods(t *testing.T) {
    	typ := TypeOf((*outer)(nil))
    	if typ.NumMethod() != 1 || typ.Method(0).Func.UnsafePointer() != ValueOf((*outer).M).UnsafePointer() {
    		t.Errorf("Wrong method table for outer: (M=%p)", (*outer).M)
    		for i := 0; i < typ.NumMethod(); i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  3. src/crypto/sha512/sha512_test.go

    	},
    }
    
    func testHash(t *testing.T, name, in, outHex string, oneShotResult []byte, digestFunc hash.Hash) {
    	if calculated := hex.EncodeToString(oneShotResult); calculated != outHex {
    		t.Errorf("one-shot result for %s(%q) = %q, but expected %q", name, in, calculated, outHex)
    		return
    	}
    
    	for pass := 0; pass < 3; pass++ {
    		if pass < 2 {
    			io.WriteString(digestFunc, in)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      // Splits each input operand into outer_size pieces and combines them in
      // round-robin ordering.
      std::vector<Attribute> out_attrs(output_type.getNumElements());
      int64_t out = 0;
      for (int64_t outer = 0; outer < outer_size; ++outer) {
        for (auto op : operands) {
          auto typed_attr = op.cast<TypedAttr>();
          const int64_t dim_size =
              typed_attr.getType().cast<RankedTensorType>().getDimSize(axis);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  5. src/database/sql/sql.go

    //
    // Not all drivers and databases support OUTPUT value parameters.
    //
    // Example usage:
    //
    //	var outArg string
    //	_, err := db.ExecContext(ctx, "ProcName", sql.Named("Arg1", sql.Out{Dest: &outArg}))
    type Out struct {
    	_NamedFieldsRequired struct{}
    
    	// Dest is a pointer to the value that will be set to the result of the
    	// stored procedure's OUTPUT parameter.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  6. src/cmd/go/internal/work/exec.go

    				idx = bytes.Index(src, []byte(cgoLdflag))
    			}
    		}
    
    		// We expect to find the contents of cgoLDFLAGS in flags.
    		if len(cgoLDFLAGS) > 0 {
    		outer:
    			for i := range flags {
    				for j, f := range cgoLDFLAGS {
    					if f != flags[i+j] {
    						continue outer
    					}
    				}
    				flags = append(flags[:i], flags[i+len(cgoLDFLAGS):]...)
    				break
    			}
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/popper.min.js.map

    commonOffsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, getReferenceNode(reference));\n  return getOffsetRectRelativeToArbitraryNode(reference, commonOffsetParent, fixedPosition);\n}\n","/**\n * Get the outer sizes of the given element (offset size + margins)\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Object} object containing width and height properties\n */\nexport default function getOuterSizes(element) {\n ...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  8. src/main/webapp/css/bootstrap.min.css

    :0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summ...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Dec 25 08:05:52 UTC 2019
    - 155.8K bytes
    - Viewed (0)
  9. src/main/webapp/css/admin/bootstrap.min.css

    :0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summ...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 155.8K bytes
    - Viewed (0)
  10. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDiagnostics.kt

            val classifier: KaClassLikeSymbol
        }
    
        interface OuterClassArgumentsRequired : KaFirDiagnostic<PsiElement> {
            override val diagnosticClass get() = OuterClassArgumentsRequired::class
            val outer: KaClassLikeSymbol
        }
    
        interface TypeParametersInObject : KaFirDiagnostic<PsiElement> {
            override val diagnosticClass get() = TypeParametersInObject::class
        }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 11:41:05 UTC 2024
    - 172.6K bytes
    - Viewed (0)
Back to top