Searched refs:ordered (Results 1 - 25 of 149) sorted by relevance

123456

/netbsd-current/tests/lib/libc/sys/
H A Dt_sigqueue.c126 * place in ordered the signals to be delivered in delivery order
130 sigorder(int *ordered, const int *tosend, size_t len) argument
132 memcpy(ordered, tosend, len * sizeof(*tosend));
133 qsort(ordered, len, sizeof(*ordered), asc);
139 if (ordered[i] >= SIGRTMIN)
143 while (ordered[i] == ordered[j] && j < len)
147 ordered[i + 1] = ordered[
163 int ordered[CNT]; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dwork.c101 gomp_init_work_share (struct gomp_work_share *ws, size_t ordered, argument
105 if (__builtin_expect (ordered, 0))
111 if (__builtin_expect (ordered != 1, 0))
118 ordered += o - 1;
121 ordered = nthreads * sizeof (*ws->ordered_team_ids);
122 if (ordered > INLINE_ORDERED_TEAM_IDS_SIZE)
123 ws->ordered_team_ids = team_malloc (ordered);
126 memset (ws->ordered_team_ids, '\0', ordered);
185 gomp_work_share_start (size_t ordered) argument
195 gomp_init_work_share (ws, ordered,
[all...]
H A DMakefile.am63 icv.c icv-device.c iter.c iter_ull.c loop.c loop_ull.c ordered.c \
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dwork.c101 gomp_init_work_share (struct gomp_work_share *ws, size_t ordered, argument
105 if (__builtin_expect (ordered, 0))
111 if (__builtin_expect (ordered != 1, 0))
120 ordered += o - 1;
123 ordered = nthreads * sizeof (*ws->ordered_team_ids);
124 if (ordered > INLINE_ORDERED_TEAM_IDS_SIZE)
125 ws->ordered_team_ids = team_malloc (ordered);
128 memset (ws->ordered_team_ids, '\0', ordered);
187 gomp_work_share_start (size_t ordered) argument
202 gomp_init_work_share (ws, ordered,
[all...]
H A DMakefile.am63 icv.c icv-device.c iter.c iter_ull.c loop.c loop_ull.c ordered.c \
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/lib/
H A Ddoobjcmp59 echo but symbols are simply ordered differently.
79 echo but relocs are simply ordered differently.
/netbsd-current/sys/arch/powerpc/fpu/
H A Dfpu_compare.c65 * If either operand is NaN, the result is unordered. For ordered, this
66 * causes an NV exception. Everything else is ordered:
77 fpu_compare(struct fpemu *fe, int ordered) argument
96 if (ordered) {
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/
H A Ddefs.mk5 G_libgomp_la_SOURCES=alloc.c atomic.c barrier.c critical.c env.c error.c icv.c icv-device.c iter.c iter_ull.c loop.c loop_ull.c ordered.c parallel.c sections.c single.c task.c team.c work.c lock.c mutex.c proc.c sem.c bar.c ptrlock.c time.c fortran.c affinity.c target.c splay-tree.c libgomp-plugin.c oacc-parallel.c oacc-host.c oacc-init.c oacc-mem.c oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c affinity-fmt.c teams.c oacc-profiling.c oacc-target.c
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dtls-hidden3.d7 # The TLS entries are ordered as follows:
/netbsd-current/external/gpl3/gcc/lib/libgomp/
H A Ddefs.mk5 G_libgomp_la_SOURCES=alloc.c atomic.c barrier.c critical.c env.c error.c icv.c icv-device.c iter.c iter_ull.c loop.c loop_ull.c ordered.c parallel.c scope.c sections.c single.c task.c team.c work.c lock.c mutex.c proc.c sem.c bar.c ptrlock.c time.c fortran.c affinity.c target.c splay-tree.c libgomp-plugin.c oacc-parallel.c oacc-host.c oacc-init.c oacc-mem.c oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c affinity-fmt.c teams.c allocator.c oacc-profiling.c oacc-target.c
/netbsd-current/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dgeneric.py170 def ordered(obj): function in function:check_traffic
172 return sorted((k, ordered(v)) for k, v in obj.items())
174 return sorted(ordered(x) for x in obj)
177 ordered_data = ordered(data)
178 ordered_expected = ordered(expected)
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldelfgen.c45 unsigned int ordered; member in struct:os_sections
67 os_info->ordered = 0;
85 os_info->ordered++;
156 /* Place unordered sections before ordered sections. */
186 VMA and thus are not ordered with respect to each other. Test VMA
279 if (os_info != NULL && os_info->ordered != 0)
281 if (os_info->ordered != os_info->count
285 "%pA has both ordered and unordered sections\n"),
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dpstl_config.h116 # define _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC(PRM) _PSTL_PRAGMA(omp ordered simd monotonic(PRM))
117 # define _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC_2ARGS(PRM1, PRM2) _PSTL_PRAGMA(omp ordered simd monotonic(PRM1, PRM2))
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dpstl_config.h122 # define _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC(PRM) _PSTL_PRAGMA(omp ordered simd monotonic(PRM))
123 # define _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC_2ARGS(PRM1, PRM2) _PSTL_PRAGMA(omp ordered simd monotonic(PRM1, PRM2))
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DChannelDefs.pm137 register_channel 'fatal', type => 'fatal', ordered => 0;
147 ordered => 0;
157 register_channel 'verb', type => 'debug', silent => 1, ordered => 0;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-general.h64 int ordered; member in struct:omp_for_data
H A Domp-expand.c107 /* The ordered stmt if type is GIMPLE_OMP_ORDERED and it has
340 static loops and any kind of ordered loop. In the first
344 to implement ordered semantics, so there would not be any
1777 gcc_assert (fd->ordered == 0);
1797 for (i = fd->collapse; i < fd->ordered; i++)
1806 for (i = fd->collapse; i < fd->ordered; i++)
1811 for (i = 0; i < (fd->ordered ? fd->ordered : fd->collapse); i++)
2103 /* Expand #pragma omp ordered depend(source). */
2114 build_fold_addr_expr (counts[fd->ordered]));
[all...]
/netbsd-current/lib/libm/arch/vax/
H A Dn_cabs.S120 jgeq ordered
124 ordered: label
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dshuffle_select_fuzz_tester.py70 %cmp.{lane} = {i_f}cmp {ordered}ne {scalar_ty} %v.{lane}, {exp}
379 ordered = 'o' if ty.is_float else ''
385 exp = str(res.value[i]), ordered = ordered)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-general.h73 int ordered; member in struct:omp_for_data
/netbsd-current/external/cddl/osnet/dist/common/zfs/
H A Dzprop_common.c171 boolean_t ordered, zfs_type_t type)
191 if (ordered) {
170 zprop_iter_common(zprop_func func, void *cb, boolean_t show_all, boolean_t ordered, zfs_type_t type) argument
/netbsd-current/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim39 \ lt le gt ge eq ne unordered ordered
H A Dgcc-rtl.vim32 \ unordered ordered uneq unge ungt unle unlt ltgt sign_extend
/netbsd-current/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim39 \ lt le gt ge eq ne unordered ordered
H A Dgcc-rtl.vim32 \ unordered ordered uneq unge ungt unle unlt ltgt sign_extend

Completed in 564 milliseconds

123456