Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 1,083 for rewrites (0.38 sec)

  1. src/cmd/compile/internal/walk/assign.go

    	y := mk.Len
    	if !ir.IsConst(y, constant.Int) && y.Type().Size() > types.Types[types.TUINT].Size() {
    		return false
    	}
    
    	return true
    }
    
    // extendSlice rewrites append(l1, make([]T, l2)...) to
    //
    //	init {
    //	  if l2 >= 0 { // Empty if block here for more meaningful node.SetLikely(true)
    //	  } else {
    //	    panicmakeslicelen()
    //	  }
    //	  s := l1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:09:06 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  2. test/prove.go

    // So, instead, opt rewrites the division with a less-than-optimal replacement.
    // Prove, which can see that n is nonnegative, cannot see the division because
    // opt, an earlier pass, has already replaced it.
    // The fix for this issue allows prove to zero a right shift that was added as
    // part of the less-than-optimal reqwrite. That change by prove then allows
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 23 00:02:36 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/writebarrier.go

    					// So we have to throw all the zero information we have away.
    					continue
    				}
    				// Round to cover any partially written pointer slots.
    				// Pointer writes should never be unaligned like this, but non-pointer
    				// writes to pointer-containing types will do this.
    				if d := off % ptrSize; d != 0 {
    					off -= d
    					size += d
    				}
    				if d := size % ptrSize; d != 0 {
    					size += ptrSize - d
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:09:14 UTC 2023
    - 23.5K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modfetch/cache.go

    		if os.IsExist(err) {
    			if ctx.Err() != nil {
    				return nil, ctx.Err()
    			}
    			continue
    		}
    		break
    	}
    	return
    }
    
    // rewriteVersionList rewrites the version list in dir
    // after a new *.mod file has been written.
    func rewriteVersionList(ctx context.Context, dir string) (err error) {
    	if filepath.Base(dir) != "@v" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 18:15:22 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  5. src/html/template/escape.go

    						dup = true
    					}
    				}
    				if dup {
    					// The predefined escaper will already be inserted along with the
    					// escapers in s, so do not copy it to the rewritten pipeline.
    					pipelineLen--
    				}
    			}
    		}
    	}
    	// Rewrite the pipeline, creating the escapers in s at the end of the pipeline.
    	newCmds := make([]*parse.CommandNode, pipelineLen, pipelineLen+len(s))
    	insertedIdents := make(map[string]bool)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 02 15:18:39 UTC 2023
    - 32.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.cc

          /*use_resource_updates_for_aliases=*/false, shape_determination_fns,
          compilation_result, custom_legalization_passes, module_name,
          lower_to_xla_hlo);
    }
    
    // Rewrites the given module with specified args. For each of the constant args,
    // it gets inlined in the "main' function and the corresponding argument is
    // removed from the signature. For resource args, their subtypes are populated.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 45.3K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/x86/obj6.go

    			p.To.Scale = 2
    		}
    	}
    
    	// Rewrite 0 to $0 in 3rd argument to CMPPS etc.
    	// That's what the tables expect.
    	switch p.As {
    	case ACMPPD, ACMPPS, ACMPSD, ACMPSS:
    		if p.To.Type == obj.TYPE_MEM && p.To.Name == obj.NAME_NONE && p.To.Reg == REG_NONE && p.To.Index == REG_NONE && p.To.Sym == nil {
    			p.To.Type = obj.TYPE_CONST
    		}
    	}
    
    	// Rewrite CALL/JMP/RET to symbol as TYPE_BRANCH.
    	switch p.As {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 18:36:45 UTC 2023
    - 40.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc.go

    	err error
    }
    
    // discoveryURLRoundTripper is a http.RoundTripper that rewrites the
    // {url}/.well-known/openid-configuration to the discovery URL.
    type discoveryURLRoundTripper struct {
    	base http.RoundTripper
    	// discoveryURL is the URL to use to fetch the openid configuration
    	discoveryURL *url.URL
    	// urlToRewrite is the URL to rewrite to the discovery URL
    	urlToRewrite string
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 19:29:33 UTC 2024
    - 37.9K bytes
    - Viewed (0)
  9. src/cmd/gofmt/testdata/rewrite7.input

    // attribute for the last argument into account.
    
    package p
    
    func fun(x []int) {}
    
    func g(x []int) {
    	fun(x)    // -r='fun(x...)->Fun(x)' should not rewrite this
    	fun(x...) // -r='fun(x...)->Fun(x)' should rewrite this to Fun(x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 22 00:25:13 UTC 2014
    - 472 bytes
    - Viewed (0)
  10. pilot/pkg/model/sidecar.go

    	// Listener 1 could import a public virtual service for serviceA from
    	// namespace A that has some path rewrite, while listener2 could import
    	// a private virtual service for serviceA from the local namespace,
    	// with a different path rewrite or no path rewrites.
    	virtualServices []config.Config
    
    	// An index of hostname to the namespaced name of the VirtualService containing the most
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:23 UTC 2024
    - 38.4K bytes
    - Viewed (0)
Back to top