Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 27 of 27 for Label (0.22 sec)

  1. api/go1.txt

    pkg go/ast, type BlockStmt struct, Lbrace token.Pos
    pkg go/ast, type BlockStmt struct, List []Stmt
    pkg go/ast, type BlockStmt struct, Rbrace token.Pos
    pkg go/ast, type BranchStmt struct
    pkg go/ast, type BranchStmt struct, Label *Ident
    pkg go/ast, type BranchStmt struct, Tok token.Token
    pkg go/ast, type BranchStmt struct, TokPos token.Pos
    pkg go/ast, type CallExpr struct
    pkg go/ast, type CallExpr struct, Args []Expr
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  2. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SO_ERROR = 4103
    pkg syscall (freebsd-arm64), const SO_ERROR ideal-int
    pkg syscall (freebsd-arm64), const SO_KEEPALIVE = 8
    pkg syscall (freebsd-arm64), const SO_LABEL = 4105
    pkg syscall (freebsd-arm64), const SO_LABEL ideal-int
    pkg syscall (freebsd-arm64), const SO_LINGER = 128
    pkg syscall (freebsd-arm64), const SO_LISTENINCQLEN = 4115
    pkg syscall (freebsd-arm64), const SO_LISTENINCQLEN ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/arch/arm64.go

    	"BLE":   true,
    	"CALL":  true,
    	"CBZ":   true,
    	"CBZW":  true,
    	"CBNZ":  true,
    	"CBNZW": true,
    	"JMP":   true,
    	"TBNZ":  true,
    	"TBZ":   true,
    
    	// ADR isn't really a jump, but it takes a PC or label reference,
    	// which needs to patched like a jump.
    	"ADR":  true,
    	"ADRP": true,
    }
    
    func jumpArm64(word string) bool {
    	return arm64Jump[word]
    }
    
    var arm64SpecialOperand map[string]arm64.SpecialOperand
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Sep 29 09:04:58 GMT 2022
    - 10.4K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SO_ERROR ideal-int #53466
    pkg syscall (freebsd-riscv64), const SO_KEEPALIVE = 8 #53466
    pkg syscall (freebsd-riscv64), const SO_LABEL = 4105 #53466
    pkg syscall (freebsd-riscv64), const SO_LABEL ideal-int #53466
    pkg syscall (freebsd-riscv64), const SO_LINGER = 128 #53466
    pkg syscall (freebsd-riscv64), const SO_LISTENINCQLEN = 4115 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (darwin-386), const SO_DONTTRUNC = 8192
    pkg syscall (darwin-386), const SO_ERROR = 4103
    pkg syscall (darwin-386), const SO_KEEPALIVE = 8
    pkg syscall (darwin-386), const SO_LABEL = 4112
    pkg syscall (darwin-386), const SO_LINGER = 128
    pkg syscall (darwin-386), const SO_LINGER_SEC = 4224
    pkg syscall (darwin-386), const SO_NKE = 4129
    pkg syscall (darwin-386), const SO_NOADDRERR = 4131
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/endtoend_test.go

    		//	// comment
    		//	INST args [// printed form] [// hex encoding]
    		parts := strings.Split(line, "//")
    		printed := strings.TrimSpace(parts[0])
    		if printed == "" || strings.HasSuffix(printed, ":") { // empty or label
    			continue
    		}
    		seq++
    
    		var hexes string
    		switch len(parts) {
    		default:
    			t.Errorf("%s:%d: unable to understand comments: %s", input, lineno, line)
    		case 1:
    			// no comment
    		case 2:
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Dec 07 18:42:59 GMT 2023
    - 11.6K bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SO_BINTIME ideal-int
    pkg syscall (freebsd-386-cgo), const SO_DEBUG ideal-int
    pkg syscall (freebsd-386-cgo), const SO_ERROR ideal-int
    pkg syscall (freebsd-386-cgo), const SO_LABEL ideal-int
    pkg syscall (freebsd-386-cgo), const SO_LISTENINCQLEN ideal-int
    pkg syscall (freebsd-386-cgo), const SO_LISTENQLEN ideal-int
    pkg syscall (freebsd-386-cgo), const SO_LISTENQLIMIT ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top