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

1 2 3

  /external/wpa_supplicant_8/src/utils/
ip_addr.h 17 struct in6_addr v6; member in union:hostapd_ip_addr::__anon27668
  /external/clang/test/CodeGen/
mmx-inline-asm.c 9 __m64 v1, v2, v3, v4, v5, v6, v7; local
20 "=&y" (v4), "=&y" (v5), "=&y" (v6), "=y" (v7)
vld_dup.c 13 int64_t v6[3]; local
43 v4 = vld3_dup_s64(v6);
mangle-windows.c 81 void __vectorcall v6(char a, char b) {} function
82 // CHECK: define x86_vectorcallcc void @"\01v6@@8"(
83 // X64: define x86_vectorcallcc void @"\01v6@@16"(
vector-alignment.c 40 double __attribute__((vector_size(16), aligned(64))) v6; variable
41 // ALL: @v6 {{.*}}, align 64
attr-mode-vector-types.c 22 vec_t6 v6; local
xcore-abi.c 87 int* v6 = va_arg (ap, int[4]); // an unusual aggregate type local
88 f(v6);
  /external/testng/src/test/java/test/v6/
C.java 1 package test.v6;
A.java 1 package test.v6;
B.java 1 package test.v6;
  /toolchain/binutils/binutils-2.25/gold/testsuite/
large.c 32 int v6; variable
43 assert (v6 == 0);
49 assert (&v6 < v3 && &v6 < v4 && &v6 < v5);
tls_test.cc 74 static __thread int v6; variable
142 return &v6;
154 CHECK_EQ_OR_RETURN(v6, 60);
215 CHECK_EQ_OR_RETURN(v6, 60);
  /external/clang/test/SemaCXX/
type-convert-construct.cpp 14 bool v6 = T(0) == p; local
constant-expression.cpp 27 v6 = Struct::seval, enumerator in enum:C::E
  /external/llvm/test/MC/Hexagon/
v60-vmem.s 104 #CHECK: 280ec1e6 { v6 = vmemu(r14+#1) }
106 v6=vmemu(r14+#1)
254 v6=v24
402 #CHECK: 2bb7f042 if(p2) vmem(r23++m1) = v6.new }
404 v6 = v30 define
405 if(p2)vmem(r23++m1)=v6.new
  /external/parameter-framework/asio-1.10.6/include/asio/ip/detail/
endpoint.hpp 118 asio::detail::sockaddr_in6_type v6; member in union:asio::ip::detail::endpoint::data_union
  /system/netd/server/
StrictControllerTest.cpp 75 std::vector<std::string> v6 = { local
102 std::string commands6 = android::base::Join(v6, '\n');
107 { V6, commands6 },
StrictController.cpp 67 std::vector<std::string> v4, v6; local
70 #define CMD_V6(...) { auto cmd = StringPrintf(__VA_ARGS__); v6.push_back(cmd); }
133 res |= execIptablesRestore(V6, android::base::Join(v6, '\n'));
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
tcp.hpp 55 static tcp v6() function in class:asio::ip::tcp
  /external/libunwind/tests/
ppc64-test-altivec.c 36 register vector signed int v6; local
126 v6 = vec_init ();
130 vec_nor (v1, vec_add (v2, vec_sub (v3, vec_and (v4, vec_or (v5, v6)))));
146 vec_and (v4, vec_or (v5, vec_xor (v6, v8))))));
163 printf ("v6 - ");
164 vec_print (v6);
  /system/core/libmemtrack/
memtrack_test.c 118 size_t v6; local
134 v6 = DIV_ROUND_UP(memtrack_proc_other_pss(p), 1024);
136 if (v1 | v2 | v3 | v4 | v5 | v6) {
138 v1, v2, v3, v4, v5, v6, cmdline);
  /frameworks/base/core/java/android/os/
CommonTimeUtils.java 260 Inet6Address v6 = (Inet6Address)a; local
271 data.writeInt(v6.getScopeId());
  /external/clang/test/CXX/class/class.mem/
p1.cpp 52 void v6() { } //expected-note{{previous definition is here}} function in struct:S5
53 static int v6; //expected-error{{redefinition of 'v6' as different kind of symbol}} member in struct:S5
  /external/boringssl/src/crypto/chacha/
chacha_vec.c 195 vec v0,v1,v2,v3,v4,v5,v6,v7; local
196 v4 = v0 = s0; v5 = v1 = s1; v6 = v2 = s2; v3 = s3;
199 v8 = v4; v9 = v5; v10 = v6;
217 DQROUND_VECTORS(v4,v5,v6,v7)
238 WRITE_XOR(ip, op, 16, v4+s0, v5+s1, v6+s2, v7+s3)
  /external/tcpdump/
print-mptcp.c 126 } v6; member in union:mp_add_addr::__anon23631
329 ND_PRINT((ndo, " %s", ip6addr_string(ndo, add_addr->u.v6.addr)));
332 ND_PRINT((ndo, ":%u", EXTRACT_16BITS(add_addr->u.v6.port)));

Completed in 8970 milliseconds

1 2 3