Searched refs:merge (Results 1 - 25 of 299) sorted by relevance

1234567891011>>

/src/tests/usr.bin/indent/
H A Dlsym_comma.c59 double dbl_reduce(double init, const double *s, const double *e, double (*merge)(double, double));
72 trad_dbl_reduce(init, s, e, merge)
75 double (*merge)()
79 x = merge(x, *s++);
93 dbl_reduce(double init, const double *s, const double *e, double (*merge)(double, double)) argument
97 x = merge(x, *s++);
/src/bin/setfacl/
H A DMakefile5 SRCS= file.c mask.c merge.c remove.c setfacl.c util.c
/src/tools/ctfconvert/
H A DMakefile19 merge.c \
/src/usr.bin/make/unit-tests/
H A Dvarmod-unique.mk11 . warning The modifier ':u' must merge adjacent duplicate words.
31 . warning The modifier ':u' must merge _all_ adjacent duplicate words.
/src/tests/usr.bin/diff3/
H A DMakefile20 FILES+= long-merge.out
H A Dt_diff3.sh49 atf_check -s exit:1 -o file:$(atf_get_srcdir)/long-merge.out \
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
H A Dcollect_data_flow.py75 merge = os.path.join(os.path.dirname(argv[0]), "merge_data_flow.py")
76 subprocess.call([merge] + outputs, stdout=f)
/src/sbin/wsconsctl/
H A Dutil.c392 rd_field(struct field *f, char *val, int merge) argument
403 if (merge)
411 if (merge)
446 if (! merge)
450 if (merge) {
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Darm-realview-eb-bbrevd.dtsi7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
H A Darm-realview-eb-11mp.dts7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
H A Darm-realview-eb-a9mp.dts7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
H A Dcros-ec-sbs.dtsi27 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6q-display5-tianma-tm070-1280x768.dts20 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6qdl-hummingboard2-emmc.dtsi26 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6qdl-sr-som-emmc.dtsi24 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dmvebu-linkstation-fan.dtsi28 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dsun8i-a33-et-q8-v1.6.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dsun8i-a33-ippo-q8h-v1.2.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dsun8i-a33-q8-tablet.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cc50 into.merge(&from);
68 into.merge(&from);
94 // Nothing to merge, nothing to deallocate.
104 // Make a cache with two batches small enough to merge.
127 // Make a cache with two batches small enough to merge.
/src/usr.bin/pr/
H A Dpr.c94 static int merge; /* merge multiple files in output */ variable in typeref:typename:int
147 if (merge)
844 * of the merge operation (-m) in relation to unsuccessful file opens
1738 ++merge;
1811 if (merge) {
1814 merge = 0;
1825 if (merge) {
1836 if (cflag || merge) {
1847 if (merge) {
[all...]
/src/tests/usr.bin/sdiff/
H A Dt_sdiff.sh93 atf_test_case merge
100 merge_tail="-o merge.out $(atf_get_srcdir)/d_input1 \
101 $(atf_get_srcdir)/d_input2 >/dev/null ; cat merge.out"
190 "printf \"r\\nl\\nr\\nl\" | sdiff -o merge.out $(atf_get_srcdir)/d_input1 \
191 $(atf_get_srcdir)/d_input2 >/dev/null ; cat merge.out"
200 atf_add_test_case merge
/src/sbin/ldconfig/
H A Dldconfig.c69 static int merge; variable in typeref:typename:int
105 merge = 1;
130 if (justread || merge) {
139 if (!nostd && !merge)
145 if (!noconf && !merge)
/src/sys/stand/efiboot/bootarm/
H A Dcache.S77 orr r3, r3, r2 @ merge set into way/set/level
87 orr r3, r3, ip @ merge way into way/set/level
133 add r3, r3, r2 @ merge numsets - 1 with numways - 1
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_quarantine.h56 void merge(QuarantineBatch* const from) { function in struct:__sanitizer::QuarantineBatch
157 // Go over the batches and merge partially filled ones to
165 // Do the merge only when overhead exceeds this predefined limit (might
166 // require some tuning). It saves us merge attempt when the batch list
167 // quarantine is unlikely to contain batches suitable for merge.
262 current->merge(extracted);

Completed in 12 milliseconds

1234567891011>>