Home
last modified time | relevance | path

Searched refs:combined (Results 1 – 25 of 201) sorted by relevance

123456789

/freebsd/contrib/bmake/unit-tests/
H A Dopt-jobs-no-action.mk37 all: explained combined
38 .ORDER: explained combined
80 combined: combined-begin
82 combined-begin: .PHONY
89 . for target in combined-silent-${silent}-always-${always}-ignerr-${ignerr}
90 combined: .WAIT ${target} .WAIT
100 combined: combined-end
101 combined-end: .PHONY
H A Dopt-no-action-runflags.mk12 all: .PHONY combined
21 combined: .PHONY
H A Dopt-no-action-runflags.exp1 begin combined
33 end combined
H A Dopt-jobs-no-action.exp18 begin combined
60 end combined
/freebsd/contrib/kyua/utils/config/
H A Dtree_test.cpp217 const config::tree combined = t1.combine(t2); in ATF_TEST_CASE_BODY() local
220 ATF_REQUIRE(expected == combined); in ATF_TEST_CASE_BODY()
246 const config::tree combined = t1.combine(t2); in ATF_TEST_CASE_BODY() local
248 ATF_REQUIRE(t1 == combined); in ATF_TEST_CASE_BODY()
263 const config::tree combined = t1.combine(t2); in ATF_TEST_CASE_BODY() local
265 ATF_REQUIRE(t2 == combined); in ATF_TEST_CASE_BODY()
283 const config::tree combined = t1.combine(t2); in ATF_TEST_CASE_BODY() local
293 ATF_REQUIRE(expected == combined); in ATF_TEST_CASE_BODY()
322 config::tree combined = t1.combine(t2); in ATF_TEST_CASE_BODY() local
341 ATF_REQUIRE(expected == combined); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb-device.txt9 "interface nodes" representing USB interfaces and "combined nodes"
12 A combined node shall be used instead of a device node and an interface node
16 A "hub node" is a combined node or an interface node that represents a USB
49 Required properties for combined nodes:
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Darm,pl11x.txt13 - interrupt-names: either the single entry "combined" representing a
14 combined interrupt output (CLCDINTR), or the four entries
76 interrupt-names = "combined";
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dsamsung,exynos4210-combiner.txt10 combined interrupt for its eight interrupt sources. The combined interrupt
H A Dti,c64x+megamod-pic.txt37 One for each core interrupt priority level. In addition to the combined
62 interrupts 0 - 3 (combined interrupt sources) are
/freebsd/sys/contrib/device-tree/src/arm64/amd/
H A Damd-seattle-xgbe-b.dtsi92 interrupts = /* Uses combined intr for both
105 interrupts = /* Uses combined intr for both
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Drenesas,rza2-pinctrl.txt1 Renesas RZ/A2 combined Pin and GPIO controller
3 The Renesas SoCs of the RZ/A2 series feature a combined Pin and GPIO controller.
/freebsd/contrib/llvm-project/lld/docs/
H A DPartitions.rst56 referred to as a combined output file. To extract a partition from the
57 combined output file, the ``llvm-objcopy`` tool should be used together
71 # Link the combined output file.
/freebsd/contrib/libcbor/
H A DCMakeLists.txt121 COMMAND bash -c [[ llvm-profdata merge -sparse $(ls coverage_profiles/*.profraw) -o coverage_profiles/combined.profdata ]]
122 COMMAND bash -c [[ llvm-cov show -instr-profile=coverage_profiles/combined.profdata test/*_test -format=html > coverage_profiles/report.html ]]
123 COMMAND bash -c [[ llvm-cov report -instr-profile=coverage_profiles/combined.profdata test/*_test ]]
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dtwl4030-madc.txt4 combined with a 16-input analog multiplexer.
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/
H A Dimx-cpufreq-dt.txt5 "speed grading" value which are written in fuses. These bits are combined with
/freebsd/share/examples/perfmon/
H A DREADME9 (these two can be combined)
/freebsd/crypto/openssl/doc/man3/
H A DEVP_MD_meth_new.pod108 combined with EVP_MD_FLAG_DIGALGID_ABSENT, the latter will override.>
113 parameter be left absent by default. I<Note: if combined with
119 B<EVP_MD_FLAG_DIGALGID_ABSENT> as default. I<Note: if combined with
/freebsd/sys/dev/axgbe/
H A Dxgbe-sysctl.c1071 unsigned int rx, tx, combined; in sysctl_channels_handler() local
1089 combined = min(rx, tx); in sysctl_channels_handler()
1091 sys_op->max_combined = combined; in sysctl_channels_handler()
1099 combined = min(rx, tx); in sysctl_channels_handler()
1100 rx -= combined; in sysctl_channels_handler()
1101 tx -= combined; in sysctl_channels_handler()
1103 sys_op->combined_count = combined; in sysctl_channels_handler()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-pkey.pod.in138 When combined with B<-text>, this is equivalent to B<-text_pub>.
148 This cannot be combined with encoded output in DER format.
153 This cannot be combined with encoded output in DER format.
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dmax98373.txt24 - maxim,interleave-mode : For cases where a single combined channel
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Darm,sp804.txt8 the combined interrupt or if "arm,sp804-has-irq" is present that
/freebsd/sys/crypto/openssl/arm/
H A Daes-armv4.S24 @ in one instruction and emit combined result every cycle. The module
/freebsd/contrib/ntp/sntp/libopts/
H A DCOPYING.lgplv3133 License, and convey such a combined library under terms of your
136 a) Accompany the combined library with a copy of the same work based
140 b) Give prominent notice with the combined library that part of it
/freebsd/sys/contrib/openzfs/module/zstd/
H A DREADME.md6 dropping any unneeded files, and combined into a single file, but otherwise is
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-lazor.dtsi12 semtech,combined-sensors = <3>;

123456789