Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for Greter (1.05 sec)

  1. src/cmd/go/alldocs.go

    //
    // - All arguments must have the same version suffix. Different queries are not
    // allowed, even if they refer to the same version.
    //
    // - All arguments must refer to packages in the same module at the same version.
    //
    // - Package path arguments must refer to main packages. Pattern arguments
    // will only match main packages.
    //
    // - No module is considered the "main" module. If the module containing
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  2. src/cmd/go/internal/load/pkg.go

    			goto HaveGoMod
    		}
    	}
    	// This code is not in a tree with a go.mod,
    	// so apply no changes to the path.
    	return path
    
    HaveGoMod:
    	// This import is in a tree with a go.mod.
    	// Allow it to refer to code in GOPATH/src/x/y/z as x/y/v2/z
    	// if GOPATH/src/x/y/go.mod says module "x/y/v2",
    
    	// If x/y/v2/z exists, use it unmodified.
    	if bp, _ := cfg.BuildContext.Import(path, "", build.IgnoreVendor); bp.Dir != "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		{name: "BLSRL", argLength: 1, reg: gp11flags, asm: "BLSRL", typ: "(UInt32,Flags)"}, // arg0 & (arg0 - 1)
    		// count the number of trailing zero bits, prefer TZCNTQ over BSFQ, as TZCNTQ(0)==64
    		// and BSFQ(0) is undefined. Same for TZCNTL(0)==32
    		{name: "TZCNTQ", argLength: 1, reg: gp11, asm: "TZCNTQ", clobberFlags: true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (0)
  4. src/database/sql/sql.go

    		return db.maxIdleTime
    	}
    	return min(db.maxIdleTime, db.maxLifetime)
    }
    
    // SetMaxIdleConns sets the maximum number of connections in the idle
    // connection pool.
    //
    // If MaxOpenConns is greater than 0 but less than the new MaxIdleConns,
    // then the new MaxIdleConns will be reduced to match the MaxOpenConns limit.
    //
    // If n <= 0, no idle connections are retained.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/text/cases/tables13.0.0.go

    	"խ"
    
    // lookup returns the trie value for the first UTF-8 encoding in s and
    // the width in bytes of this encoding. The size will be 0 if s does not
    // hold enough bytes to complete the encoding. len(s) must be greater than 0.
    func (t *caseTrie) lookup(s []byte) (v uint16, sz int) {
    	c0 := s[0]
    	switch {
    	case c0 < 0x80: // is ASCII
    		return caseValues[c0], 1
    	case c0 < 0xC2:
    		return 0, 1 // Illegal UTF-8: not a starter, not ASCII.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 100.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    				ps.print(b.Right)
    			} else {
    				ps.writeByte('=')
    				parenthesize(ps, b.Right)
    			}
    		}
    		return
    	}
    
    	// Use an extra set of parentheses around an expression that
    	// uses the greater-than operator, so that it does not get
    	// confused with the '>' that ends template parameters.
    	needsOuterParen := op != nil && (op.Name == ">" || op.Name == ">>")
    	if ps.llvmStyle && ps.scopes > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/ppc64/asm9.go

    	/* Vector compare */
    	{as: AVCMPEQ, a1: C_VREG, a2: C_VREG, a6: C_VREG, type_: 82, size: 4},   /* vector compare equal, vc-form */
    	{as: AVCMPGT, a1: C_VREG, a2: C_VREG, a6: C_VREG, type_: 82, size: 4},   /* vector compare greater than, vc-form */
    	{as: AVCMPNEZB, a1: C_VREG, a2: C_VREG, a6: C_VREG, type_: 82, size: 4}, /* vector compare not equal, vx-form */
    
    	/* Vector merge */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/s390x/asmz.go

    		return CCMask(p.From.Offset)
    	case ABEQ, ACMPBEQ, ACMPUBEQ, AMOVDEQ:
    		return Equal
    	case ABGE, ACMPBGE, ACMPUBGE, AMOVDGE:
    		return GreaterOrEqual
    	case ABGT, ACMPBGT, ACMPUBGT, AMOVDGT:
    		return Greater
    	case ABLE, ACMPBLE, ACMPUBLE, AMOVDLE:
    		return LessOrEqual
    	case ABLT, ACMPBLT, ACMPUBLT, AMOVDLT:
    		return Less
    	case ABNE, ACMPBNE, ACMPUBNE, AMOVDNE:
    		return NotEqual
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/arm64/asm7.go

    	// there are no deltas to encode in the pc-line tables.
    	for q := c.blitrl; q != nil; q = q.Link {
    		q.Pos = p.Pos
    	}
    
    	c.elitrl.Link = p.Link
    	p.Link = c.blitrl
    
    	c.blitrl = nil /* BUG: should refer back to values until out-of-range */
    	c.elitrl = nil
    	c.pool.size = 0
    	c.pool.start = 0
    }
    
    /*
     * MOVD foo(SB), R is actually
     *   MOVD addr, REGTMP
     *   MOVD REGTMP, R
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  10. src/debug/elf/elf.go

    	DT_RUNPATH      DynTag = 29 /* String table offset of a null-terminated library search path string. */
    	DT_FLAGS        DynTag = 30 /* Object specific flag values. */
    	DT_ENCODING     DynTag = 32 /* Values greater than or equal to DT_ENCODING
    	   and less than DT_LOOS follow the rules for
    	   the interpretation of the d_un union
    	   as follows: even == 'd_ptr', even == 'd_val'
    	   or none */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
Back to top