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

1 2 3 4 5

  /external/clang/test/Sema/
2010-05-31-palignr.c 16 vSInt16 v0; local
17 v0 = *vdtbl;
18 v0 = _mm_alignr_epi8(v0, v0, i); // expected-error {{argument to '__builtin_ia32_palignr128' must be a constant integer}}
  /external/mdnsresponder/Clients/
ClientCommon.c 57 int v0 = cstr[-1] - '0'; // then interpret as three-digit decimal local
60 int val = v0 * 100 + v1 * 10 + v2;
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
VerbosityTest.java 22 String v0 = mDevice.executeShellCommand(MONKEY_CMD + " -s 1337 -p " + PKGS[0] + " 500"); local
23 assertTrue(v0.contains("Events injected"));
24 assertFalse(v0.contains("Sending Touch"));
25 assertFalse(v0.contains("Sending Trackball"));
26 assertFalse(v0.contains("Switch"));
27 assertFalse(v0.contains("Sleeping"));
43 assertTrue(v0.length() < v1.length());
  /external/clang/test/CodeGen/
vld_dup.c 7 int32_t v0[3]; local
16 v1 = vld3_dup_s32(v0);
debug-info.c 5 struct { typeof(0) f0; } v0; local
  /external/openssl/crypto/bf/
bf_cfb64.c 70 register BF_LONG v0,v1,t; local
83 n2l(iv,v0); ti[0]=v0;
103 n2l(iv,v0); ti[0]=v0;
118 v0=v1=ti[0]=ti[1]=t=c=cc=0;
bf_ofb64.c 69 register BF_LONG v0,v1,t; local
79 n2l(iv,v0);
81 ti[0]=v0;
84 l2n(v0,dp);
101 v0=ti[0];
104 l2n(v0,iv);
107 t=v0=v1=ti[0]=ti[1]=0;
  /external/openssl/crypto/des/
cfb64enc.c 70 register DES_LONG v0,v1; local
83 c2l(iv,v0); ti[0]=v0;
87 v0=ti[0]; l2c(v0,iv);
88 v0=ti[1]; l2c(v0,iv);
103 c2l(iv,v0); ti[0]=v0;
107 v0=ti[0]; l2c(v0,iv)
    [all...]
cfb64ede.c 72 register DES_LONG v0,v1; local
85 c2l(iv,v0);
88 ti[0]=v0;
91 v0=ti[0];
95 l2c(v0,iv);
111 c2l(iv,v0);
114 ti[0]=v0;
117 v0=ti[0];
121 l2c(v0,iv);
132 v0=v1=ti[0]=ti[1]=c=cc=0
154 register DES_LONG d0,d1,v0,v1; local
    [all...]
cfb_enc.c 75 register DES_LONG d0,d1,v0,v1; local
94 c2l(iv,v0);
101 ti[0]=v0;
113 { v0=v1; v1=d0; }
115 { v0=d0; v1=d1; }
120 l2c(v0,iv);
125 sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1;
134 v0=sh[0], v1=sh[1];
137 c2l(iv,v0);
148 ti[0]=v0;
    [all...]
ofb64ede.c 71 register DES_LONG v0,v1; local
81 c2l(iv,v0);
83 ti[0]=v0;
86 l2c(v0,dp);
92 /* ti[0]=v0; */
95 v0=ti[0];
99 l2c(v0,dp);
108 /* v0=ti[0];
111 l2c(v0,iv);
114 v0=v1=ti[0]=ti[1]=0
    [all...]
ofb64enc.c 69 register DES_LONG v0,v1,t; local
79 c2l(iv,v0);
81 ti[0]=v0;
84 l2c(v0,dp);
101 v0=ti[0];
104 l2c(v0,iv);
107 t=v0=v1=ti[0]=ti[1]=0;
ofb_enc.c 71 register DES_LONG d0,d1,vv0,vv1,v0,v1,n=(numbits+7)/8; local
97 c2l(iv,v0);
99 ti[0]=v0;
103 ti[0]=v0;
116 { v0=v1; v1=vv0; }
118 { v0=vv0; v1=vv1; }
121 v0=((v1>>(num-32))|(vv0<<(64-num)))&0xffffffffL;
126 v0=((v0>>num)|(v1<<(32-num)))&0xffffffffL;
131 l2c(v0,iv)
    [all...]
  /external/openssl/crypto/rc2/
rc2cfb64.c 71 register unsigned long v0,v1,t; local
84 c2l(iv,v0); ti[0]=v0;
104 c2l(iv,v0); ti[0]=v0;
119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
rc2ofb64.c 70 register unsigned long v0,v1,t; local
80 c2l(iv,v0);
82 ti[0]=v0;
85 l2c(v0,dp);
102 v0=ti[0];
105 l2c(v0,iv);
108 t=v0=v1=ti[0]=ti[1]=0;
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
LittleEndian.java 51 final int v0 = src[offset + 0] & 0xFF; local
53 return ((v1 << 8) | v0);
63 final long v0 = src[offset + 0] & 0xFF; local
67 return ((v3 << 24) | (v2 << 16) | (v1 << 8) | v0);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLFace.java 79 GLVertex v0 = mVertexList.get(0); local
85 buffer.put(v0.index);
88 v0 = v1;
  /external/iptables/include/linux/netfilter/
xt_string.h 23 } v0; member in union:xt_string_info::__anon9303
  /external/clang/test/SemaTemplate/
explicit-instantiation.cpp 7 int v0; // expected-note{{refers here}} variable
8 template int v0; // expected-error{{does not refer}} variable
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 32 T v0 = data_[0]; local
34 CHECK_EQ(data_[i], v0);
42 T v0 = data_[0];
44 CHECK_EQ(data_[i], v0);
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mutex_test.cc 33 T v0 = data_[0]; local
35 CHECK_EQ(data_[i], v0);
42 T v0 = data_[0]; local
44 CHECK_EQ(data_[i], v0);
  /external/eigen/test/
geo_homogeneous.cpp 29 VectorType v0 = VectorType::Random(), local
38 hv0 << v0, 1; local
39 VERIFY_IS_APPROX(v0.homogeneous(), hv0);
40 VERIFY_IS_APPROX(v0, hv0.hnormalized());
51 VERIFY_IS_APPROX(t1 * (v0.homogeneous().eval()), t1 * v0.homogeneous());
55 VERIFY_IS_APPROX(t2 * (v0.homogeneous().eval()), t2 * v0.homogeneous());
58 VERIFY_IS_APPROX((v0.transpose().rowwise().homogeneous().eval()) * t2,
59 v0.transpose().rowwise().homogeneous() * t2)
    [all...]
geo_orthomethods.cpp 27 Vector3 v0 = Vector3::Random(), local
37 mat3 << v0.normalized(),
38 (v0.cross(v1)).normalized(),
39 (v0.cross(v1).cross(v0)).normalized();
76 VectorType v0 = VectorType::Random(size); local
79 VERIFY_IS_MUCH_SMALLER_THAN(v0.unitOrthogonal().dot(v0), Scalar(1));
80 VERIFY_IS_APPROX(v0.unitOrthogonal().norm(), RealScalar(1));
84 v0.template head<2>().setZero()
    [all...]
  /external/skia/src/sfnt/
SkOTTable_OS_2.h 30 //original V0 TT
32 struct V0 : SkOTTableOS2_V0 { } v0; member in union:SkOTTableOS2::Version
46 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V0) == 78, sizeof_SkOTTableOS2__V0_not_78);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
Utf8Utils.java 91 int v0 = bytes[at] & 0xFF; local
93 switch (v0 >> 4) {
98 if (v0 == 0) {
100 return throwBadUtf8(v0, at);
102 out = (char) v0;
110 return throwBadUtf8(v0, at);
116 int value = ((v0 & 0x1f) << 6) | (v1 & 0x3f);
132 return throwBadUtf8(v0, at);
142 int value = ((v0 & 0x0f) << 12) | ((v1 & 0x3f) << 6) |
157 return throwBadUtf8(v0, at)
    [all...]

Completed in 546 milliseconds

1 2 3 4 5