Searched refs:is_in (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/atf/dist/tools/ |
| D | atffile_test.cpp | 78 is_in(const std::string& value, const std::vector< std::string >& v) in is_in() function 542 ATF_REQUIRE(is_in("tp-1", atffile.tps())); in ATF_TEST_CASE_BODY() 543 ATF_REQUIRE(is_in("tp-2", atffile.tps())); in ATF_TEST_CASE_BODY() 544 ATF_REQUIRE(is_in("tp-3", atffile.tps())); in ATF_TEST_CASE_BODY() 570 ATF_REQUIRE(is_in("foo", atffile.tps())); in ATF_TEST_CASE_BODY() 571 ATF_REQUIRE(is_in("bar", atffile.tps())); in ATF_TEST_CASE_BODY() 572 ATF_REQUIRE(is_in("aK", atffile.tps())); in ATF_TEST_CASE_BODY() 573 ATF_REQUIRE(is_in("KKKKK", atffile.tps())); in ATF_TEST_CASE_BODY() 574 ATF_REQUIRE(is_in("t_hello", atffile.tps())); in ATF_TEST_CASE_BODY()
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | task.c | 183 task->depend[i].is_in = i >= nout; in gomp_task_handle_depend() 213 task->depend[n++].is_in = 0; in gomp_task_handle_depend() 218 task->depend[n++].is_in = i >= nout + nmutexinoutset; in gomp_task_handle_depend() 226 task->depend[n++].is_in = 1; in gomp_task_handle_depend() 262 if (task->depend[i].is_in && ent->is_in) in gomp_task_handle_depend() 265 if (!ent->is_in) in gomp_task_handle_depend() 315 if (!task->depend[i].is_in && out) in gomp_task_handle_depend() 1744 elem.is_in = i >= nout; in gomp_task_maybe_wait_for_dependencies() 1755 elem.is_in = 0; in gomp_task_maybe_wait_for_dependencies() 1765 if (elem.is_in && ent->is_in) in gomp_task_maybe_wait_for_dependencies()
|
| D | libgomp.h | 539 bool is_in; member
|
| /netbsd/src/sys/external/bsd/dwc2/dist/ |
| D | dwc2_hcdqueue.c | 926 static u32 dwc2_calc_bus_time(struct dwc2_hsotg *hsotg, int speed, int is_in, in dwc2_calc_bus_time() argument 948 if (is_in) in dwc2_calc_bus_time() 959 if (is_in) { in dwc2_calc_bus_time()
|