Searched refs:is_in (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Dmtsm.h160 int is_in(bool_value_state);
161 int is_in(int_value_state);
162 int is_in(units_value_state);
163 int is_in(string_value_state);
H A Dmtsm.cpp609 int state_set::is_in(bool_value_state b) function in class:state_set
614 int state_set::is_in(int_value_state i) function in class:state_set
619 int state_set::is_in(units_value_state u) function in class:state_set
624 int state_set::is_in(string_value_state s) function in class:state_set
/netbsd-current/external/bsd/atf/dist/tools/
H A Datffile_test.cpp78 is_in(const std::string& value, const std::vector< std::string >& v) function in namespace:__anon3
542 ATF_REQUIRE(is_in("tp-1", atffile.tps()));
543 ATF_REQUIRE(is_in("tp-2", atffile.tps()));
544 ATF_REQUIRE(is_in("tp-3", atffile.tps()));
570 ATF_REQUIRE(is_in("foo", atffile.tps()));
571 ATF_REQUIRE(is_in("bar", atffile.tps()));
572 ATF_REQUIRE(is_in("aK", atffile.tps()));
573 ATF_REQUIRE(is_in("KKKKK", atffile.tps()));
574 ATF_REQUIRE(is_in("t_hello", atffile.tps()));
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtask.c180 task->depend[i].is_in = i >= nout;
210 task->depend[n++].is_in = 0;
215 task->depend[n++].is_in = i >= nout + nmutexinoutset;
223 task->depend[n++].is_in = 1;
259 if (task->depend[i].is_in && ent->is_in)
262 if (!ent->is_in)
312 if (!task->depend[i].is_in && out)
1649 elem.is_in = i >= nout;
1660 elem.is_in
[all...]
H A Dlibgomp.h483 bool is_in; member in struct:gomp_task_depend_entry
/netbsd-current/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcdqueue.c926 static u32 dwc2_calc_bus_time(struct dwc2_hsotg *hsotg, int speed, int is_in, argument
948 if (is_in)
959 if (is_in) {
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtask.c183 task->depend[i].is_in = i >= nout;
213 task->depend[n++].is_in = 0;
218 task->depend[n++].is_in = i >= nout + nmutexinoutset;
226 task->depend[n++].is_in = 1;
262 if (task->depend[i].is_in && ent->is_in)
265 if (!ent->is_in)
315 if (!task->depend[i].is_in && out)
1744 elem.is_in = i >= nout;
1755 elem.is_in
[all...]
H A Dlibgomp.h539 bool is_in; member in struct:gomp_task_depend_entry
/netbsd-current/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp474 int is_in (void);
736 * is_in - returns TRUE if glob contains the tag .in
739 int text_glob::is_in (void) function in class:text_glob
2244 if (g->is_in() || g->is_ti() || g->is_po() || g->is_ce() || g->is_ll()
2557 else if (g->is_in() || g->is_ti() || g->is_po() || g->is_ce() || g->is_ll())
3264 if (g->is_in())

Completed in 162 milliseconds