Searched refs:td2 (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
H A D | pthread_cond.c | 34 pthread_t td, td1, td2, td3; in main() local 58 TEST(r, pthread_create(&td2, 0, start_wait, (void *[]){ &cond, &mtx, foo }), ""); in main() 73 TEST(r, pthread_join(td2, 0), ""); in main() 84 TEST(r, pthread_create(&td2, 0, start_wait, (void *[]){ &cond, &mtx, foo }), ""); in main() 93 TEST(r, pthread_join(td2, 0), ""); in main()
|
/third_party/ffmpeg/libavcodec/ |
H A D | opusenc_psy.c | 384 float td1, td2; in celt_search_for_dual_stereo() local 392 bands_dist(s, f, &td2); in celt_search_for_dual_stereo() 394 f->dual_stereo = td2 < td1; in celt_search_for_dual_stereo() 395 s->dual_stereo_used += td2 < td1; in celt_search_for_dual_stereo()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_removegrain.c | 445 const int td2 = mi2 - c; in mode24() local 450 const int d2 = FFMIN(td2, linediff2 - td2); in mode24()
|
/third_party/python/Lib/test/ |
H A D | datetimetester.py | 780 td2 = eval(s) 781 self.assertEqual(td, td2) 784 td2 = timedelta(td.days, td.seconds, td.microseconds) 785 self.assertEqual(td, td2)
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_removegrain.asm | 1164 psubw m2, [rsp] ; td2
|
Completed in 16 milliseconds