Home
last modified time | relevance | path

Searched refs:td3 (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/functional/
H A Dpthread_cond.c34 pthread_t td, td1, td2, td3; in main() local
59 TEST(r, pthread_create(&td3, 0, start_wait, (void *[]){ &cond, &mtx, foo }), ""); in main()
74 TEST(r, pthread_join(td3, 0), ""); in main()
85 TEST(r, pthread_create(&td3, 0, start_wait, (void *[]){ &cond, &mtx, foo }), ""); in main()
94 TEST(r, pthread_join(td3, 0), ""); in main()
/third_party/ffmpeg/libavfilter/
H A Dvf_removegrain.c446 const int td3 = mi3 - c; in mode24() local
451 const int d3 = FFMIN(td3, linediff3 - td3); in mode24()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_removegrain.asm1165 psubw m3, [rsp] ; td3

Completed in 3 milliseconds