Searched refs:cond3 (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/ |
H A D | 1-1.c | 19 static pthread_cond_t cond3 = PTHREAD_COND_INITIALIZER; variable 66 /* Destroy cond3 */ in main() 67 if ((rc = pthread_cond_destroy(&cond3)) != 0) { in main() 68 fprintf(stderr, "Fail to destroy cond3, rc=%d\n", rc); in main()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aaccoder_mips.c | 1355 int cond0, cond1, cond2, cond3; in get_band_numbits_ESC_mips() local 1381 "slt %[cond3], %[t4], %[qc4] \n\t" in get_band_numbits_ESC_mips() 1385 "movn %[qc4], %[t5], %[cond3] \n\t" in get_band_numbits_ESC_mips() 1406 "subu %[cond3], $zero, %[cond3] \n\t" in get_band_numbits_ESC_mips() 1410 "and %[c4], %[c4], %[cond3] \n\t" in get_band_numbits_ESC_mips() 1417 [cond2]"=&r"(cond2), [cond3]"=&r"(cond3), in get_band_numbits_ESC_mips() 2168 int cond0, cond1, cond2, cond3; in get_band_cost_ESC_mips() local 2194 "slt %[cond3], in get_band_cost_ESC_mips() [all...] |
Completed in 6 milliseconds