Home
last modified time | relevance | path

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

12345678

/trueos/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()
/trueos/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 …]
/trueos/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
/trueos/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()
HDcgraph.h125 struct cgraph_node *nested; member
HDcgraphunit.c480 cgraph_finalize_function (tree decl, bool nested) in cgraph_finalize_function() argument
491 if (node->nested) in cgraph_finalize_function()
494 gcc_assert (!node->nested); in cgraph_finalize_function()
515 if (!nested) in cgraph_finalize_function()
/trueos/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
/trueos/tools/tools/shlib-compat/
HDshlib-compat.py166 def nested(self): member in PrettyPrinter
484 params = [ self.build(x) for x in raw.nested ]
489 params = [ self.build(x) for x in raw.nested ]
513 members = [ self.build(x) for x in raw.nested ]
530 members = [ self.build(x) for x in raw.nested ]
561 subranges = [ self.build(x) for x in raw.nested ]
789 self.nested = []
906 prev.nested.append(tag)
985 for i in pp.nested():
1001 for i in self.pp.nested():
/trueos/usr.bin/m4/tests/
HDargs2.m43 dnl Preserving spaces within nested parentheses
/trueos/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, '}');
/trueos/usr.sbin/bhyve/
HDtask_switch.c492 bool nested; in tss32_restore() local
494 nested = false; in tss32_restore()
497 nested = true; in tss32_restore()
501 if (nested) in tss32_restore()
564 if (nested) in tss32_restore()
/trueos/contrib/ntp/libopts/
HDMakefile.am20 makeshell.c nested.c numeric.c \
/trueos/contrib/ntp/sntp/libopts/
HDMakefile.am20 makeshell.c nested.c numeric.c \
/trueos/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 */
243 UCL currently does not support nested variables. To escape variables one could use double dollar si…
/trueos/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
/trueos/contrib/bmake/mk/
HDwarnings.mk121 nested-externs \
/trueos/contrib/bmake/unit-tests/
HDmodword25 mod-squarebrackets-nested
113 mod-squarebrackets-nested:
/trueos/usr.bin/m4/
HDNOTES39 each nested call is completed. Each argument is a character pointer
/trueos/contrib/byacc/
HDskel2c35 printf "skel2c: nested %%ifdef in skeleton file on line %d\n", FNR > "/dev/stderr";

12345678