Searched refs:nested (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dteam.c62 bool nested; member in struct:gomp_thread_start_data
93 if (data->nested)
184 bool nested; local
189 nested = thr->ts.team != NULL;
193 /* Always save the previous state, even if this isn't a nested team.
209 /* We only allow the reuse of idle threads for non-nested PARALLEL
214 if (!nested)
296 start_data->nested = nested;
310 gomp_barrier_wait (nested
[all...]
/freebsd-11-stable/contrib/unbound/ipset/
H A Dipset.c64 struct nlattr *nested[2]; local
87 nested[0] = mnl_attr_nest_start(nlh, IPSET_ATTR_DATA);
88 nested[1] = mnl_attr_nest_start(nlh, IPSET_ATTR_IP);
91 mnl_attr_nest_end(nlh, nested[1]);
92 mnl_attr_nest_end(nlh, nested[0]);
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_mkdir.sh29 # Verifies that mkdir works by creating some nested directories. It also
72 atf_test_case nested
74 atf_set "descr" "Checks if nested directories can be created"
156 atf_add_test_case nested
H A Dt_rmdir.sh80 atf_test_case nested
82 atf_set "descr" "Checks that removing nested directories works"
198 atf_add_test_case nested
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh5.c123 err("Shell input nested too deeply");
H A Dsh2.c57 _PROTOTYPE(static struct op *nested, (int type, int mark ));
217 nested(type, mark) function
255 t = nested(TPAREN, ')');
259 t = nested(TBRACE, '}');
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man117 Mdoc::set_Bl_callback(do { my $nested = 0; sub {
122 # Wrap nested lists with .RS and .RE
124 return '.RE' if $nested-- > 1;
130 if ($nested++) {
H A DMdoc.pm27 Normaly CODE reference is passed all arguments up to next nested macro. Set
64 called and for all the nested macros. Every called macro returns a list which
65 is appended to return value and returned when all nested macros are processed.
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man143 Mdoc::set_Bl_callback(do { my $nested = 0; sub {
148 # Wrap nested lists with .RS and .RE
150 return '.RE' if $nested-- > 1;
156 if ($nested++) {
H A DMdoc.pm54 Normaly CODE reference is passed all arguments up to next nested macro. Set
91 called and for all the nested macros. Every called macro returns a list which
92 is appended to return value and returned when all nested macros are processed.
/freebsd-11-stable/contrib/gcc/
H A Dc-gimplify.c111 /* Genericize all nested functions now. We do things in this order so
115 for (cgn = cgn->nested; cgn ; cgn = cgn->next_nested)
H A Dcgraph.c226 node->next_nested = node->origin->nested;
227 node->origin->nested = node;
539 while (node->nested)
540 cgraph_remove_node (node->nested);
543 struct cgraph_node **node2 = &node->origin->nested;
720 fprintf (f, " nested in: %s", cgraph_node_name (node->origin));
767 fprintf (f, "(nested in %i loops) ", edge->loop_nest);
1075 new->next_nested = new->origin->nested;
1076 new->origin->nested = new;
1130 /* NODE is no longer nested functio
[all...]
H A Dcgraph.h122 /* For nested functions points to function the node is nested in. */
124 /* Points to first nested function, if any. */
125 struct cgraph_node *nested; local
/freebsd-11-stable/contrib/bmake/mk/
H A Dtarget-flags.mk35 # Only works with a make(1) that does nested evaluation correctly.
H A Dwarnings.mk129 nested-externs \
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A DMakefile.am57 nested.c numeric.c option-value-type.c \
/freebsd-11-stable/share/mk/
H A Dlocal.gendirdeps.mk16 # Clang has nested directories in its OBJDIR.
H A Dbsd.obj.mk55 # nested objdirs. This duplicates some auto.obj.mk logic.
73 ${ECHO_TRACE} "[Creating nested objdir $${dir}...]" >&2; \
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stub.cpp95 void omp_set_nested(omp_int_t nested) { argument
97 __kmps_set_nested(nested);
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodword.mk25 mod-squarebrackets-nested
113 mod-squarebrackets-nested:
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_here.sh384 atf_test_case nested
386 atf_set "descr" "Tests for nested here documents for one cmd"
389 reset nested
561 atf_add_test_case nested # here docs inside here docs
H A Dt_cmdsub.sh134 atf_set "descr" "Test that cmd substitutions can be nested"
147 atf_set "descr" "Tests that old style backtick cmd subs can be nested"
463 atf_set "descr" "Checks nested command substitutions in here docs"
490 atf_set "descr" "Checks nested old style cmd subs in here docs"
683 atf_set "descr" "Checks nested command substitutions in here docs"
/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py175 def nested(self): member in class:PrettyPrinter
505 params = [ self.build(x) for x in raw.nested ]
514 params = [ self.build(x) for x in raw.nested ]
538 members = [ self.build(x) for x in raw.nested ]
555 members = [ self.build(x) for x in raw.nested ]
590 subranges = [ self.build(x) for x in raw.nested ]
818 self.nested = []
949 prev.nested.append(tag)
1033 for i in pp.nested():
1049 for i in self.pp.nested()
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dtask_switch.c489 bool nested; local
491 nested = false;
494 nested = true;
498 if (nested)
558 * If this is a nested task then write out the new TSS to update
561 if (nested)
/freebsd-11-stable/contrib/mdocml/
H A Dmansearch.c604 int needterm, nested; local
606 if ((nested = *argi) == argc)
616 if (nested)

Completed in 161 milliseconds

123