Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 25 of 192) sorted by relevance

12345678

/NextBSD/lib/libdispatch/src/
HDapply.c44 size_t nested = (size_t)_dispatch_thread_getspecific(dispatch_apply_key); in _dispatch_apply_invoke2() local
67 _dispatch_thread_setspecific(dispatch_apply_key, (void*)nested); in _dispatch_apply_invoke2()
198 size_t nested = (size_t)_dispatch_thread_getspecific(dispatch_apply_key); in dispatch_apply_f() local
199 if (!slowpath(nested)) { in dispatch_apply_f()
200 nested = iterations; in dispatch_apply_f()
202 thr_cnt = nested < thr_cnt ? thr_cnt / nested : 1; in dispatch_apply_f()
203 nested = nested < DISPATCH_APPLY_MAX && iterations < DISPATCH_APPLY_MAX in dispatch_apply_f()
204 ? nested * iterations : DISPATCH_APPLY_MAX; in dispatch_apply_f()
217 da->da_nested = nested; in dispatch_apply_f()
/NextBSD/contrib/gcclibs/libgomp/
HDteam.c62 bool nested; member
93 if (data->nested) in gomp_thread_start()
184 bool nested; in gomp_team_start() local
189 nested = thr->ts.team != NULL; in gomp_team_start()
214 if (!nested) in gomp_team_start()
296 start_data->nested = nested; in gomp_team_start()
310 gomp_barrier_wait (nested ? &team->barrier : &gomp_threads_dock); in gomp_team_start()
HDlibgomp.texi144 * omp_set_nested:: Enable/disable nested parallel regions
148 Initialize, set, test, unset and destroy simple and nested locks.
156 * omp_init_nest_lock:: Initialize nested lock
158 * omp_test_nest_lock:: Test and set nested lock if available
159 * omp_unset_nest_lock:: Unset nested lock
160 * omp_destroy_nest_lock:: Destroy nested lock
232 This function returns @code{true} if nested parallel regions are
238 @code{omp_set_nested}. If undefined, nested parallel regions are
396 @section @code{omp_set_nested} -- Enable/disable nested parallel regions
399 Enable or disable nested parallel regions, i.e., whether team members
[all …]
/NextBSD/bin/sh/tests/builtins/
HDreturn8.03 if [ "$1" = nested ]; then
8 set -- nested
HDbreak1.03 if [ "$1" != nested ]; then
5 set -- nested
HDreturn5.03 if [ "$1" != nested ]; then
5 set -- nested
/NextBSD/contrib/bmake/unit-tests/
HDmodword.mk25 mod-squarebrackets-nested
113 mod-squarebrackets-nested:
/NextBSD/contrib/ntp/sntp/ag-tpl/
HDmdoc2man143 Mdoc::set_Bl_callback(do { my $nested = 0; sub {
150 return '.RE' if $nested-- > 1;
156 if ($nested++) {
/NextBSD/contrib/ntp/sntp/ag-tpl/0-old/
HDmdoc2man117 Mdoc::set_Bl_callback(do { my $nested = 0; sub {
124 return '.RE' if $nested-- > 1;
130 if ($nested++) {
/NextBSD/contrib/gcc/
HDcgraph.c226 node->next_nested = node->origin->nested; in cgraph_node()
227 node->origin->nested = node; in cgraph_node()
539 while (node->nested) in cgraph_remove_node()
540 cgraph_remove_node (node->nested); in cgraph_remove_node()
543 struct cgraph_node **node2 = &node->origin->nested; in cgraph_remove_node()
1075 new->next_nested = new->origin->nested; in cgraph_clone_node()
1076 new->origin->nested = new; in cgraph_clone_node()
1134 struct cgraph_node **node2 = &node->origin->nested; in cgraph_unnest_node()
HDc-gimplify.c115 for (cgn = cgn->nested; cgn ; cgn = cgn->next_nested) in c_genericize()
/NextBSD/contrib/netbsd-tests/fs/tmpfs/
HDt_mkdir.sh72 atf_test_case nested
156 atf_add_test_case nested
HDt_rmdir.sh80 atf_test_case nested
198 atf_add_test_case nested
/NextBSD/tools/tools/shlib-compat/
HDshlib-compat.py175 def nested(self): member in 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():
/NextBSD/contrib/libucl/tests/basic/
HDcomments.res4 key = "nested";
HDcomments.in11 key = nested
/NextBSD/usr.bin/m4/tests/
HDargs2.m43 dnl Preserving spaces within nested parentheses
/NextBSD/release/picobsd/tinyware/msh/
HDsh2.c57 _PROTOTYPE(static struct op *nested, (int type, int mark ));
217 nested(type, mark) in nested() function
255 t = nested(TPAREN, ')');
259 t = nested(TBRACE, '}');
/NextBSD/usr.sbin/bhyve/
HDtask_switch.c487 bool nested; in tss32_restore() local
489 nested = false; in tss32_restore()
492 nested = true; in tss32_restore()
496 if (nested) in tss32_restore()
559 if (nested) in tss32_restore()
/NextBSD/bin/sh/tests/parser/
HDheredoc10.013 # or there are other constructs nested inside the command substitution that
HDheredoc9.013 # or there are other constructs nested inside the command substitution that
/NextBSD/contrib/bmake/mk/
HDwarnings.mk121 nested-externs \
/NextBSD/contrib/libucl/
HDREADME.md167 Plain definitions may be more complex and contain more than a single level of nested objects:
206 Multiline comments may be nested:
211 /* nested comment */
298 UCL currently does not support nested variables. To escape variables one could use double dollar si…
/NextBSD/contrib/ntp/sntp/libopts/
HDMakefile.am53 nested.c numeric.c option-value-type.c \
/NextBSD/usr.bin/m4/
HDNOTES39 each nested call is completed. Each argument is a character pointer

12345678