Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for _code (0.24 sec)

  1. src/cmd/go/alldocs.go

    //	                    z.go
    //	            quux/              (go code in package main)
    //	                y.go
    //
    // The same visibility rules apply as for internal, but the code
    // in z.go is imported as "baz", not as "foo/vendor/baz".
    //
    // Code in vendor directories deeper in the source tree shadows
    // code in higher directories. Within the subtree rooted at foo, an import
    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

    		}
    	}
    
    	if useBindir {
    		// Report an error when the old code.google.com/p/go.tools paths are used.
    		if InstallTargetDir(p) == StalePath {
    			// TODO(matloob): remove this branch, and StalePath itself. code.google.com/p/go is so
    			// old, even this code checking for it is stale now!
    			newPath := strings.Replace(p.ImportPath, "code.google.com/p/go.", "golang.org/x/", 1)
    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/internal/obj/x86/asm6.go

    		var t []byte
    		if p.As == mo[0].as {
    			if ycover[ft+int(mo[0].ft)] != 0 && ycover[f3t+int(mo[0].f3t)] != 0 && ycover[tt+int(mo[0].tt)] != 0 {
    				t = mo[0].op[:]
    				switch mo[0].code {
    				default:
    					ctxt.Diag("asmins: unknown mov %d %v", mo[0].code, p)
    
    				case movLit:
    					for z = 0; t[z] != 0; z++ {
    						ab.Put1(t[z])
    					}
    
    				case movRegMem:
    					ab.Put1(t[0])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		// CMOV with floating point instructions. We need separate pseudo-op to handle
    		// InvertFlags correctly, and to generate special code that handles NaN (unordered flag).
    		// NOTE: the fact that CMOV*EQF here is marked to generate CMOV*NE is not a bug. See
    		// code generation in amd64/ssa.go.
    		{name: "CMOVQEQF", argLength: 3, reg: gp21, asm: "CMOVQNE", resultInArg0: true, needIntTemp: true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/test/testdata/copy_test.go

    // Code generated by gen/copyGen.go. DO NOT EDIT.
    
    package main
    
    import "testing"
    
    type T1 struct {
    	pre  [8]byte
    	mid  [1]byte
    	post [8]byte
    }
    
    //go:noinline
    func t1copy_ssa(y, x *[1]byte) {
    	*y = *x
    }
    func testCopy1(t *testing.T) {
    	a := T1{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [1]byte{0}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
    	x := [1]byte{100}
    	t1copy_ssa(&a.mid, &x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 150.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/rsc.io/markdown/entity.go

    // Copyright 2023 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:generate go run entity2go.go -o entity.go
    
    package markdown
    
    // htmlEntity maps known HTML entity sequences to their meanings.
    var htmlEntity = map[string]string{
    	"Æ":                           "\u00c6",
    	"&":                             "\u0026",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go

    // Generated by ARM internal tool
    // DO NOT EDIT
    
    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package arm64asm
    
    const (
    	_ Op = iota
    	ABS
    	ADC
    	ADCS
    	ADD
    	ADDHN
    	ADDHN2
    	ADDP
    	ADDS
    	ADDV
    	ADR
    	ADRP
    	AESD
    	AESE
    	AESIMC
    	AESMC
    	AND
    	ANDS
    	ASR
    	ASRV
    	AT
    	B
    	BFI
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 211.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    // Code generated by mkmerge; DO NOT EDIT.
    
    //go:build linux
    
    package unix
    
    import "syscall"
    
    const (
    	AAFS_MAGIC                                  = 0x5a3c69f0
    	ADFS_SUPER_MAGIC                            = 0xadf5
    	AFFS_SUPER_MAGIC                            = 0xadff
    	AFS_FS_MAGIC                                = 0x6b414653
    	AFS_SUPER_MAGIC                             = 0x5346414f
    	AF_ALG                                      = 0x26
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  9. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package demangle
    
    import (
    	"fmt"
    	"strings"
    )
    
    // AST is an abstract syntax tree representing a C++ declaration.
    // This is sufficient for the demangler but is by no means a general C++ AST.
    // This abstract syntax tree is only used for C++ symbols, not Rust symbols.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/cases/tables13.0.0.go

    // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
    
    //go:build go1.16 && !go1.21
    
    package cases
    
    // UnicodeVersion is the Unicode version from which the tables in this package are derived.
    const UnicodeVersion = "13.0.0"
    
    var xorData string = "" + // Size: 192 bytes
    	"\x00\x06\x07\x00\x01?\x00\x0f\x03\x00\x0f\x12\x00\x0f\x1f\x00\x0f\x1d" +
    	"\x00\x01\x13\x00\x0f\x16\x00\x0f\x0b\x00\x0f3\x00\x0f7\x00\x01#\x00\x0f?" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 100.7K bytes
    - Viewed (0)
Back to top