| /trueos/lib/libdispatch/src/ |
| HD | apply.c | 44 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/ |
| HD | team.c | 62 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()
|
| HD | libgomp.texi | 144 * 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/ |
| HD | return8.0 | 3 if [ "$1" = nested ]; then 8 set -- nested
|
| HD | break1.0 | 3 if [ "$1" != nested ]; then 5 set -- nested
|
| HD | return5.0 | 3 if [ "$1" != nested ]; then 5 set -- nested
|
| /trueos/contrib/gcc/ |
| HD | cgraph.c | 226 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()
|
| HD | c-gimplify.c | 115 for (cgn = cgn->nested; cgn ; cgn = cgn->next_nested) in c_genericize()
|
| HD | cgraph.h | 125 struct cgraph_node *nested; member
|
| HD | cgraphunit.c | 480 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/ |
| HD | t_mkdir.sh | 72 atf_test_case nested 156 atf_add_test_case nested
|
| HD | t_rmdir.sh | 80 atf_test_case nested 198 atf_add_test_case nested
|
| /trueos/tools/tools/shlib-compat/ |
| HD | shlib-compat.py | 166 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/ |
| HD | args2.m4 | 3 dnl Preserving spaces within nested parentheses
|
| /trueos/release/picobsd/tinyware/msh/ |
| HD | sh2.c | 57 _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/ |
| HD | task_switch.c | 492 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/ |
| HD | Makefile.am | 20 makeshell.c nested.c numeric.c \
|
| /trueos/contrib/ntp/sntp/libopts/ |
| HD | Makefile.am | 20 makeshell.c nested.c numeric.c \
|
| /trueos/contrib/libucl/ |
| HD | README.md | 167 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/ |
| HD | heredoc10.0 | 13 # or there are other constructs nested inside the command substitution that
|
| HD | heredoc9.0 | 13 # or there are other constructs nested inside the command substitution that
|
| /trueos/contrib/bmake/mk/ |
| HD | warnings.mk | 121 nested-externs \
|
| /trueos/contrib/bmake/unit-tests/ |
| HD | modword | 25 mod-squarebrackets-nested 113 mod-squarebrackets-nested:
|
| /trueos/usr.bin/m4/ |
| HD | NOTES | 39 each nested call is completed. Each argument is a character pointer
|
| /trueos/contrib/byacc/ |
| HD | skel2c | 35 printf "skel2c: nested %%ifdef in skeleton file on line %d\n", FNR > "/dev/stderr";
|