Searched defs:t1 (Results 201 - 225 of 736) sorted by relevance

1234567891011>>

/external/clang/test/Analysis/
H A Dfree.c5 void t1 () { function
/external/clang/test/CodeGen/
H A Dms_struct-bitfield-init.c14 } ATTR t1 = {'a', 'b'}; variable in typeref:struct:__anon18676
46 if (sizeof(t1) != 2)
48 if (t1.foo != 'a')
50 if (t1.bar != 'b')
52 t1.foo = 'c';
53 t1.bar = 'd';
54 if (t1.foo != 'c')
56 if (t1.bar != 'd')
/external/clang/test/CodeGenCXX/
H A Dmember-functions.cpp71 T t1, t2; local
74 T result = t1 + t2;
/external/clang/test/Sema/
H A Dvector-cast.c3 typedef long long t1 __attribute__ ((vector_size (8))); typedef
9 t1 v1;
14 't2' (vector of 16 'char' values) and 't1' (vector of 1 'long long' value) of different size}}
15 v1 = (t1)v2; // expected-error {{invalid conversion between vector type \
16 't1' (vector of 1 'long long' value) and 't2' (vector of 16 'char' values) of different size}}
19 v1 = (t1)(char *)10; // expected-error {{invalid conversion between vector \
20 type 't1' (vector of 1 'long long' value) and scalar type 'char *'}}
21 v1 = (t1)(long long)10;
22 v1 = (t1)(short)10; // expected-error {{invalid conversion between vector \
23 type 't1' (vecto
[all...]
/external/clang/test/SemaCXX/
H A Dstatic-assert.cpp21 T<1> t1; // expected-note {{in instantiation of template class 'T<1>' requested here}} variable
/external/clang/test/SemaTemplate/
H A Dfun-template-def.cpp19 T f1(T t1, U u1, int i1) argument
27 i1 = t1[u1];
28 i1 *= t1;
30 i1(u1, t1); // error
31 u1(i1, t1);
37 new U(i1, t1);
38 new int(t1, u1);
39 new (t1, u1) int;
40 delete t1;
42 dummy d1 = sizeof(t1); // expecte
[all...]
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mop.cc26 ScopedThread t1, t2; local
28 t1.Write1(l1);
33 ScopedThread t1, t2; local
35 t1.Write1(l);
40 ScopedThread t1, t2; local
42 t1.Read1(l);
47 ScopedThread t1, t2; local
49 t1.Write1(l);
54 ScopedThread t1, t2; local
56 t1
62 ScopedThread t1, t2; local
74 ScopedThread t1, t2; local
93 ScopedThread t1, t2; local
108 ScopedThread t1, t2; local
142 ScopedThread t1, t2; local
156 ScopedThread t1, t2; local
181 ScopedThread t1, t2; local
190 ScopedThread t1, t2; local
209 ScopedThread t1; local
228 ScopedThread t1; local
[all...]
H A Dtsan_mutex.cc100 ScopedThread t1, t2; local
102 t1.Lock(m);
103 t1.Write1(l);
104 t1.Unlock(m);
116 ScopedThread t1, t2; local
118 t1.Lock(m);
119 t1.Write1(l);
120 t1.Unlock(m);
132 ScopedThread t1, t2, t3; local
134 t1
157 ScopedThread t1, t2; local
183 ScopedThread t1; local
206 ScopedThread t1; local
[all...]
/external/fdlibm/
H A De_sqrt.c100 unsigned r,t1,s1,ix1,q1; local
157 t1 = s1+r;
159 if((t<ix0)||((t==ix0)&&(t1<=ix1))) {
160 s1 = t1+r;
161 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1;
163 if (ix1 < t1) ix0 -= 1;
164 ix1 -= t1;
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
H A Dsplice_after_range.pass.cpp22 const T t1[] = {0, 1, 2, 3, 4, 5, 6, 7}; variable
24 const int size_t1 = std::end(t1) - std::begin(t1);
34 assert(*i == t1[n1]);
38 assert(*i == t1[n1]);
52 assert(*i == t1[n]);
57 assert(*i == t1[n]);
59 assert(*i == t1[n]);
61 assert(*i == t1[n]);
63 assert(*i == t1[
[all...]
/external/libcxx/test/thread/thread.condition/thread.condition.condvar/
H A Dwait_until.pass.cpp60 Clock::time_point t1 = Clock::now(); local
63 assert(t1 - t0 < Clock::duration(250));
68 assert(t1 - t0 - Clock::duration(250) < Clock::duration(50));
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
H A Dwait_for_pred.pass.cpp56 Clock::time_point t1 = Clock::now(); local
59 assert(t1 - t0 < milliseconds(250));
64 assert(t1 - t0 - milliseconds(250) < milliseconds(50));
H A Dwait_until.pass.cpp63 Clock::time_point t1 = Clock::now(); local
66 assert(t1 - t0 < Clock::duration(250));
71 assert(t1 - t0 - Clock::duration(250) < Clock::duration(50));
/external/libcxxabi/test/
H A Ddynamic_cast_stress.cpp62 auto t1 = Clock::now(); local
63 std::cout << US(t1-t0).count() << " microseconds\n";
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_time.h71 * Return t2 = t1 + usecs
75 util_time_add(const struct util_time *t1, argument
79 t2->counter = t1->counter + usecs;
88 util_time_diff(const struct util_time *t1, argument
91 return t2->counter - t1->counter;
102 _util_time_compare(const struct util_time *t1, argument
105 if (t1->counter < t2->counter)
107 else if(t1->counter > t2->counter)
/external/skia/experimental/Intersection/
H A DQuadraticSubDivide.cpp12 Given a quadratic q, t1, and t2, find a small quadratic segment.
15 A = c[0]*(1 - t1)*(1 - t1) + 2*c[1]*t1*(1 - t1) + c[2]*t1*t1
16 C = c[3]*(1 - t1)*(1 - t1) + 2*c[2]*t1*(
42 sub_divide(const Quadratic& src, double t1, double t2, Quadratic& dst) argument
53 sub_divide(const Quadratic& src, const _Point& a, const _Point& c, double t1, double t2) argument
[all...]
/external/skia/src/pathops/
H A DSkPathOpsQuad.h49 SkDQuad subDivide(double t1, double t2) const;
50 static SkDQuad SubDivide(const SkPoint a[3], double t1, double t2) { argument
53 return quad.subDivide(t1, t2);
55 SkDPoint subDivide(const SkDPoint& a, const SkDPoint& c, double t1, double t2) const;
57 double t1, double t2) {
60 return quad.subDivide(a, c, t1, t2);
56 SubDivide(const SkPoint pts[3], const SkDPoint& a, const SkDPoint& c, double t1, double t2) argument
/external/valgrind/main/memcheck/tests/
H A Dorigin3-no.c17 __attribute__((noinline)) int t1(void);
28 x += t1();
38 __attribute__((noinline)) int t1(void) function
/external/chromium_org/chrome/browser/extensions/
H A Dextension_notification_observer.cc61 extensions::NotificationType t1,
64 types.push_back(t1);
70 extensions::NotificationType t1,
74 types.push_back(t1);
81 extensions::NotificationType t1,
88 types.push_back(t1);
60 CheckNotifications( extensions::NotificationType t1, extensions::NotificationType t2) argument
69 CheckNotifications( extensions::NotificationType t1, extensions::NotificationType t2, extensions::NotificationType t3) argument
80 CheckNotifications( extensions::NotificationType t1, extensions::NotificationType t2, extensions::NotificationType t3, extensions::NotificationType t4, extensions::NotificationType t5, extensions::NotificationType t6) argument
/external/chromium_org/jingle/notifier/listener/
H A Dnotification_defines.cc26 bool ListsEqual(const T& t1, const T& t2) { argument
27 if (t1.size() != t2.size()) {
30 for (size_t i = 0; i < t1.size(); ++i) {
31 if (!t1[i].Equals(t2[i])) {
/external/chromium_org/sync/internal_api/public/util/
H A Dimmutable.h206 static void Swap(T* t1, T* t2) { argument
210 swap(*t1, *t2);
218 static void Swap(T* t1, T* t2) { argument
219 t1->swap(*t2);
227 static void Swap(T* t1, T* t2) { argument
228 t1->Swap(t2);
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dadd.c104 BN_ULONG *ap, *bp, *rp, carry, t1, t2; local
134 t1 = *(ap++);
135 t2 = (t1 + 1) & BN_MASK2;
261 register BN_ULONG t1, t2, *ap, *bp, *rp; local
284 t1 = *(ap++);
287 carry = (t1 <= t2);
288 t1 = (t1 - t2 - 1) & BN_MASK2;
290 carry = (t1 < t2);
291 t1
[all...]
H A Dcmp.c64 BN_ULONG t1, t2, *ap, *bp; local
74 t1 = ap[i];
76 if (t1 != t2) {
77 return (t1 > t2) ? 1 : -1;
87 BN_ULONG t1, t2; local
121 t1 = a->d[i];
123 if (t1 > t2) {
125 } if (t1 < t2) {
/external/chromium_org/third_party/boringssl/src/crypto/dh/
H A Ddh_impl.c94 BIGNUM *t1, *t2; local
103 t1 = BN_CTX_get(ctx);
105 if (t1 == NULL || t2 == NULL) {
122 if (!BN_set_word(t1, 24)) {
130 if (!BN_set_word(t1, 10)) {
144 if (!BN_set_word(t1, 2)) {
153 if (!BN_generate_prime_ex(ret->p, prime_bits, 1, t1, t2, cb)) {
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafwarp.h37 FT_Pos t1, t2; member in struct:AF_WarperRec_

Completed in 538 milliseconds

1234567891011>>