Home
last modified time | relevance | path

Searched refs:bdiff (Results 1 – 25 of 564) sorted by relevance

12345678910>>...23

/dports/sysutils/heirloom/heirloom-070715/bdiff/
H A DMakefile.mk1 all: bdiff
3 bdiff: bdiff.o
4 $(LD) $(LDFLAGS) bdiff.o $(LCOMMON) $(LWCHAR) $(LIBS) -o bdiff
6 bdiff.o: bdiff.c
7 … $(CFLAGS) $(CPPFLAGS) $(GNUFL) $(LARGEF) $(IWCHAR) $(ICOMMON) -DDIFF='"$(DEFBIN)/diff"' -c bdiff.c
10 $(UCBINST) -c bdiff $(ROOT)$(DEFBIN)/bdiff
11 $(STRIP) $(ROOT)$(DEFBIN)/bdiff
12 $(MANINST) -c -m 644 bdiff.1 $(ROOT)$(MANDIR)/man1/bdiff.1
15 rm -f bdiff bdiff.o core log *~
17 bdiff.o: bdiff.c fatal.h ../libcommon/sigset.h
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/
H A Didiff.c29 Biobuf *b1, *b2, bdiff, bout, bstdout; in main() local
68 Binit(&bdiff, fd, OREAD); in main()
71 Bterm(&bdiff); in main()
243 while(diffoffset = Boffset(bdiff), p = Brdline(bdiff, '\n')){ in idiff()
244 p[Blinelen(bdiff)-1] = '\0'; in idiff()
246 p[Blinelen(bdiff)-1] = '\n'; in idiff()
257 p[Blinelen(bdiff)-1] = '\0'; in idiff()
259 p[Blinelen(bdiff)-1] = '\n'; in idiff()
263 skiplines(bdiff, namediff, n); in idiff()
288 if(Bseek(bdiff, diffoffset, 0) != diffoffset) in idiff()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dphase_template.c57 double bdiff, tdiff, pdiff; in fn() local
68 bdiff = pdiff = tdiff = 65536.0; in fn()
83 bdiff = pdiff = tdiff = 0.0; in fn()
151 bdiff += (double)bdif; in fn()
160 bdiff *= scale; in fn()
163 bdiff = 65536.0; in fn()
170 if (bdiff < pdiff && bdiff < tdiff) { in fn()
172 } else if (tdiff < pdiff && tdiff < bdiff) { in fn()
181 tdiff, bdiff, pdiff); in fn()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dphase_template.c57 double bdiff, tdiff, pdiff; in fn() local
68 bdiff = pdiff = tdiff = 65536.0; in fn()
83 bdiff = pdiff = tdiff = 0.0; in fn()
151 bdiff += (double)bdif; in fn()
160 bdiff *= scale; in fn()
163 bdiff = 65536.0; in fn()
170 if (bdiff < pdiff && bdiff < tdiff) { in fn()
172 } else if (tdiff < pdiff && tdiff < bdiff) { in fn()
181 tdiff, bdiff, pdiff); in fn()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dphase_template.c57 double bdiff, tdiff, pdiff; in fn() local
68 bdiff = pdiff = tdiff = 65536.0; in fn()
83 bdiff = pdiff = tdiff = 0.0; in fn()
151 bdiff += (double)bdif; in fn()
160 bdiff *= scale; in fn()
163 bdiff = 65536.0; in fn()
170 if (bdiff < pdiff && bdiff < tdiff) { in fn()
172 } else if (tdiff < pdiff && tdiff < bdiff) { in fn()
181 tdiff, bdiff, pdiff); in fn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dphase_template.c57 double bdiff, tdiff, pdiff; in fn() local
68 bdiff = pdiff = tdiff = 65536.0; in fn()
83 bdiff = pdiff = tdiff = 0.0; in fn()
151 bdiff += (double)bdif; in fn()
160 bdiff *= scale; in fn()
163 bdiff = 65536.0; in fn()
170 if (bdiff < pdiff && bdiff < tdiff) { in fn()
172 } else if (tdiff < pdiff && tdiff < bdiff) { in fn()
181 tdiff, bdiff, pdiff); in fn()
/dports/devel/mercurial/mercurial-6.0/contrib/fuzz/
H A DMakefile39 bdiff-oss-fuzz.o: ../../mercurial/bdiff.c
40 $(CC) $(CFLAGS) -c -o bdiff-oss-fuzz.o ../../mercurial/bdiff.c
42 bdiff_fuzzer: bdiff.cc bdiff-oss-fuzz.o
43 $(CXX) $(CXXFLAGS) -std=c++17 -I../../mercurial bdiff.cc \
44 bdiff-oss-fuzz.o $(LIB_FUZZING_ENGINE) -o \
133 bdiff \
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_phase.c91 double bdiff, pdiff, tdiff, scale; in analyze_plane() local
104 bdiff=pdiff=tdiff=65536.0; in analyze_plane()
107 bdiff=pdiff=tdiff=0.0; in analyze_plane()
164 bdiff+=(double)bdif; in analyze_plane()
170 bdiff*=scale; in analyze_plane()
173 bdiff=65536.0; in analyze_plane()
179 if(bdiff<pdiff && bdiff<tdiff) in analyze_plane()
181 else if(tdiff<pdiff && tdiff<bdiff) in analyze_plane()
191 …if(bdiff==65536.0) mp_msg(MSGT_VFILTER, MSGL_INFO," N/A "); else mp_msg(MSGT_VFILTER, MSGL_INF… in analyze_plane()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_phase.c91 double bdiff, pdiff, tdiff, scale; in analyze_plane() local
104 bdiff=pdiff=tdiff=65536.0; in analyze_plane()
107 bdiff=pdiff=tdiff=0.0; in analyze_plane()
164 bdiff+=(double)bdif; in analyze_plane()
170 bdiff*=scale; in analyze_plane()
173 bdiff=65536.0; in analyze_plane()
179 if(bdiff<pdiff && bdiff<tdiff) in analyze_plane()
181 else if(tdiff<pdiff && tdiff<bdiff) in analyze_plane()
191 …if(bdiff==65536.0) mp_msg(MSGT_VFILTER, MSGL_INFO," N/A "); else mp_msg(MSGT_VFILTER, MSGL_INF… in analyze_plane()
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-mac-packages.t29 $ grep bdiff boms.txt | cut -d ' ' -f 1,2,3
30 ./Library/Python/2.7/site-packages/mercurial/cext/bdiff.so 100755 0/0
31 ./Library/Python/2.7/site-packages/mercurial/cffi/bdiff.py 100644 0/0
32 ./Library/Python/2.7/site-packages/mercurial/cffi/bdiff.pyc 100644 0/0
33 ./Library/Python/2.7/site-packages/mercurial/cffi/bdiff.pyo 100644 0/0
37 ./Library/Python/2.7/site-packages/mercurial/pure/bdiff.py 100644 0/0
38 ./Library/Python/2.7/site-packages/mercurial/pure/bdiff.pyc 100644 0/0
39 ./Library/Python/2.7/site-packages/mercurial/pure/bdiff.pyo 100644 0/0
/dports/devel/sunpromake/schily-2021-09-18/sccs/sccs/help.d/
H A Dbd24 * Messages for bdiff.
28 You invoked bdiff with either too few or too many arguments.
31 You supplied a name of '-' for both file-name arguments to bdiff.
33 requesting that bdiff read it for both its inputs.
42 The argument supplied to bdiff to specify the segmentation limit
43 bdiff is to use is not numeric.
47 The named program could not be executed by bdiff.
/dports/devel/smake/schily-2021-09-18/sccs/sccs/help.d/
H A Dbd24 * Messages for bdiff.
28 You invoked bdiff with either too few or too many arguments.
31 You supplied a name of '-' for both file-name arguments to bdiff.
33 requesting that bdiff read it for both its inputs.
42 The argument supplied to bdiff to specify the segmentation limit
43 bdiff is to use is not numeric.
47 The named program could not be executed by bdiff.
/dports/devel/sccs/schily-2021-09-18/sccs/sccs/help.d/
H A Dbd24 * Messages for bdiff.
28 You invoked bdiff with either too few or too many arguments.
31 You supplied a name of '-' for both file-name arguments to bdiff.
33 requesting that bdiff read it for both its inputs.
42 The argument supplied to bdiff to specify the segmentation limit
43 bdiff is to use is not numeric.
47 The named program could not be executed by bdiff.
/dports/devel/schilybase/schily-2021-09-18/sccs/sccs/help.d/
H A Dbd24 * Messages for bdiff.
28 You invoked bdiff with either too few or too many arguments.
31 You supplied a name of '-' for both file-name arguments to bdiff.
33 requesting that bdiff read it for both its inputs.
42 The argument supplied to bdiff to specify the segmentation limit
43 bdiff is to use is not numeric.
47 The named program could not be executed by bdiff.
/dports/net/rscsi/schily-2021-09-18/sccs/sccs/help.d/
H A Dbd24 * Messages for bdiff.
28 You invoked bdiff with either too few or too many arguments.
31 You supplied a name of '-' for both file-name arguments to bdiff.
33 requesting that bdiff read it for both its inputs.
42 The argument supplied to bdiff to specify the segmentation limit
43 bdiff is to use is not numeric.
47 The named program could not be executed by bdiff.
/dports/archivers/star/schily-2021-09-18/sccs/sccs/help.d/
H A Dbd24 * Messages for bdiff.
28 You invoked bdiff with either too few or too many arguments.
31 You supplied a name of '-' for both file-name arguments to bdiff.
33 requesting that bdiff read it for both its inputs.
42 The argument supplied to bdiff to specify the segmentation limit
43 bdiff is to use is not numeric.
47 The named program could not be executed by bdiff.
/dports/sysutils/cdrtools/schily-2021-09-18/sccs/sccs/help.d/
H A Dbd24 * Messages for bdiff.
28 You invoked bdiff with either too few or too many arguments.
31 You supplied a name of '-' for both file-name arguments to bdiff.
33 requesting that bdiff read it for both its inputs.
42 The argument supplied to bdiff to specify the segmentation limit
43 bdiff is to use is not numeric.
47 The named program could not be executed by bdiff.
/dports/editors/ved/schily-2021-09-18/sccs/sccs/help.d/
H A Dbd24 * Messages for bdiff.
28 You invoked bdiff with either too few or too many arguments.
31 You supplied a name of '-' for both file-name arguments to bdiff.
33 requesting that bdiff read it for both its inputs.
42 The argument supplied to bdiff to specify the segmentation limit
43 bdiff is to use is not numeric.
47 The named program could not be executed by bdiff.
/dports/sysutils/schilyutils/schily-2021-09-18/sccs/sccs/help.d/
H A Dbd24 * Messages for bdiff.
28 You invoked bdiff with either too few or too many arguments.
31 You supplied a name of '-' for both file-name arguments to bdiff.
33 requesting that bdiff read it for both its inputs.
42 The argument supplied to bdiff to specify the segmentation limit
43 bdiff is to use is not numeric.
47 The named program could not be executed by bdiff.
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvf_phase.c118 double bdiff, tdiff, pdiff, scale; in analyze_plane() local
136 bdiff = pdiff = tdiff = 65536.0; in analyze_plane()
141 bdiff = pdiff = tdiff = 0.0; in analyze_plane()
209 bdiff += (double)bdif; in analyze_plane()
218 bdiff *= scale; in analyze_plane()
221 bdiff = 65536.0; in analyze_plane()
228 if (bdiff < pdiff && bdiff < tdiff) { in analyze_plane()
230 } else if (tdiff < pdiff && tdiff < bdiff) { in analyze_plane()
239 tdiff, bdiff, pdiff); in analyze_plane()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_phase.c119 double bdiff, tdiff, pdiff; in analyze_plane() local
130 bdiff = pdiff = tdiff = 65536.0; in analyze_plane()
144 bdiff = pdiff = tdiff = 0.0; in analyze_plane()
212 bdiff += (double)bdif; in analyze_plane()
221 bdiff *= scale; in analyze_plane()
224 bdiff = 65536.0; in analyze_plane()
231 if (bdiff < pdiff && bdiff < tdiff) { in analyze_plane()
233 } else if (tdiff < pdiff && tdiff < bdiff) { in analyze_plane()
242 tdiff, bdiff, pdiff); in analyze_plane()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvf_phase.c118 double bdiff, tdiff, pdiff, scale; in analyze_plane() local
136 bdiff = pdiff = tdiff = 65536.0; in analyze_plane()
141 bdiff = pdiff = tdiff = 0.0; in analyze_plane()
209 bdiff += (double)bdif; in analyze_plane()
218 bdiff *= scale; in analyze_plane()
221 bdiff = 65536.0; in analyze_plane()
228 if (bdiff < pdiff && bdiff < tdiff) { in analyze_plane()
230 } else if (tdiff < pdiff && tdiff < bdiff) { in analyze_plane()
239 tdiff, bdiff, pdiff); in analyze_plane()
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Ddynboun.c48 char *amname,double *bv, double *bprev, double *bdiff, in dynboun() argument
268 bdiff[i]=bnew[i]-bprev[i]; in dynboun()
269 b[i]+=bdiff[i]; in dynboun()
276 bdiff[i]+=bnew[i]-bprev[i]; in dynboun()
277 b[i]+=bdiff[i]; in dynboun()
290 bdiff[i]=-bprev[i]; in dynboun()
291 b[i]+=bdiff[i]; in dynboun()
298 bdiff[i]+=-bprev[i]; in dynboun()
299 b[i]+=bdiff[i]; in dynboun()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Graphics2D/DrawString/
H A DAlphaSurfaceText.java80 int bdiff = b0-b1; if (bdiff<0) bdiff = -bdiff; in compare() local
81 if (rdiff > 1 || gdiff > 1 || bdiff > 1) { in compare()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/Graphics2D/DrawString/
H A DAlphaSurfaceText.java80 int bdiff = b0-b1; if (bdiff<0) bdiff = -bdiff; in compare() local
81 if (rdiff > 1 || gdiff > 1 || bdiff > 1) { in compare()

12345678910>>...23