Searched refs:combined (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dopt-no-action-runflags.exp1 begin combined
33 end combined
H A Dopt-jobs-no-action.mk13 # opt-no-action-combined.mk
37 all: explained combined
38 .ORDER: explained combined
80 combined: combined-begin
82 combined-begin: .PHONY
83 @+echo hide-from-output 'begin combined'
89 . for target in combined-silent-${silent}-always-${always}-ignerr-${ignerr}
90 combined: .WAIT ${target} .WAIT
100 combined
[all...]
H A Dopt-no-action-runflags.mk4 # combined with the RunFlags '@', '-', '+' for individual commands.
12 all: .PHONY combined
21 combined: .PHONY
H A Dopt-jobs-no-action.exp18 begin combined
60 end combined
H A Dvarmod-match-escape.mk20 # And now both cases combined: A single modifier with both an escaped ':'
H A Dvar-op-sunsh.mk111 # Syntactically, the ':sh' modifier can be combined with the '+=' assignment
H A Dvarmod-loop.mk106 # Assignment using the ':=' operator, combined with the :@var@ modifier
H A Dvarmod-sysv.mk26 # The :from=to modifier is therefore often combined with the :M modifier.
/freebsd-13-stable/contrib/kyua/utils/config/
H A Dtree_test.cpp217 const config::tree combined = t1.combine(t2); local
220 ATF_REQUIRE(expected == combined);
246 const config::tree combined = t1.combine(t2); local
248 ATF_REQUIRE(t1 == combined);
263 const config::tree combined = t1.combine(t2); local
265 ATF_REQUIRE(t2 == combined);
283 const config::tree combined = t1.combine(t2); local
293 ATF_REQUIRE(expected == combined);
322 config::tree combined = t1.combine(t2); local
341 ATF_REQUIRE(expected == combined);
361 config::tree combined = t1.combine(t2); local
[all...]
/freebsd-13-stable/share/mk/
H A Dlocal.init.mk15 # XXX: This should be combined with external compiler support in Makefile.inc1
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dpacked_data.c528 svn_stringbuf_t *combined)
532 svn_stringbuf_appendstr(combined, private_data->packed);
538 append_int_stream(stream, combined);
548 svn_stringbuf_t *combined)
550 svn_stringbuf_appendstr(combined, stream->packed);
553 append_byte_stream(stream, combined);
995 svn_stringbuf_t *combined,
1002 combined->data + *offset,
1013 unflatten_int_stream(stream, combined, offset);
1024 svn_stringbuf_t *combined,
526 append_int_stream(svn_packed__int_stream_t *stream, svn_stringbuf_t *combined) argument
546 append_byte_stream(svn_packed__byte_stream_t *stream, svn_stringbuf_t *combined) argument
992 unflatten_int_stream(svn_packed__int_stream_t *stream, svn_stringbuf_t *combined, apr_size_t *offset) argument
1021 unflatten_byte_stream(svn_packed__byte_stream_t *stream, svn_stringbuf_t *combined, apr_size_t *offset) argument
[all...]
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe-sysctl.c1088 { "combined", SYSL_S32, combined_count, "supported" },
1090 unsigned int rx, tx, combined; local
1108 combined = min(rx, tx);
1110 sys_op->max_combined = combined;
1118 combined = min(rx, tx);
1119 rx -= combined;
1120 tx -= combined;
1122 sys_op->combined_count = combined;
1156 axgbe_error( "channel inputs: combined=%u, rx-only=%u,"
/freebsd-13-stable/contrib/dialog/
H A Dutil.c629 is_combining(const char *txt, int *combined) argument
633 if (*combined == 0) {
643 *combined = (int) len - 1;
649 *combined -= 1;
722 int combined = 0; local
832 && !is_combining(txt, &combined)
917 int combined = 0; local
918 while (is_combining(wrap_ptr, &combined)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp879 Wait = Wait.combined(AMDGPU::Waitcnt::allZero(IV));
1058 Wait = Wait.combined(AMDGPU::Waitcnt::allZero(IV));
1125 OldWait = OldWait.combined(IWait);
1127 Wait = Wait.combined(IWait);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h385 Waitcnt combined(const Waitcnt &Other) const { function in struct:llvm::AMDGPU::Waitcnt
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A DMakefile.am427 data/test.combined.crt \
H A Dtest_cms.in139 echo "create signed data (combined)"
141 --certificate=FILE:$srcdir/data/test.combined.crt \
H A DMakefile.in758 data/test.combined.crt \
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Daes-armv4.S25 @ in one instruction and emit combined result every cycle. The module
/freebsd-13-stable/contrib/libevent/test/
H A Dregress.c3404 LEGACY(combined, TT_ISOLATED),
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.c3273 LEGACY(combined, TT_ISOLATED),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp80 STATISTIC(NodesCombined , "Number of dag nodes combined");
172 /// Set of nodes which have been combined (at least once).
175 /// which have not yet been combined to the worklist.
265 // Skip handle nodes as they can't usefully be combined and confuse the
678 /// can be combined into narrow loads.
1521 // Add any operands of the new node which have not yet been combined to the
3755 SDValue combined; local
3769 if (!combined) {
3772 combined = DAG.getNode(DivRemOpc, SDLoc(Node), VTs, Op0, Op1);
3774 combined
[all...]
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp121 // can be combined, en-mass, with the _NO_ forms later.
8669 Columns combined = *this;
8670 combined += col;
8671 return combined;

Completed in 386 milliseconds