HomeSort by relevance Sort by last modified time
    Searched refs:lo0 (Results 1 - 25 of 42) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/net/testdata/
resolv.conf 6 nameserver fe80::1%lo0
  /prebuilts/go/linux-x86/src/net/testdata/
resolv.conf 6 nameserver fe80::1%lo0
  /prebuilts/go/darwin-x86/src/net/
hosts_test.go 29 {"localhost", []string{"fe80::1%lo0"}},
48 {"localhost", []string{"::1", "fe80::1", "fe80::2%lo0", "fe80::3%lo0"}},
49 {"localhost.localdomain", []string{"fe80::3%lo0"}},
95 {"fe80::1%lo0", []string{"localhost"}},
117 {"fe80::2%lo0", []string{"localhost"}},
118 {"fe80::3%lo0", []string{"localhost", "localhost.localdomain"}},
ip_test.go 39 {"fe80::1%lo0", nil},
483 {"localhost%lo0:http", "localhost%lo0", "http"},
484 {"localhost%lo0:80", "localhost%lo0", "80"},
485 {"[localhost%lo0]:http", "localhost%lo0", "http"}, // Go 1 behavior
486 {"[localhost%lo0]:80", "localhost%lo0", "80"}, // Go 1 behavior
495 {"[::1%lo0]:http", "::1%lo0", "http"}
    [all...]
dnsconfig_unix_test.go 25 servers: []string{"8.8.8.8:53", "[2001:4860:4860::8888]:53", "[fe80::1%lo0]:53"},
interface.go 33 Name string // e.g., "en0", "lo0", "eth0.100"
dial.go 268 // Dial("udp", "[fe80::1%lo0]:53")
281 // Dial("ip6:58", "fe80::1%lo0")
lookup_test.go 245 if addr == "fe80::1%lo0" {
253 if _, err := LookupAddr("fe80::1%lo0"); err != nil {
ipsock.go 151 // brackets, as in "[::1]:80", "[::1%lo0]:80".
  /prebuilts/go/linux-x86/src/net/
hosts_test.go 29 {"localhost", []string{"fe80::1%lo0"}},
48 {"localhost", []string{"::1", "fe80::1", "fe80::2%lo0", "fe80::3%lo0"}},
49 {"localhost.localdomain", []string{"fe80::3%lo0"}},
95 {"fe80::1%lo0", []string{"localhost"}},
117 {"fe80::2%lo0", []string{"localhost"}},
118 {"fe80::3%lo0", []string{"localhost", "localhost.localdomain"}},
ip_test.go 39 {"fe80::1%lo0", nil},
483 {"localhost%lo0:http", "localhost%lo0", "http"},
484 {"localhost%lo0:80", "localhost%lo0", "80"},
485 {"[localhost%lo0]:http", "localhost%lo0", "http"}, // Go 1 behavior
486 {"[localhost%lo0]:80", "localhost%lo0", "80"}, // Go 1 behavior
495 {"[::1%lo0]:http", "::1%lo0", "http"}
    [all...]
dnsconfig_unix_test.go 25 servers: []string{"8.8.8.8:53", "[2001:4860:4860::8888]:53", "[fe80::1%lo0]:53"},
interface.go 33 Name string // e.g., "en0", "lo0", "eth0.100"
dial.go 268 // Dial("udp", "[fe80::1%lo0]:53")
281 // Dial("ip6:58", "fe80::1%lo0")
lookup_test.go 245 if addr == "fe80::1%lo0" {
253 if _, err := LookupAddr("fe80::1%lo0"); err != nil {
ipsock.go 151 // brackets, as in "[::1]:80", "[::1%lo0]:80".
  /external/deqp/framework/common/
tcuInterval.cpp 60 double lo0 = arg0.lo(), hi0 = arg0.hi(), lo1 = arg1.lo(), hi1 = arg1.hi(); local
61 return Interval(Interval(func(lo0, lo1), func(lo0, hi1)),
  /external/tensorflow/tensorflow/core/lib/random/
philox_random.h 222 uint32 lo0; local
224 MultiplyHighLow(kPhiloxM4x32A, counter[0], &lo0, &hi0);
234 result[3] = lo0;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NodeVector.java 635 * @param lo0 The low index.
640 public void sort(int a[], int lo0, int hi0) throws Exception
643 int lo = lo0;
722 * Recursive calls, elements a[lo0] to a[lo-1] are less than or
726 sort(a, lo0, lo - 1);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java     [all...]
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
x86_64-mont.pl 70 $lo0="%r10";
168 mov %rax,$lo0
171 imulq $lo0,$m1 # "tp[0]"*n0
175 add %rax,$lo0 # discarded
189 mov $lo0,$hi0
200 mov %rdx,$lo0
213 mov $lo0,$hi0
228 mov (%rsp),$lo0
230 add %rax,$lo0 # ap[0]*bp[i]+tp[0]
234 imulq $lo0,$m1 # tp[0]*n
    [all...]
armv8-mont.pl 54 ($lo0,$hi0,$aj,$m0,$alo,$ahi,
92 mul $lo0,$hi0,$m0 // ap[0]*bp[0]
98 mul $m1,$lo0,$n0 // "tp[0]"*n0
104 // (*) adds $lo1,$lo1,$lo0 // discarded
112 // $lo0 being non-zero. So that carry can be calculated
113 // by adding -1 to $lo0. That's what next instruction does.
114 subs xzr,$lo0,#1 // (*)
121 adds $lo0,$alo,$hi0
131 adds $lo1,$lo1,$lo0
139 adds $lo0,$alo,$hi
    [all...]
x86_64-mont5.pl 59 $lo0="%r10";
239 mov %rax,$lo0
242 imulq $lo0,$m1 # "tp[0]"*n0
246 add %rax,$lo0 # discarded
260 mov $lo0,$hi0
271 mov %rdx,$lo0
284 mov $lo0,$hi0
328 mov (%rsp),$lo0
331 add %rax,$lo0 # ap[0]*bp[i]+tp[0]
335 imulq $lo0,$m1 # tp[0]*n
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_client_test.go 999 {"::1%lo0", ""}, // with zone identifier
1001 {"[::1%lo0]", ""},
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_client_test.go 999 {"::1%lo0", ""}, // with zone identifier
1001 {"[::1%lo0]", ""},
    [all...]

Completed in 1213 milliseconds

1 2