Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 99 for rr (0.08 sec)

  1. src/strconv/quote.go

    	if 0 <= r && r < 1<<16 {
    		rr, isPrint, isNotPrint := uint16(r), isPrint16, isNotPrint16
    		i, _ := bsearch(isPrint, rr)
    		if i >= len(isPrint) || rr < isPrint[i&^1] || isPrint[i|1] < rr {
    			return false
    		}
    		_, found := bsearch(isNotPrint, rr)
    		return !found
    	}
    
    	rr, isPrint, isNotPrint := uint32(r), isPrint32, isNotPrint32
    	i, _ := bsearch(isPrint, rr)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:21:28 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modfetch/repo.go

    		return nil, err
    	}
    	return newCodeRepo(code, rr.Root, path)
    }
    
    func lookupCodeRepo(ctx context.Context, rr *vcs.RepoRoot) (codehost.Repo, error) {
    	code, err := codehost.NewRepo(ctx, rr.VCS.Cmd, rr.Repo)
    	if err != nil {
    		if _, ok := err.(*codehost.VCSError); ok {
    			return nil, err
    		}
    		return nil, fmt.Errorf("lookup %s: %v", rr.Root, err)
    	}
    	return code, nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 16:36:19 UTC 2023
    - 15.2K bytes
    - Viewed (0)
  3. src/time/export_test.go

    	Kind RuleKind
    	Day  int
    	Week int
    	Mon  int
    	Time int
    }
    
    func TzsetRule(s string) (Rule, string, bool) {
    	r, rs, ok := tzsetRule(s)
    	rr := Rule{
    		Kind: RuleKind(r.kind),
    		Day:  r.day,
    		Week: r.week,
    		Mon:  r.mon,
    		Time: r.time,
    	}
    	return rr, rs, ok
    }
    
    // StdChunkNames maps from nextStdChunk results to the matched strings.
    var StdChunkNames = map[int]string{
    	0:                               "",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 19:23:32 UTC 2022
    - 4K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/proxier_test.go

    						Protocol:  "TCP",
    						Port:      uint16(80),
    						Scheduler: "rr",
    					},
    					{
    						IP:       "100.101.102.103",
    						Port:     3001,
    						Protocol: "TCP",
    					}: {
    						Address:   netutils.ParseIPSloppy("100.101.102.103"),
    						Protocol:  "TCP",
    						Port:      uint16(3001),
    						Scheduler: "rr",
    					},
    				},
    				Destinations: map[ipvstest.ServiceKey][]*utilipvs.RealServer{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  5. src/crypto/internal/edwards25519/field/fe.go

    	uv7 := new(Element).Multiply(uv3, t0.Square(v2))
    	rr := new(Element).Multiply(uv3, t0.Pow22523(uv7))
    
    	check := new(Element).Multiply(v, t0.Square(rr)) // check = v * r^2
    
    	uNeg := new(Element).Negate(u)
    	correctSignSqrt := check.Equal(u)
    	flippedSignSqrt := check.Equal(uNeg)
    	flippedSignSqrtI := check.Equal(t0.Multiply(uNeg, sqrtM1))
    
    	rPrime := new(Element).Multiply(rr, sqrtM1) // r_prime = SQRT_M1 * r
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  6. src/cmd/trace/main.go

    }
    
    type parsedTrace struct {
    	events      []trace.Event
    	summary     *trace.Summary
    	size, valid int64
    	err         error
    }
    
    func parseTrace(rr io.Reader, size int64) (*parsedTrace, error) {
    	// Set up the reader.
    	cr := countingReader{r: rr}
    	r, err := trace.NewReader(&cr)
    	if err != nil {
    		return nil, fmt.Errorf("failed to create trace reader: %w", err)
    	}
    
    	// Set up state.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modload/query.go

    var _ versionRepo = (*replacementRepo)(nil)
    
    func (rr *replacementRepo) ModulePath() string { return rr.repo.ModulePath() }
    
    func (rr *replacementRepo) CheckReuse(ctx context.Context, old *codehost.Origin) error {
    	return fmt.Errorf("replacement repo")
    }
    
    // Versions returns the versions from rr.repo augmented with any matching
    // replacement versions.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 11 22:29:11 UTC 2023
    - 44.7K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/data.go

    		return rr, false
    	}
    	return rr, true
    }
    
    // ExtrelocSimple creates a simple external relocation from r, with the same
    // symbol and addend.
    func ExtrelocSimple(ldr *loader.Loader, r loader.Reloc) loader.ExtReloc {
    	var rr loader.ExtReloc
    	rs := r.Sym()
    	rr.Xsym = rs
    	rr.Xadd = r.Add()
    	rr.Type = r.Type()
    	rr.Size = r.Siz()
    	return rr
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  9. pilot/pkg/xds/debug.go

    			for _, rr := range resource {
    				configDump.Configs = append(configDump.Configs, rr.Resource)
    			}
    		}
    		writeJSON(w, configDump, req)
    		return
    	}
    
    	if con.proxy.IsZTunnel() {
    		resources := s.getConfigDumpByResourceType(con, nil, []string{v3.AddressType})
    		configDump := &admin.ConfigDump{}
    		for _, resource := range resources {
    			for _, rr := range resource {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  10. src/math/big/nat.go

    	for i := 1; i < _W; i <<= 1 {
    		t *= t
    		k0 *= (t + 1)
    	}
    	k0 = -k0
    
    	// RR = 2**(2*_W*len(m)) mod m
    	RR := nat(nil).setWord(1)
    	zz := nat(nil).shl(RR, uint(2*numWords*_W))
    	_, RR = nat(nil).div(RR, zz, m)
    	if len(RR) < numWords {
    		zz = zz.make(numWords)
    		copy(zz, RR)
    		RR = zz
    	}
    	// one = 1, with equal length to that of m
    	one := make(nat, numWords)
    	one[0] = 1
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:31:58 UTC 2024
    - 31.7K bytes
    - Viewed (0)
Back to top