HomeSort by relevance Sort by last modified time
    Searched refs:t2 (Results 101 - 125 of 1318) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/valgrind/main/helgrind/tests/
hg06_readshared.c 13 static void *t2(void *v) function
25 pthread_create(&b, NULL, t2, NULL);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
splice_after_flist.pass.cpp 22 const T t2[] = {10, 11, 12, 13, 14, 15}; variable
24 const int size_t2 = std::end(t2) - std::begin(t2);
35 assert(*i == t2[n2]);
51 C c2(t2, t2+l);
67 C c2(t2, t2+l);
merge.pass.cpp 26 const T t2[] = {0, 1, 2, 4, 8, 9, 10, 11, 14, 15}; local
29 C c2(std::begin(t2), std::end(t2));
39 const T t2[] = {0, 1, 2, 4, 8, 9, 10, 11, 14, 15}; local
42 C c2(std::begin(t2), std::end(t2));
merge_pred.pass.cpp 27 const T t2[] = {15, 14, 11, 10, 9, 8, 4, 2, 1, 0}; local
30 C c2(std::begin(t2), std::end(t2));
40 const T t2[] = {15, 14, 11, 10, 9, 8, 4, 2, 1, 0}; local
43 C c2(std::begin(t2), std::end(t2));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.comparisons/
op_equal.fail.cpp 35 typedef std::chrono::time_point<Clock2, Duration2> T2;
38 T2 t2(Duration2(3000));
39 t1 == t2; local
op_less.fail.cpp 43 typedef std::chrono::time_point<Clock2, Duration2> T2;
46 T2 t2(Duration2(3000));
47 t1 < t2;
  /external/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
merge.pass.cpp 26 const T t2[] = {0, 1, 2, 4, 8, 9, 10, 11, 14, 15}; local
29 C c2(std::begin(t2), std::end(t2));
39 const T t2[] = {0, 1, 2, 4, 8, 9, 10, 11, 14, 15}; local
42 C c2(std::begin(t2), std::end(t2));
merge_pred.pass.cpp 27 const T t2[] = {15, 14, 11, 10, 9, 8, 4, 2, 1, 0}; local
30 C c2(std::begin(t2), std::end(t2));
40 const T t2[] = {15, 14, 11, 10, 9, 8, 4, 2, 1, 0}; local
43 C c2(std::begin(t2), std::end(t2));
  /external/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/
tuple_cat.pass.cpp 31 std::tuple<> t2 = std::tuple_cat(t1); local
51 constexpr std::tuple<> t2 = std::tuple_cat(t1); local
91 std::tuple<> t2; local
92 std::tuple<> t3 = std::tuple_cat(t1, t2);
96 std::tuple<int> t2(2);
97 std::tuple<int> t3 = std::tuple_cat(t1, t2);
102 std::tuple<int> t2(2);
103 std::tuple<int> t3 = std::tuple_cat(t2, t1);
108 std::tuple<int> t2(2);
109 std::tuple<int*, int> t3 = std::tuple_cat(t1, t2);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/
tuple_cat.pass.cpp 31 std::tuple<> t2 = std::tuple_cat(t1); local
51 constexpr std::tuple<> t2 = std::tuple_cat(t1); local
91 std::tuple<> t2; local
92 std::tuple<> t3 = std::tuple_cat(t1, t2);
96 std::tuple<int> t2(2);
97 std::tuple<int> t3 = std::tuple_cat(t1, t2);
102 std::tuple<int> t2(2);
103 std::tuple<int> t3 = std::tuple_cat(t2, t1);
108 std::tuple<int> t2(2);
109 std::tuple<int*, int> t3 = std::tuple_cat(t1, t2);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/
constructors_destructor_fn_imps.hpp 60 template<typename T0, typename T1, typename T2>
62 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2)
65 template<typename T0, typename T1, typename T2, typename T3>
67 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3)
68 : base_type(t0, t1, t2, t3)
71 template<typename T0, typename T1, typename T2, typename T3, typename T4>
73 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
constructors_destructor_fn_imps.hpp 60 template<typename T0, typename T1, typename T2>
62 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2)
65 template<typename T0, typename T1, typename T2, typename T3>
67 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3)
68 : base_type(t0, t1, t2, t3)
71 template<typename T0, typename T1, typename T2, typename T3, typename T4>
73 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
constructors_destructor_fn_imps.hpp 60 template<typename T0, typename T1, typename T2>
62 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2)
65 template<typename T0, typename T1, typename T2, typename T3>
67 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3)
68 : base_type(t0, t1, t2, t3)
71 template<typename T0, typename T1, typename T2, typename T3, typename T4>
73 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
constructors_destructor_fn_imps.hpp 60 template<typename T0, typename T1, typename T2>
62 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2)
65 template<typename T0, typename T1, typename T2, typename T3>
67 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3)
68 : base_type(t0, t1, t2, t3)
71 template<typename T0, typename T1, typename T2, typename T3, typename T4>
73 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/
constructors_destructor_fn_imps.hpp 60 template<typename T0, typename T1, typename T2>
62 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2)
65 template<typename T0, typename T1, typename T2, typename T3>
67 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3)
68 : base_type(t0, t1, t2, t3)
71 template<typename T0, typename T1, typename T2, typename T3, typename T4>
73 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
constructors_destructor_fn_imps.hpp 60 template<typename T0, typename T1, typename T2>
62 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2)
65 template<typename T0, typename T1, typename T2, typename T3>
67 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3)
68 : base_type(t0, t1, t2, t3)
71 template<typename T0, typename T1, typename T2, typename T3, typename T4>
73 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
constructors_destructor_fn_imps.hpp 60 template<typename T0, typename T1, typename T2>
62 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2)
65 template<typename T0, typename T1, typename T2, typename T3>
67 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3)
68 : base_type(t0, t1, t2, t3)
71 template<typename T0, typename T1, typename T2, typename T3, typename T4>
73 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4)
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_FFT_CToC_FC32_Fwd_Radix4_fs.c 37 OMX_FC32 t2; local
48 // CADD t2, out1, out3
49 t2.Re = out1[0] + out3[0];
50 t2.Im = out1[n] + out3[n];
56 // CADD out0, t0, t2
57 out0[0] = t0.Re + t2.Re;
58 out0[n] = t0.Im + t2.Im;
60 // CSUB out2, t0, t2
61 out2[0] = t0.Re - t2.Re;
62 out2[n] = t0.Im - t2.Im
    [all...]
x86SP_FFT_CToC_FC32_Inv_Radix4_fs.c 33 OMX_FC32 t2; local
44 // CADD t2, in1, in3
45 t2.Re = in1[0] + in3[0];
46 t2.Im = in1[n] + in3[n];
52 // CADD out0, t0, t2
53 out0[0] = t0.Re + t2.Re;
54 out0[n] = t0.Im + t2.Im;
56 // CSUB out2, t0, t2
57 out2[0] = t0.Re - t2.Re;
58 out2[n] = t0.Im - t2.Im
    [all...]
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_mutex.cc 100 ScopedThread t1, t2; local
105 t2.Lock(m);
106 t2.Write1(l);
107 t2.Unlock(m);
108 t2.Destroy(m);
116 ScopedThread t1, t2; local
121 t2.Lock(m);
122 t2.Write1(l);
123 t2.Unlock(m);
124 t2.Destroy(m)
132 ScopedThread t1, t2, t3; local
157 ScopedThread t1, t2; local
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c 27 TIME_STRUCT t1, t2; local
30 TIME_SET(t2, 2, 123456);
37 assert(TIME_DELTA(t2, t1) == 123457); /* DELTA */
39 TIME_COPY(t2, t1); /* COPY */
40 assert(TIME_MICROSECONDS(t2) == 999999);
41 assert(TIME_SECONDS(t2) == 1);
52 assert(TIME_DELTA(t2, t1) == 1000000); /* DELTA */
54 TIME_COPY(t2, t1); /* COPY */
55 assert(TIME_MICROSECONDS(t2) == 0);
56 assert(TIME_SECONDS(t2) == 1)
72 TIME_STRUCT t1, t2, t3; local
    [all...]
  /external/valgrind/main/none/tests/mips32/
mips32_dspr2.c 81 "move $t2, %2 \n\t" \
82 instruction" $t0, $t1, $t2 \n\t" \
86 : "t0", "t1", "t2" \
    [all...]
mips32_dsp.c     [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
levinson.c 121 Word32 t0, t1, t2; /* temporary variable */ local
131 t2 = L_abs(t1); /* abs R[1] */
132 t0 = Div_32(t2, Rh[0], Rl[0]); /* R[1]/R[0] in Q31 */
177 t2 = Div_32(t1, alp_h, alp_l); /* abs(t0)/Alpha */
179 t2 = -t2; /* K =-t0/Alpha */
180 t2 = (t2 << alp_exp); /* denormalize; compare to Alpha */
182 Kh = t2 >> 16;
183 Kl = (t2 & 0xffff)>>1
    [all...]
  /external/sepolicy/
mls 45 (l1 domby l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
50 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
65 (l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
68 (l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
73 (l1 domby l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
76 (l1 domby l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
83 (l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject or t2 == mlstrustedsubject);
86 (l1 domby l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject or t2 == mlstrustedsubject)
    [all...]

Completed in 710 milliseconds

1 2 3 45 6 7 8 91011>>