Home
last modified time | relevance | path

Searched refs:tp2 (Results 1 – 25 of 45) sorted by relevance

12

/external/libaom/libaom/aom_dsp/mips/
Dconvolve8_dspr2.c62 uint32_t tp1, tp2; in aom_convolve_copy_dspr2() local
76 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2) in aom_convolve_copy_dspr2()
84 uint32_t tp1, tp2, tp3, tp4; in aom_convolve_copy_dspr2() local
103 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in aom_convolve_copy_dspr2()
112 uint32_t tp1, tp2, tp3, tp4; in aom_convolve_copy_dspr2() local
140 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in aom_convolve_copy_dspr2()
150 uint32_t tp1, tp2, tp3, tp4; in aom_convolve_copy_dspr2() local
201 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in aom_convolve_copy_dspr2()
Dconvolve2_horiz_dspr2.c29 uint32_t tp1, tp2; in convolve_bi_horiz_4_dspr2() local
87 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [p1] "=&r"(p1), [p2] "=&r"(p2), in convolve_bi_horiz_4_dspr2()
106 uint32_t tp1, tp2, tp3; in convolve_bi_horiz_8_dspr2() local
206 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in convolve_bi_horiz_8_dspr2()
Dconvolve2_dspr2.c31 uint32_t tp1, tp2; in convolve_bi_horiz_4_transposed_dspr2() local
96 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [p1] "=&r"(p1), [p2] "=&r"(p2), in convolve_bi_horiz_4_transposed_dspr2()
115 uint32_t tp1, tp2, tp3; in convolve_bi_horiz_8_transposed_dspr2() local
228 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), [p1] "=&r"(p1), in convolve_bi_horiz_8_transposed_dspr2()
Dconvolve8_horiz_dspr2.c31 uint32_t tp1, tp2; in convolve_horiz_4_dspr2() local
113 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn1] "=&r"(tn1), in convolve_horiz_4_dspr2()
137 uint32_t tp1, tp2; in convolve_horiz_8_dspr2() local
272 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn1] "=&r"(tn1), in convolve_horiz_8_dspr2()
/external/adhd/cras/src/dsp/tests/
Deq_test.c21 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() argument
23 return (tp2->tv_sec - tp1->tv_sec) in tp_diff()
24 + (tp2->tv_nsec - tp1->tv_nsec) * 1e-9; in tp_diff()
34 struct timespec tp1, tp2; in test_ir() local
51 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp2); in test_ir()
52 printf("processing takes %g seconds\n", tp_diff(&tp2, &tp1)); in test_ir()
76 struct timespec tp1, tp2; in test_file() local
95 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp2); in test_file()
97 tp_diff(&tp2, &tp1), frames); in test_file()
110 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp2); in test_file()
[all …]
Dcrossover_test.c23 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() argument
25 return (tp2->tv_sec - tp1->tv_sec) in tp_diff()
26 + (tp2->tv_nsec - tp1->tv_nsec) * 1e-9; in tp_diff()
43 struct timespec tp1, tp2; in main() local
62 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp2); in main()
64 tp_diff(&tp2, &tp1), frames); in main()
70 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp2); in main()
72 tp_diff(&tp2, &tp1), frames); in main()
Ddcblock_test.c21 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() argument
23 return (tp2->tv_sec - tp1->tv_sec) in tp_diff()
24 + (tp2->tv_nsec - tp1->tv_nsec) * 1e-9; in tp_diff()
41 struct timespec tp1, tp2; in test_file() local
52 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp2); in test_file()
54 tp_diff(&tp2, &tp1), frames); in test_file()
Deq2_test.c21 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() argument
23 return (tp2->tv_sec - tp1->tv_sec) in tp_diff()
24 + (tp2->tv_nsec - tp1->tv_nsec) * 1e-9; in tp_diff()
42 struct timespec tp1, tp2; in test_file() local
67 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp2); in test_file()
69 tp_diff(&tp2, &tp1), frames * 2); in test_file()
Dcrossover2_test.c23 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() argument
25 return (tp2->tv_sec - tp1->tv_sec) in tp_diff()
26 + (tp2->tv_nsec - tp1->tv_nsec) * 1e-9; in tp_diff()
45 struct timespec tp1, tp2; in main() local
65 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp2); in main()
67 tp_diff(&tp2, &tp1), frames * 2); in main()
Ddrc_test.c20 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() argument
22 return (tp2->tv_sec - tp1->tv_sec) in tp_diff()
23 + (tp2->tv_nsec - tp1->tv_nsec) * 1e-9; in tp_diff()
28 struct timespec tp1, tp2; in process() local
40 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp2); in process()
42 tp_diff(&tp2, &tp1), frames * 2); in process()
/external/ltp/testcases/kernel/syscalls/settimeofday/
Dsettimeofday01.c72 struct timeval tp, tp1, tp2; variable
105 if ((gettimeofday(&tp2, (struct timezone *)&tp1)) == -1) { in main()
109 if (tp2.tv_sec > tp.tv_sec) { in main()
111 (suseconds_t) (tp2.tv_sec - tp.tv_sec) * 1000 + in main()
112 (tp2.tv_usec - tp.tv_usec) / 1000; in main()
115 (suseconds_t) (tp.tv_sec - tp2.tv_sec) * 1000 + in main()
116 (tp.tv_usec - tp2.tv_usec) / 1000; in main()
/external/libvpx/libvpx/vpx_dsp/mips/
Dconvolve8_dspr2.c32 uint32_t tp1, tp2; in convolve_horiz_4_transposed_dspr2() local
120 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn1] "=&r"(tn1), in convolve_horiz_4_transposed_dspr2()
146 uint32_t tp1, tp2, tp3; in convolve_horiz_8_transposed_dspr2() local
293 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), [p1] "=&r"(p1), in convolve_horiz_8_transposed_dspr2()
1438 uint32_t tp1, tp2; in vpx_convolve_copy_dspr2() local
1452 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2) in vpx_convolve_copy_dspr2()
1461 uint32_t tp1, tp2, tp3, tp4; in vpx_convolve_copy_dspr2() local
1480 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in vpx_convolve_copy_dspr2()
1490 uint32_t tp1, tp2, tp3, tp4; in vpx_convolve_copy_dspr2() local
1518 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in vpx_convolve_copy_dspr2()
[all …]
Dconvolve8_avg_dspr2.c409 uint32_t tp1, tp2, tn1, tp3, tp4, tn2; in vpx_convolve_avg_dspr2() local
435 : [tn1] "=&r"(tn1), [tp1] "=&r"(tp1), [tp2] "=&r"(tp2) in vpx_convolve_avg_dspr2()
459 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in vpx_convolve_avg_dspr2()
492 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in vpx_convolve_avg_dspr2()
541 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in vpx_convolve_avg_dspr2()
627 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in vpx_convolve_avg_dspr2()
Dvpx_convolve8_avg_horiz_msa.c19 uint32_t tp0, tp1, tp2, tp3; in common_hz_8t_and_aver_dst_4x4_msa() local
40 LW4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_hz_8t_and_aver_dst_4x4_msa()
41 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in common_hz_8t_and_aver_dst_4x4_msa()
53 uint32_t tp0, tp1, tp2, tp3; in common_hz_8t_and_aver_dst_4x8_msa() local
73 LW4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_hz_8t_and_aver_dst_4x8_msa()
74 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in common_hz_8t_and_aver_dst_4x8_msa()
75 LW4(dst + 4 * dst_stride, dst_stride, tp0, tp1, tp2, tp3); in common_hz_8t_and_aver_dst_4x8_msa()
76 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst1); in common_hz_8t_and_aver_dst_4x8_msa()
109 int64_t tp0, tp1, tp2, tp3; in common_hz_8t_and_aver_dst_8w_msa() local
132 LD4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_hz_8t_and_aver_dst_8w_msa()
[all …]
Dvpx_convolve8_avg_msa.c19 uint32_t tp0, tp1, tp2, tp3; in common_hv_8ht_8vt_and_aver_dst_4w_msa() local
63 LW4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_hv_8ht_8vt_and_aver_dst_4w_msa()
64 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in common_hv_8ht_8vt_and_aver_dst_4w_msa()
97 uint64_t tp0, tp1, tp2, tp3; in common_hv_8ht_8vt_and_aver_dst_8w_msa() local
148 LD4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_hv_8ht_8vt_and_aver_dst_8w_msa()
150 INSERT_D2_UB(tp2, tp3, dst1); in common_hv_8ht_8vt_and_aver_dst_8w_msa()
231 uint32_t tp0, tp1, tp2, tp3; in common_hv_2ht_2vt_and_aver_dst_4x4_msa() local
255 LW4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_hv_2ht_2vt_and_aver_dst_4x4_msa()
256 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in common_hv_2ht_2vt_and_aver_dst_4x4_msa()
267 uint32_t tp0, tp1, tp2, tp3; in common_hv_2ht_2vt_and_aver_dst_4x8_msa() local
[all …]
Dvpx_convolve8_avg_vert_msa.c20 uint32_t tp0, tp1, tp2, tp3; in common_vt_8t_and_aver_dst_4w_msa() local
47 LW4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_vt_8t_and_aver_dst_4w_msa()
48 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in common_vt_8t_and_aver_dst_4w_msa()
77 uint64_t tp0, tp1, tp2, tp3; in common_vt_8t_and_aver_dst_8w_msa() local
101 LD4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_vt_8t_and_aver_dst_8w_msa()
103 INSERT_D2_UB(tp2, tp3, dst1); in common_vt_8t_and_aver_dst_8w_msa()
251 uint32_t tp0, tp1, tp2, tp3; in common_vt_2t_and_aver_dst_4x4_msa() local
267 LW4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_vt_2t_and_aver_dst_4x4_msa()
268 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in common_vt_2t_and_aver_dst_4x4_msa()
285 uint32_t tp0, tp1, tp2, tp3; in common_vt_2t_and_aver_dst_4x8_msa() local
[all …]
Dconvolve2_horiz_dspr2.c28 uint32_t tp1, tp2; in convolve_bi_horiz_4_dspr2() local
86 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [p1] "=&r"(p1), [p2] "=&r"(p2), in convolve_bi_horiz_4_dspr2()
105 uint32_t tp1, tp2, tp3; in convolve_bi_horiz_8_dspr2() local
205 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in convolve_bi_horiz_8_dspr2()
Dconvolve2_avg_horiz_dspr2.c29 uint32_t tp1, tp2; in convolve_bi_avg_horiz_4_dspr2() local
99 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn1] "=&r"(tn1), in convolve_bi_avg_horiz_4_dspr2()
120 uint32_t tp1, tp2, tp3, tp4; in convolve_bi_avg_horiz_8_dspr2() local
243 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), in convolve_bi_avg_horiz_8_dspr2()
Dconvolve2_dspr2.c29 uint32_t tp1, tp2; in convolve_bi_horiz_4_transposed_dspr2() local
94 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [p1] "=&r"(p1), [p2] "=&r"(p2), in convolve_bi_horiz_4_transposed_dspr2()
113 uint32_t tp1, tp2, tp3; in convolve_bi_horiz_8_transposed_dspr2() local
226 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3), [p1] "=&r"(p1), in convolve_bi_horiz_8_transposed_dspr2()
Dconvolve8_horiz_dspr2.c29 uint32_t tp1, tp2; in convolve_horiz_4_dspr2() local
111 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn1] "=&r"(tn1), in convolve_horiz_4_dspr2()
135 uint32_t tp1, tp2; in convolve_horiz_8_dspr2() local
270 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn1] "=&r"(tn1), in convolve_horiz_8_dspr2()
Dconvolve8_avg_horiz_dspr2.c30 uint32_t tp1, tp2; in convolve_avg_horiz_4_dspr2() local
123 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn1] "=&r"(tn1), in convolve_avg_horiz_4_dspr2()
147 uint32_t tp1, tp2; in convolve_avg_horiz_8_dspr2() local
305 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn1] "=&r"(tn1), in convolve_avg_horiz_8_dspr2()
/external/libchrome/base/threading/
Dthread_local_unittest.cc72 base::DelegateSimpleThreadPool tp2("ThreadLocalTest tp1", 1); in TEST() local
74 tp2.Start(); in TEST()
96 tp2.AddWork(&getter); in TEST()
117 tp2.AddWork(&getter); in TEST()
125 tp2.AddWork(&setter); in TEST()
130 tp2.AddWork(&getter); in TEST()
142 tp2.JoinAll(); in TEST()
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Dfilter_dspr2.c106 unsigned int tp1, tp2, tn1, tn2; in vp8_filter_block2d_first_pass_4() local
193 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn1] "=&r"(tn1), in vp8_filter_block2d_first_pass_4()
260 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn1] "=&r"(tn1), in vp8_filter_block2d_first_pass_4()
285 unsigned int tp1, tp2, tn1, tn2; in vp8_filter_block2d_first_pass_8_all() local
370 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn2] "=&r"(tn2), in vp8_filter_block2d_first_pass_8_all()
489 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn2] "=&r"(tn2), in vp8_filter_block2d_first_pass_8_all()
563 unsigned int tp1, tp2, tn1, tn2; in vp8_filter_block2d_first_pass16_6tap() local
624 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tn2] "=&r"(tn2), [p1] "=&r"(p1), in vp8_filter_block2d_first_pass16_6tap()
674 : [tn1] "=&r"(tn1), [tp2] "=&r"(tp2), [n2] "=&r"(n2), [p4] "=&r"(p4), in vp8_filter_block2d_first_pass16_6tap()
728 : [vector1b] "r"(vector1b), [vector2b] "r"(vector2b), [tp2] "r"(tp2), in vp8_filter_block2d_first_pass16_6tap()
[all …]
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct16x16_msa.c20 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; in fadst16_cols_step1_msa() local
46 BUTTERFLY_4(g0, g2, g10, g8, tp0, tp2, tp3, tp1); in fadst16_cols_step1_msa()
47 ST_SH2(tp0, tp2, int_buf, 8); in fadst16_cols_step1_msa()
81 BUTTERFLY_4(h0, h2, g2, g0, tp0, tp1, tp2, tp3); in fadst16_cols_step1_msa()
82 ST_SH4(tp0, tp1, tp2, tp3, int_buf + 2 * 8, 4 * 8); in fadst16_cols_step1_msa()
88 v8i16 tp0, tp1, tp2, tp3, g5, g7, g13, g15; in fadst16_cols_step2_msa() local
103 tp2 = LD_SH(int_buf + 14 * 8); in fadst16_cols_step2_msa()
106 MADD_BF(tp0, tp1, tp2, tp3, k0, k1, k2, k0, out4, out6, out5, out7); in fadst16_cols_step2_msa()
120 tp2 = LD_SH(int_buf + 2 * 8); in fadst16_cols_step2_msa()
123 BUTTERFLY_4(tp0, tp1, tp3, tp2, out0, out1, h11, h10); in fadst16_cols_step2_msa()
[all …]
/external/tcpdump/
Dprint-atalk.c570 register struct hnamemem *tp, *tp2; in ataddr_string() local
616 for (tp2 = &hnametable[i & (HASHNAMESIZE-1)]; tp2->nxt; tp2 = tp2->nxt) in ataddr_string()
617 if (tp2->addr == i) { in ataddr_string()
621 tp2->name, athost); in ataddr_string()

12