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

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
ip_addr.h 22 struct in6_addr v6; member in union:hostapd_ip_addr::__anon16892
  /external/wpa_supplicant_8/src/utils/
ip_addr.h 17 struct in6_addr v6; member in union:hostapd_ip_addr::__anon17121
  /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);
vector-alignment.c 21 double __attribute__((vector_size(16), aligned(64))) v6; variable
22 // CHECK: @v6 {{.*}}, align 64
  /external/clang/test/SemaCXX/
type-convert-construct.cpp 12 bool v6 = T(0) == p; local
constant-expression.cpp 27 v6 = Struct::seval, enumerator in enum:C::E
  /external/webkit/LayoutTests/fast/js/resources/
codegen-temporaries-multiple-global-blocks-1.js 33 v6 = { a: 0 };
codegen-temporaries-multiple-global-blocks-2.js 29 var v6 = o6; variable
30 v6["a"] = assign6();
  /frameworks/base/core/java/android/os/
CommonTimeUtils.java 258 Inet6Address v6 = (Inet6Address)a; local
269 data.writeInt(v6.getScopeId());
  /dalvik/dx/tests/120-disable-extended-ops/
Blort.java 37 int v6 = field6; local
58 sink(v6);
  /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/openssh/
addrmatch.c 40 struct in6_addr v6; member in union:xaddr::__anon11177
44 u_int32_t scope_id; /* iface scope id for v6 */
46 #define v6 xa.v6 macro
100 memcpy(&xa->v6, &in6->sin6_addr, sizeof(xa->v6));
  /external/openssl/ssl/
ssl_asn1.c 129 int v6=0,v9=0,v10=0; local
312 M_ASN1_I2D_len_EXP_opt(&(a.tlsext_hostname), i2d_ASN1_OCTET_STRING,6,v6);
354 M_ASN1_I2D_put_EXP_opt(&(a.tlsext_hostname), i2d_ASN1_OCTET_STRING,6,v6);
  /external/llvm/lib/Target/ARM/
ARMBuildAttrs.h 85 v6 = 6, // e.g. ARM1136J_S enumerator in enum:ARMBuildAttrs::CPUArch
  /external/clang/test/Parser/
altivec.c 131 vector char v6 = (vector char)((vector int)(1+2, -2, (int)(2.0 * 3), -(5-3))); variable
cxx-altivec.cpp 128 vector char v6 = (vector char)((vector int)(1+2, -2, (int)(2.0 * 3), -(5-3))); variable
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 101 M_VARIANTS $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
110 _M_VARIANT $v6
153 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
163 _M_TRY1 $v6
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 101 M_VARIANTS $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
110 _M_VARIANT $v6
156 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
166 _M_TRY1 $v6
  /hardware/ril/libril/
ril.cpp 703 RIL_SIM_IO_v6 v6; member in union:android::RIL_SIM_IO
716 simIO.v6.command = (int)t;
719 simIO.v6.fileid = (int)t;
721 simIO.v6.path = strdupReadString(p);
724 simIO.v6.p1 = (int)t;
727 simIO.v6.p2 = (int)t;
730 simIO.v6.p3 = (int)t;
732 simIO.v6.data = strdupReadString(p);
733 simIO.v6.pin2 = strdupReadString(p);
734 simIO.v6.aidPtr = strdupReadString(p)
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 352 if (mDNSv6AddressIsLinkLocal(&addr->ip.v6)) return(mDNStrue);
355 if ((((intf->ip.ip.v6.l[0] ^ addr->ip.v6.l[0]) & intf->mask.ip.v6.l[0]) == 0) &&
356 (((intf->ip.ip.v6.l[1] ^ addr->ip.v6.l[1]) & intf->mask.ip.v6.l[1]) == 0) &&
357 (((intf->ip.ip.v6.l[2] ^ addr->ip.v6.l[2]) & intf->mask.ip.v6.l[2]) == 0) &
2056 mDNSAddr v6 = { mDNSAddrType_IPv6, {{{0}}} }; local
2720 mDNSBool v6 = !intf->IPv6Available; \/\/ If this interface doesn't do v6, we don't need to find a v6 duplicate of this query local
11033 mDNSAddr v4, v6, r; local
    [all...]
mDNSEmbeddedAPI.h 303 union { mDNSv6Addr v6; mDNSv4Addr v4; } ip; member in union:__anon10912::__anon10913
558 IPv6Header v6; member in union:__anon10919
    [all...]

Completed in 768 milliseconds