HomeSort by relevance Sort by last modified time
    Searched defs:t1 (Results 151 - 175 of 1682) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/tests/openglperf2/jni/reference/
GLReference.cpp 47 double t1 = GLUtils::currentTimeMillis(); local
50 updates[i] = t1 - t0;
51 renders[i] = t2 - t1;
  /external/boringssl/src/crypto/dh/
check.c 123 BIGNUM *t1 = NULL, *t2 = NULL; local
131 t1 = BN_CTX_get(ctx);
132 if (t1 == NULL) {
147 if (!BN_mod_exp_mont(t1, dh->g, dh->q, dh->p, ctx, NULL)) {
150 if (!BN_is_one(t1)) {
162 if (!BN_div(t1, t2, dh->p, dh->q, ctx)) {
168 if (dh->j && BN_cmp(dh->j, t1)) {
198 if (!BN_rshift1(t1, dh->p)) {
201 r = BN_is_prime_ex(t1, BN_prime_checks, ctx, NULL);
  /external/clang/test/CodeGen/
asm_arm64.c 5 int t1() function
ms-inline-asm-64.c 4 void t1() { function
7 // CHECK: t1
ms-inline-asm.c 4 void t1() { function
5 // CHECK: @t1
  /external/clang/test/PCH/Inputs/
namespaces.h 4 typedef int t1; typedef in namespace:N1
16 typedef float t1; typedef in namespace:N2
  /external/clang/test/Parser/
ms-inline-asm.c 9 void t1(void) { M } function
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_string.cc 44 ScopedThread t1, t2; local
45 t1.Memcpy(data, data1, 10);
53 ScopedThread t1, t2; local
54 t1.Memcpy(data+5, data1, 1);
62 ScopedThread t1, t2; local
63 t1.Memcpy(data, data1, 10);
70 ScopedThread t1, t2; local
71 t1.Memcpy(data, data1, 10);
77 ScopedThread t1, t2; local
78 t1.Memset(data, 1, 10)
    [all...]
tsan_thread.cc 21 ScopedThread t1; local
22 t1.Write1(l);
28 ScopedThread t1(true);
30 t1.Write1(l);
34 ScopedThread t1; local
36 t1.Write1(l);
37 t1.Detach();
  /external/eigen/test/
zerosized.cpp 27 MatrixType t1; local
32 zeroReduction(t1);
34 VERIFY(t1.rows() == 0);
36 VERIFY(t1.cols() == 0);
41 MatrixType t2(0, 0), t3(t1);
46 VERIFY(t1==t2);
70 VectorType t1; local
74 zeroReduction(t1);
75 VERIFY(t1.size() == 0);
80 VERIFY(t1==t2)
    [all...]
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
assign_move.pass.cpp 31 T t1[] = {10, 11, 12, 13}; local
34 C c1(I(std::begin(t1)), I(std::end(t1)), A(10));
48 T t1[] = {10, 11, 12, 13}; local
51 C c1(I(std::begin(t1)), I(std::end(t1)), A(11));
65 T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
68 C c1(I(std::begin(t1)), I(std::end(t1)), A(10));
82 T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9} local
100 T t1[] = {10, 11, 12, 13}; local
117 T t1[] = {10, 11, 12, 13}; local
134 T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
151 T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
168 T t1[] = {10, 11, 12, 13}; local
185 T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
    [all...]
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
remove_if.pass.cpp 34 const T t1[] = {0, 5, 5, 0, 0, 0, 5}; local
36 C c1(std::begin(t1), std::end(t1));
41 assert(cp.count() == static_cast<std::size_t>(std::distance(std::begin(t1), std::end(t1))));
47 const T t1[] = {0, 0, 0, 0}; local
48 C c1(std::begin(t1), std::end(t1));
53 assert(cp.count() == static_cast<std::size_t>(std::distance(std::begin(t1), std::end(t1))));
59 const T t1[] = {5, 5, 5}; local
83 const T t1[] = {5, 5, 5, 0}; local
97 const T t1[] = {0, 5, 5, 0, 0, 0, 5}; local
110 const T t1[] = {0, 0, 0, 0}; local
122 const T t1[] = {5, 5, 5}; local
146 const T t1[] = {5, 5, 5, 0}; local
    [all...]
splice_after_flist.pass.cpp 22 const T t1[] = {0, 1, 2, 3, 4, 5, 6, 7}; variable
24 const std::ptrdiff_t size_t1 = std::end(t1) - std::begin(t1);
34 assert(*i == t1[n1]);
38 assert(*i == t1[n1]);
51 C c1(std::begin(t1), std::end(t1));
67 C c1(std::begin(t1), std::end(t1));
unique_pred.pass.cpp 30 const T t1[] = {0, 5, 5, 0, 0, 0, 5}; local
32 C c1(std::begin(t1), std::end(t1));
40 const T t1[] = {0, 0, 0, 0}; local
42 C c1(std::begin(t1), std::end(t1));
50 const T t1[] = {5, 5, 5}; local
52 C c1(std::begin(t1), std::end(t1));
68 const T t1[] = {5, 5, 5, 0} local
79 const T t1[] = {0, 5, 5, 0, 0, 0, 5}; local
89 const T t1[] = {0, 0, 0, 0}; local
99 const T t1[] = {5, 5, 5}; local
117 const T t1[] = {5, 5, 5, 0}; local
    [all...]
  /external/libcxx/test/std/thread/thread.condition/
notify_all_at_thread_exit.pass.cpp 46 Clock::time_point t1 = Clock::now(); local
47 assert(t1-t0 > ms(250));
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/
adopt_lock.pass.cpp 34 time_point t1; local
38 t1 = Clock::now();
40 ns d = t1 - t0 - ms(250);
mutex.pass.cpp 39 time_point t1; local
42 t1 = Clock::now();
44 ns d = t1 - t0 - ms(250);
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
mutex_try_to_lock.pass.cpp 54 time_point t1 = Clock::now(); local
55 ns d = t1 - t0 - ms(250);
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex.pass.cpp 39 time_point t1; local
42 t1 = Clock::now();
44 ns d = t1 - t0 - ms(250);
mutex_duration.pass.cpp 39 time_point t1 = Clock::now(); local
40 ns d = t1 - t0 - ms(250);
49 time_point t1 = Clock::now();
50 ns d = t1 - t0 - ms(250);
mutex_time_point.pass.cpp 39 time_point t1 = Clock::now(); local
40 ns d = t1 - t0 - ms(250);
49 time_point t1 = Clock::now();
50 ns d = t1 - t0 - ms(250);
mutex_try_to_lock.pass.cpp 52 time_point t1 = Clock::now(); local
53 ns d = t1 - t0 - ms(250);
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
lock.pass.cpp 38 time_point t1 = Clock::now(); local
40 ns d = t1 - t0 - ms(250);
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
lock.pass.cpp 37 time_point t1 = Clock::now(); local
39 ns d = t1 - t0 - ms(250);
try_lock.pass.cpp 39 time_point t1 = Clock::now(); local
41 ns d = t1 - t0 - ms(250);

Completed in 488 milliseconds

1 2 3 4 5 67 8 91011>>