Home
last modified time | relevance | path

Searched refs:ordered (Results 1 – 25 of 105) sorted by relevance

12345

/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_sigqueue.c138 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/lib/libc/tests/string/
H A Dstrverscmp_test.c10 check_all(size_t len, const char *ordered[len]) in check_all()
16 a = ordered[i]; in check_all()
17 b = ordered[j]; in check_all()
42 const char *ordered[] = { __VA_ARGS__ }; \
43 check_all(sizeof(ordered) / sizeof(*ordered), ordered); \
/freebsd/sys/contrib/device-tree/Bindings/scsi/
H A Dhisilicon-sas.txt22 sources; the interrupts are ordered in 3 groups, as follows:
30 The phy interrupts are ordered into groups of 3 per phy
34 The interrupts are ordered in increasing order.
35 Fatal interrupts : the fatal interrupts are ordered as follows:
39 the interrupts are ordered in 3 groups, as follows:
47 interrupt. The interrupts are ordered in increasing
50 interrupt source. The interrupts are ordered in
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dsprd-pcm.txt5 - dmas: Specify the list of DMA controller phandle and DMA request line ordered pairs.
7 These strings correspond 1:1 with the ordered pairs in dmas.
H A Dsirf-audio-port.txt6 - dmas: List of DMA controller phandle and DMA request line ordered pairs.
8 These strings correspond 1:1 with the ordered pairs in dmas.
H A Dbrcm,bcm2835-i2s.txt7 - dmas: List of DMA controller phandle and DMA request line ordered pairs.
9 These strings correspond 1:1 with the ordered pairs in dmas.
H A Dsirf-usp.txt6 - dmas: List of DMA controller phandle and DMA request line ordered pairs.
8 These strings correspond 1:1 with the ordered pairs in dmas.
H A Ddavinci-mcbsp.txt20 TC channel ordered triplets.
22 These strings correspond 1:1 with the ordered pairs in dmas. The dma
H A Ddavinci-mcasp-audio.txt24 ordered pairs.
26 These strings correspond 1:1 with the ordered pairs in dmas. The dma
/freebsd/sys/powerpc/fpu/
H A Dfpu_compare.c74 fpu_compare(struct fpemu *fe, int ordered) in fpu_compare() argument
92 if (ordered) { in fpu_compare()
/freebsd/sys/contrib/device-tree/Bindings/
H A Ddts-coding-style.rst51 ordered by unit address in ascending order.
56 2. Nodes without unit addresses shall be ordered alpha-numerically by the node
57 name. For a few node types, they can be ordered by the main property, e.g.
58 pin configuration states ordered by value of "pins" property.
61 ordered either alpha-numerically or by keeping the order from DTSI, where
H A Dresource-names.txt1 Some properties contain an ordered list of 1 or more datum which are
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg41 # zfs get/set subcommands - ordered as per the list above so we
66 # zfs get/set subcommands - ordered as per the list above so we
93 # zfs get/set subcommands - ordered as per the list above so we
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp250 pr->flags.ordered = TRUE; in __kmp_dispatch_init_algorithm()
254 pr->flags.ordered = FALSE; in __kmp_dispatch_init_algorithm()
257 if (pr->flags.ordered) { in __kmp_dispatch_init_algorithm()
270 if (pr->flags.ordered) // correct monotonicity for ordered loop if needed in __kmp_dispatch_init_algorithm()
377 (pr->flags.ordered ? ct_pdo_ordered : ct_pdo), loc); in __kmp_dispatch_init_algorithm()
423 if (pr->flags.ordered) { in __kmp_dispatch_init_algorithm()
645 if (pr->flags.ordered) { in __kmp_dispatch_init_algorithm()
1020 bool ordered; in __kmp_dispatch_init() local
1030 ordered = (kmp_ord_lower & my_sched); in __kmp_dispatch_init()
1032 if (ordered) { in __kmp_dispatch_init()
[all …]
/freebsd/sys/netinet/
H A Dsctp_indata.c1652 sctp_find_reasm_entry(struct sctp_stream_in *strm, uint32_t mid, int ordered, int idata_supported) in sctp_find_reasm_entry() argument
1656 if (ordered) { in sctp_find_reasm_entry()
1695 int ordered; in sctp_process_a_data_chunk() local
1742 ordered = ((chk_flags & SCTP_DATA_UNORDERED) == 0); in sctp_process_a_data_chunk()
1860 control = sctp_find_reasm_entry(&asoc->strmin[sid], mid, ordered, asoc->idata_supported); in sctp_process_a_data_chunk()
1867 if (ordered && (mid != control->mid)) { in sctp_process_a_data_chunk()
1876 if (ordered && ((control->sinfo_flags >> 8) & SCTP_DATA_UNORDERED)) { in sctp_process_a_data_chunk()
1886 if (!ordered && (((control->sinfo_flags >> 8) & SCTP_DATA_UNORDERED) == 0)) { in sctp_process_a_data_chunk()
1904 if (ordered || asoc->idata_supported) { in sctp_process_a_data_chunk()
2102 chk_flags, ordered, mid, control); in sctp_process_a_data_chunk()
[all …]
/freebsd/sbin/pfctl/tests/files/
H A Dpf0039.in1 #test random ordered opts
/freebsd/sys/contrib/device-tree/Bindings/powerpc/4xx/
H A Dhsta.txt16 - interrupts : ordered interrupt mapping for each MSI in the register
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dlpc1850-cgu.txt35 Shall be an ordered list of numbers defining the base clock
38 Shall be an ordered list of strings defining the names of
/freebsd/contrib/file/magic/Magdir/
H A Dperl60 >>4 byte &01 (network-ordered)
66 >>4 byte &01 (network-ordered)
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dux500-usb.txt13 - dma-names : An ordered list of channel names affiliated to the above
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dgpio-fan.txt8 ordered MSB-->LSB.
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_2.rst4 CBOR byte strings are just (ordered) series of bytes without further interpretation (unless there i…
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsamsung-sxgbe.txt7 These interrupts are ordered by fixed and follows variable
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzprop_common.c204 boolean_t ordered, zfs_type_t type) in zprop_iter_common() argument
224 if (ordered) { in zprop_iter_common()
/freebsd/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dmisc.cfg39 # zfs get/set subcommands - ordered as per the list above so we

12345