Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for grpc (0.21 sec)

  1. src/cmd/asm/internal/asm/parse.go

    			// Nothing may follow.
    			return
    		}
    	}
    	if r2 != 0 {
    		p.errorf("indirect through register pair")
    	}
    	if prefix == '$' {
    		a.Type = obj.TYPE_ADDR
    	}
    	if r1 == arch.RPC && prefix != 0 {
    		p.errorf("illegal addressing mode for PC")
    	}
    	if scale == 0 && p.peek() == '(' {
    		// General form (R)(R*scale).
    		p.next()
    		tok := p.next()
    		if p.atRegisterExtension() {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 36.9K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg net/mail, func ParseAddress(string) (*Address, error)
    pkg net/mail, func ParseAddressList(string) ([]*Address, error)
    pkg net/rpc, const DefaultDebugPath = "/debug/rpc"
    pkg net/rpc, const DefaultRPCPath = "/_goRPC_"
    pkg net/smtp, method (*Client) Hello(string) error
    pkg net/textproto, func TrimBytes([]uint8) []uint8
    pkg net/textproto, func TrimString(string) string
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  3. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const IPPROTO_SEP ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_SKIP ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_SPACER ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_SRPC ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_ST ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_SVMTP ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_SWIPE ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  4. src/cmd/asm/internal/arch/arch.go

    	"cmd/internal/obj/wasm"
    	"cmd/internal/obj/x86"
    	"fmt"
    	"strings"
    )
    
    // Pseudo-registers whose names are the constant name without the leading R.
    const (
    	RFP = -(iota + 1)
    	RSB
    	RSP
    	RPC
    )
    
    // Arch wraps the link architecture object with more architecture-specific information.
    type Arch struct {
    	*obj.LinkArch
    	// Map of instruction names to enumeration.
    	Instructions map[string]obj.As
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Mar 21 06:51:28 GMT 2023
    - 21.3K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg net/rpc, func NewClientWithCodec(ClientCodec) *Client
    pkg net/rpc, func NewServer() *Server
    pkg net/rpc, func Register(interface{}) error
    pkg net/rpc, func RegisterName(string, interface{}) error
    pkg net/rpc, func ServeCodec(ServerCodec)
    pkg net/rpc, func ServeConn(io.ReadWriteCloser)
    pkg net/rpc, func ServeRequest(ServerCodec) error
    pkg net/rpc, method (*Client) Call(string, interface{}, interface{}) error
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const IPPROTO_SEP = 33
    pkg syscall (darwin-arm64), const IPPROTO_SEP ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_SRPC = 90
    pkg syscall (darwin-arm64), const IPPROTO_SRPC ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_ST = 7
    pkg syscall (darwin-arm64), const IPPROTO_ST ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_SVMTP = 82
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IPPROTO_SPACER = 32767
    pkg syscall (freebsd-arm64), const IPPROTO_SPACER ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_SRPC = 90
    pkg syscall (freebsd-arm64), const IPPROTO_SRPC ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_ST = 7
    pkg syscall (freebsd-arm64), const IPPROTO_ST ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_SVMTP = 82
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const IPPROTO_SPACER = 32767 #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_SPACER ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_SRPC = 90 #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_SRPC ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_ST = 7 #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_ST ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top