HomeSort by relevance Sort by last modified time
    Searched defs:Addr (Results 1 - 25 of 196) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/tools/llvm-pdbdump/
ExternalSymbolDumper.cpp 35 uint64_t Addr = Symbol.getVirtualAddress();
38 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Addr, 10);
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
address.go 14 // An Addr represents an address associated with packet routing.
15 type Addr interface {
26 // Family implements the Family method of Addr interface.
36 // Family implements the Family method of Addr interface.
43 func Addrs(af int, name string) ([]Addr, error) {
57 var as []Addr
96 var addr []byte
101 addr = make([]byte, alen)
102 copy(addr, b[:alen])
104 return addr, ni
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug243.go 25 var conn, _ = Dial("tcp", "", listen.Addr().Error())
40 func (t T) Addr() error {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
address.go 14 // An Addr represents an address associated with packet routing.
15 type Addr interface {
26 // Family implements the Family method of Addr interface.
36 // Family implements the Family method of Addr interface.
43 func Addrs(af int, name string) ([]Addr, error) {
57 var as []Addr
96 var addr []byte
101 addr = make([]byte, alen)
102 copy(addr, b[:alen])
104 return addr, ni
    [all...]