Searched defs:tp1 (Results 1 - 25 of 28) sorted by relevance

12

/external/compiler-rt/test/tsan/
H A Dsetuid2.c16 unsigned long long tp0, tp1; local
18 tp1 = monotonic_clock_ns();
19 while (tp1 - tp0 < 3 * 1000000000ull) {
20 tp1 = monotonic_clock_ns();
H A Dbench.h37 timespec tp1; local
38 clock_gettime(CLOCK_MONOTONIC, &tp1);
40 (tp1.tv_sec * 1000000000ULL + tp1.tv_nsec) -
/external/adhd/cras/src/dsp/tests/
H A Ddrc_test.c20 static double tp_diff(struct timespec *tp2, struct timespec *tp1) argument
22 return (tp2->tv_sec - tp1->tv_sec)
23 + (tp2->tv_nsec - tp1->tv_nsec) * 1e-9;
28 struct timespec tp1, tp2; local
32 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1);
42 tp_diff(&tp2, &tp1), frames * 2);
H A Dcrossover_test.c23 static double tp_diff(struct timespec *tp2, struct timespec *tp1) argument
25 return (tp2->tv_sec - tp1->tv_sec)
26 + (tp2->tv_nsec - tp1->tv_nsec) * 1e-9;
43 struct timespec tp1, tp2; local
60 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1);
64 tp_diff(&tp2, &tp1), frames);
67 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1);
72 tp_diff(&tp2, &tp1), frames);
H A Deq2_test.c21 static double tp_diff(struct timespec *tp2, struct timespec *tp1) argument
23 return (tp2->tv_sec - tp1->tv_sec)
24 + (tp2->tv_nsec - tp1->tv_nsec) * 1e-9;
42 struct timespec tp1, tp2; local
65 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1);
69 tp_diff(&tp2, &tp1), frames * 2);
H A Dcrossover2_test.c23 static double tp_diff(struct timespec *tp2, struct timespec *tp1) argument
25 return (tp2->tv_sec - tp1->tv_sec)
26 + (tp2->tv_nsec - tp1->tv_nsec) * 1e-9;
45 struct timespec tp1, tp2; local
62 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1);
67 tp_diff(&tp2, &tp1), frames * 2);
H A Deq_test.c21 static double tp_diff(struct timespec *tp2, struct timespec *tp1) argument
23 return (tp2->tv_sec - tp1->tv_sec)
24 + (tp2->tv_nsec - tp1->tv_nsec) * 1e-9;
34 struct timespec tp1, tp2; local
49 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1);
52 printf("processing takes %g seconds\n", tp_diff(&tp2, &tp1));
76 struct timespec tp1, tp2; local
93 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1);
97 tp_diff(&tp2, &tp1), frames);
108 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1);
[all...]
/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Dfloating.pass.cpp41 std::size_t tp1 = h(static_cast<T>(0.1)); local
47 assert(t0 != tp1);
53 assert(tp1 != t1);
54 assert(tp1 != tn1);
55 assert(tp1 != pinf);
56 assert(tp1 != ninf);
/external/ltp/testcases/kernel/syscalls/settimeofday/
H A Dsettimeofday01.c71 struct timeval tp, tp1, tp2; variable in typeref:struct:
102 if ((gettimeofday(&tp2, (struct timezone *)&tp1)) == -1) {
166 if ((gettimeofday(&tp, (struct timezone *)&tp1)) == -1) {
/external/clang/test/Analysis/
H A Duninit-const.c33 int* tp1 = &t; local
34 int* tp2 = tp1; // expected-note {{'tp2' initialized here}}
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dconvolve2_avg_horiz_dspr2.c29 uint32_t tp1, tp2; local
44 "ulw %[tp1], 0(%[src]) \n\t"
50 "preceu.ph.qbr %[p1], %[tp1] \n\t"
51 "preceu.ph.qbl %[p2], %[tp1] \n\t"
58 "balign %[tp2], %[tp1], 3 \n\t"
65 "lbux %[tp1], %[Temp1](%[cm]) \n\t" /* even 1 */
81 "addqh_r.w %[tn2], %[tn2], %[tp1] \n\t" /* average even 1 */
85 "lbu %[tp1], 2(%[dst]) \n\t" /* load even 2 */
93 "addqh_r.w %[tp1], %[tp1],
120 uint32_t tp1, tp2, tp3, tp4; local
[all...]
H A Dconvolve2_dspr2.c29 uint32_t tp1, tp2; local
43 "ulw %[tp1], 0(%[src]) \n\t"
49 "preceu.ph.qbr %[p1], %[tp1] \n\t"
50 "preceu.ph.qbl %[p2], %[tp1] \n\t"
57 "balign %[tp2], %[tp1], 3 \n\t"
62 "lbux %[tp1], %[Temp1](%[cm]) \n\t"
82 "sb %[tp1], 0(%[dst_ptr]) \n\t"
94 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [p1] "=&r"(p1), [p2] "=&r"(p2),
113 uint32_t tp1, tp local
[all...]
H A Dconvolve2_horiz_dspr2.c28 uint32_t tp1, tp2; local
42 "ulw %[tp1], 0(%[src]) \n\t"
48 "preceu.ph.qbr %[p1], %[tp1] \n\t"
49 "preceu.ph.qbl %[p2], %[tp1] \n\t"
56 "balign %[tp2], %[tp1], 3 \n\t"
61 "lbux %[tp1], %[Temp1](%[cm]) \n\t"
81 "sb %[tp1], 0(%[dst]) \n\t"
86 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [p1] "=&r"(p1), [p2] "=&r"(p2),
105 uint32_t tp1, tp local
[all...]
H A Dconvolve8_avg_dspr2.c408 uint32_t tp1, tp2, tn1, tp3, tp4, tn2; local
429 "ulw %[tp1], 0(%[src]) \n\t"
431 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */
434 : [tn1] "=&r"(tn1), [tp1] "=&r"(tp1), [tp2] "=&r"(tp2)
449 "ulw %[tp1], 0(%[src]) \n\t"
453 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */
458 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3),
474 "ulw %[tp1],
[all...]
H A Dconvolve8_avg_horiz_dspr2.c29 uint32_t tp1, tp2; local
46 "ulw %[tp1], 0(%[src]) \n\t"
52 "preceu.ph.qbr %[p1], %[tp1] \n\t"
53 "preceu.ph.qbl %[p2], %[tp1] \n\t"
69 "balign %[tp2], %[tp1], 3 \n\t"
79 "lbux %[tp1], %[Temp1](%[cm]) \n\t" /* even 1 */
101 "addqh_r.w %[tn2], %[tn2], %[tp1] \n\t" /* average even 1 */
108 "lbu %[tp1], 2(%[dst]) \n\t" /* load even 2 */
116 "addqh_r.w %[tp1], %[tp1],
146 uint32_t tp1, tp2; local
[all...]
H A Dconvolve8_horiz_dspr2.c29 uint32_t tp1, tp2; local
46 "ulw %[tp1], 0(%[src]) \n\t"
52 "preceu.ph.qbr %[p1], %[tp1] \n\t"
53 "preceu.ph.qbl %[p2], %[tp1] \n\t"
69 "balign %[tp2], %[tp1], 3 \n\t"
77 "lbux %[tp1], %[Temp1](%[cm]) \n\t"
106 "sb %[tp1], 0(%[dst]) \n\t"
111 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn1] "=&r"(tn1),
135 uint32_t tp1, tp local
[all...]
H A Dconvolve8_dspr2.c32 uint32_t tp1, tp2; local
48 "ulw %[tp1], 0(%[src]) \n\t"
54 "preceu.ph.qbr %[p1], %[tp1] \n\t"
55 "preceu.ph.qbl %[p2], %[tp1] \n\t"
71 "balign %[tp2], %[tp1], 3 \n\t"
79 "lbux %[tp1], %[Temp1](%[cm]) \n\t"
108 "sb %[tp1], 0(%[dst_ptr]) \n\t"
120 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn1] "=&r"(tn1),
146 uint32_t tp1, tp local
1417 uint32_t tp1; local
1438 uint32_t tp1, tp2; local
1461 uint32_t tp1, tp2, tp3, tp4; local
1490 uint32_t tp1, tp2, tp3, tp4; local
1529 uint32_t tp1, tp2, tp3, tp4; local
[all...]
H A Dvpx_convolve8_avg_horiz_msa.c19 uint32_t tp0, tp1, tp2, tp3; local
40 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
41 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0);
53 uint32_t tp0, tp1, tp2, tp3; local
73 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
74 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0);
75 LW4(dst + 4 * dst_stride, dst_stride, tp0, tp1, tp2, tp3);
76 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst1);
109 int64_t tp0, tp1, tp2, tp3; local
132 LD4(dst, dst_stride, tp0, tp1, tp
316 uint32_t tp0, tp1, tp2, tp3; local
342 uint32_t tp0, tp1, tp2, tp3; local
386 int64_t tp0, tp1, tp2, tp3; local
412 int64_t tp0, tp1, tp2, tp3; local
[all...]
H A Dvpx_convolve8_avg_msa.c19 uint32_t tp0, tp1, tp2, tp3; local
63 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
64 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0);
97 uint64_t tp0, tp1, tp2, tp3; local
148 LD4(dst, dst_stride, tp0, tp1, tp2, tp3);
149 INSERT_D2_UB(tp0, tp1, dst0);
231 uint32_t tp0, tp1, tp2, tp3; local
255 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
256 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0);
267 uint32_t tp0, tp1, tp local
326 uint64_t tp0, tp1, tp2, tp3; local
372 uint64_t tp0, tp1, tp2, tp3; local
[all...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Dfilter_dspr2.c106 unsigned int tp1, tp2, tn1, tn2; local
140 "ulw %[tp1], -2(%[src_ptr]) \n\t"
145 "preceu.ph.qbr %[p1], %[tp1] \n\t"
146 "preceu.ph.qbl %[p2], %[tp1] \n\t"
155 "balign %[tp2], %[tp1], 3 \n\t"
182 "lbux %[tp1], %[Temp1](%[cm]) \n\t"
188 "sb %[tp1], 0(%[dst_ptr]) \n\t"
193 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn1] "=&r"(tn1),
215 "ulw %[tp1],
285 unsigned int tp1, tp2, tn1, tn2; local
563 unsigned int tp1, tp2, tn1, tn2; local
868 unsigned int tp1, tp2, tp3, tn1; local
[all...]
/external/tcpdump/
H A Dprint-tcp.c838 struct tcphdr tp1; local
852 tp1 = *tp;
892 savecsum = tp1.th_sum;
893 tp1.th_sum = 0;
894 MD5_Update(&ctx, (const char *)&tp1, sizeof(struct tcphdr));
895 tp1.th_sum = savecsum;
/external/libvpx/libvpx/vp8/common/mips/msa/
H A Dbilinear_filter_msa.c725 uint32_t tp0, tp1, tp2, tp3; local
727 LW4(src, src_stride, tp0, tp1, tp2, tp3);
728 SW4(tp0, tp1, tp2, tp3, dst, dst_stride);
H A Dsixtap_filter_msa.c1420 uint32_t tp0, tp1, tp2, tp3; local
1422 LW4(src, src_stride, tp0, tp1, tp2, tp3);
1423 SW4(tp0, tp1, tp2, tp3, dst, dst_stride);
/external/opencv/cv/src/
H A Dcvcontourtree.cpp75 CvPoint t, tp1, tp2, tp3, tn1, tn2, tn3; local
189 tp1 = pt1[i - 1];
203 icvCalcTriAttr( contour, t, tp1, nmp1, tn1, nmn1, &s, &s_c, &h, &a,
206 icvCalcTriAttr( contour, tp1, tp2, nmp2, t, nm, &sp1, &sp1_c, &hp1,
209 icvCalcTriAttr( contour, tp2, tp3, nmp3, tp1, nmp1, &sp2, &sp2_c, &hp2,
334 tp2 = tp1;
335 tp1 = t;
383 tp1 = pt2[3];
390 icvCalcTriAttr( contour, t, tp1, nmp1, tn1, nmn1, &s, &s_c, &h, &a, &b ));
392 icvCalcTriAttr( contour, tn2, tn1, nmn1, tp1, nmp
[all...]
/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session_test.cc1011 thread::ThreadPool* tp1 = new thread::ThreadPool(Env::Default(), "tp1", 1); local
1013 add_session_run_call(tp1, y, kLargePool);
1018 delete tp1;
1021 tp1 = new thread::ThreadPool(Env::Default(), "tp1", 5);
1025 add_session_run_call(tp1, y, kSmallPool);
1031 add_session_run_call(tp1, x, kSmallPool);
1046 delete tp1;

Completed in 504 milliseconds

12