| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/ |
| D | t_sigqueue.c | 138 sigorder(int *ordered, const int *tosend, size_t len) in sigorder() argument 140 memcpy(ordered, tosend, len * sizeof(*tosend)); in sigorder() 141 qsort(ordered, len, sizeof(*ordered), asc); in sigorder() 164 if (ordered[i] >= SIGRTMIN) in sigorder() 168 while (ordered[i] == ordered[j] && j < len) in sigorder() 172 ordered[i + 1] = ordered[j]; in sigorder() 189 int ordered[CNT]; in ATF_TC_BODY() local 193 ndelivered = sigorder(ordered, signals, CNT); in ATF_TC_BODY() 199 ATF_REQUIRE(sigaction(ordered[i], &act, &oact[i]) != -1); in ATF_TC_BODY() 220 ATF_REQUIRE_MSG(ordered[i] == delivered[i], in ATF_TC_BODY() [all …]
|
| /freebsd-12-stable/contrib/gcclibs/libgomp/ |
| D | work.c | 39 gomp_new_work_share (bool ordered, unsigned nthreads) in gomp_new_work_share() argument 45 if (ordered) in gomp_new_work_share() 72 gomp_work_share_start (bool ordered) in gomp_work_share_start() argument 82 ws = gomp_new_work_share (ordered, 1); in gomp_work_share_start() 130 ws = gomp_new_work_share (ordered, team->nthreads); in gomp_work_share_start()
|
| D | Makefile.am | 33 loop.c ordered.c parallel.c sections.c single.c team.c work.c \
|
| D | ChangeLog | 609 * testsuite/libgomp.c/ordered-1.c: Likewise. 610 * testsuite/libgomp.c/ordered-2.c: Likewise. 825 omp_lib.f90.in, omp_lib.h.in, ordered.c, parallel.c, sections.c, 1095 * ordered.c (gomp_ordered_first, gomp_ordered_last, gomp_ordered_next, 1097 * testsuite/libgomp.dg/ordered-3.c: New test. 1201 * ordered.c (gomp_ordered_first): Update for ordered_release change. 1436 * ordered.c (GOMP_ordered_start): Likewise. 1618 * ordered.c (gomp_ordered_static_next): Remove not_last argument. 1627 * testsuite/ordered-1.c: Add case for more threads than iterations. 1650 * ordered.c (gomp_ordered_first, gomp_ordered_last, gomp_ordered_next, [all …]
|
| D | configure.tgt | 7 # config_path An ordered list of directories to search for
|
| /freebsd-12-stable/sys/powerpc/fpu/ |
| D | fpu_compare.c | 80 fpu_compare(struct fpemu *fe, int ordered) in fpu_compare() argument 98 if (ordered) { in fpu_compare()
|
| /freebsd-12-stable/usr.bin/colldef/ |
| D | parse.y | 128 int ch, substed, ordered; variable 133 ordered = !!__collate_char_pri_table[ch].prim; 134 if (!ordered && !substed) 136 if (substed && ordered)
|
| /freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/ |
| D | kmp_dispatch.cpp | 186 pr->flags.ordered = TRUE; in __kmp_dispatch_init_algorithm() 190 pr->flags.ordered = FALSE; in __kmp_dispatch_init_algorithm() 193 if (pr->flags.ordered) { in __kmp_dispatch_init_algorithm() 206 if (pr->flags.ordered) // correct monotonicity for ordered loop if needed in __kmp_dispatch_init_algorithm() 313 (pr->flags.ordered ? ct_pdo_ordered : ct_pdo), loc); in __kmp_dispatch_init_algorithm() 359 if (pr->flags.ordered) { in __kmp_dispatch_init_algorithm() 484 if (pr->flags.ordered) { in __kmp_dispatch_init_algorithm() 856 bool ordered; in __kmp_dispatch_init() local 866 ordered = (kmp_ord_lower & my_sched); in __kmp_dispatch_init() 868 if (ordered) { in __kmp_dispatch_init() [all …]
|
| /freebsd-12-stable/contrib/apr-util/ |
| D | renames_pending | 1 Symbol renames pending for apr-util (keep ordered and complete, please!)
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| D | index.c | 3617 sub_item_ordered_t *ordered in svn_fs_x__l2p_index_from_p2l_entries() local 3628 ordered->entry = entry; in svn_fs_x__l2p_index_from_p2l_entries() 3633 ordered->order in svn_fs_x__l2p_index_from_p2l_entries() 3635 sizeof(*ordered->order) * entry->item_count); in svn_fs_x__l2p_index_from_p2l_entries() 3637 ordered->order[k] = &entry->items[k]; in svn_fs_x__l2p_index_from_p2l_entries() 3639 qsort(ordered->order, entry->item_count, sizeof(*ordered->order), in svn_fs_x__l2p_index_from_p2l_entries() 3653 sub_item_ordered_t *ordered = svn_priority_queue__peek(queue); in svn_fs_x__l2p_index_from_p2l_entries() local 3655 if (ordered->entry->item_count > 0) in svn_fs_x__l2p_index_from_p2l_entries() 3659 sub_item = ordered->order in svn_fs_x__l2p_index_from_p2l_entries() 3660 ? ordered->order[ordered->entry->item_count - 1] in svn_fs_x__l2p_index_from_p2l_entries() [all …]
|
| /freebsd-12-stable/sys/netinet/ |
| D | sctp_indata.c | 1673 sctp_find_reasm_entry(struct sctp_stream_in *strm, uint32_t mid, int ordered, int idata_supported) in sctp_find_reasm_entry() argument 1677 if (ordered) { in sctp_find_reasm_entry() 1716 int ordered; in sctp_process_a_data_chunk() local 1763 ordered = ((chk_flags & SCTP_DATA_UNORDERED) == 0); in sctp_process_a_data_chunk() 1881 control = sctp_find_reasm_entry(&asoc->strmin[sid], mid, ordered, asoc->idata_supported); in sctp_process_a_data_chunk() 1888 if (ordered && (mid != control->mid)) { in sctp_process_a_data_chunk() 1897 if (ordered && ((control->sinfo_flags >> 8) & SCTP_DATA_UNORDERED)) { in sctp_process_a_data_chunk() 1907 if (!ordered && (((control->sinfo_flags >> 8) & SCTP_DATA_UNORDERED) == 0)) { in sctp_process_a_data_chunk() 1925 if (ordered || asoc->idata_supported) { in sctp_process_a_data_chunk() 2122 chk_flags, ordered, mid, control); in sctp_process_a_data_chunk() [all …]
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | perl | 60 >>4 byte &01 (network-ordered) 66 >>4 byte &01 (network-ordered)
|
| /freebsd-12-stable/sbin/pfctl/tests/files/ |
| D | pf0039.in | 1 #test random ordered opts
|
| /freebsd-12-stable/gnu/lib/libgomp/ |
| D | Makefile | 13 error.c iter.c loop.c ordered.c parallel.c sections.c \
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/common/zfs/ |
| D | zprop_common.c | 167 boolean_t ordered, zfs_type_t type) in zprop_iter_common() argument 187 if (ordered) { in zprop_iter_common()
|
| /freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_user/misc/ |
| D | misc.cfg | 44 # zfs get/set subcommands - ordered as per the list above so we
|
| /freebsd-12-stable/sys/dev/virtio/block/ |
| D | virtio_blk.c | 925 int ordered, readable, writable, error; in vtblk_request_execute() local 930 ordered = 0; in vtblk_request_execute() 944 ordered = 1; in vtblk_request_execute() 983 if (error == 0 && ordered) in vtblk_request_execute()
|
| /freebsd-12-stable/sys/contrib/zstd/programs/ |
| D | README.md | 35 This is ordered through command `--format=gzip`. 45 This is ordered through commands `--format=xz` and `--format=lzma` respectively. 55 This is ordered through commands `--format=lz4`.
|
| /freebsd-12-stable/usr.sbin/bsdconfig/share/ |
| D | dialog.subr | 1983 # To use the `--menu' option of dialog(1) you must pass an ordered list of 1991 # ordered list of tag/item pairs (HINT: use the same tag/item list as was 2018 # must pass an ordered list of tag/item/help triplets on the command-line. When 2025 # ordered list of tag/item/help triplets (HINT: use the same tag/item/help list 2050 # To use the `--menu' option of dialog(1) you must pass an ordered list of 2056 # array position within the ordered list of tag/item pairs passed to dialog(1). 2059 # ordered list of tag/item pairs (HINT: use the same tag/item list as was 2086 # must pass an ordered list of tag/item/help triplets on the command-line. When 2091 # triplet array position within the ordered list of tag/item/help triplets 2095 # ordered list of tag/item/help triplets (HINT: use the same tag/item/help list [all …]
|
| /freebsd-12-stable/contrib/gcc/config/mips/ |
| D | 5400.md | 10 ;; descriptions (also known as reservation RTL) is roughly ordered
|
| D | 5500.md | 12 ;; descriptions (also known as reservation RTL) is roughly ordered
|
| /freebsd-12-stable/crypto/heimdal/appl/afsutil/ |
| D | ChangeLog | 3 * pagsh.1,afslog.1: - options must be lexicographically ordered;
|
| /freebsd-12-stable/contrib/ncurses/ |
| D | README.emx | 49 These are ordered by date:
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/ |
| D | pack.c | 677 apr_array_header_t *ordered in svn_fs_fs__order_dir_entries() local 685 = apr_array_make(result_pool, ordered->nelts, sizeof(svn_fs_dirent_t *)); in svn_fs_fs__order_dir_entries() 688 for (i = 0; i < ordered->nelts; ++i) in svn_fs_fs__order_dir_entries() 690 = APR_ARRAY_IDX(ordered, i, svn_sort__item_t).value; in svn_fs_fs__order_dir_entries()
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | SSL_get_shared_sigalgs.pod | 62 ordered according to configuration and peer preferences.
|