Home
last modified time | relevance | path

Searched refs:shave (Results 1 – 25 of 1423) sorted by relevance

12345678910>>...57

/dports/x11-toolkits/unique/libunique-1.1.6/build/autotools/
H A Dshave.m46 dnl shavedir: the directory where the shave scripts are, it defaults to
9 dnl controls shave's behaviour when no option has been
20 AC_ARG_ENABLE([shave],
22 [--enable-shave],
23 [use shave to make the build pretty [[default=$1]]]),,
34 dnl where can we find the shave scripts?
58 CC="${SHELL} ${shavedir}/shave cc ${SHAVE_SAVED_CC}"
59 CXX="${SHELL} ${shavedir}/shave cxx ${SHAVE_SAVED_CXX}"
60 FC="${SHELL} ${shavedir}/shave fc ${SHAVE_SAVED_FC}"
61 F77="${SHELL} ${shavedir}/shave f77 ${SHAVE_SAVED_F77}"
[all …]
H A DMakefile.am2 shave-libtool.in \
3 shave.in \
4 shave.m4 \
11 DISTCLEANFILES = shave-libtool shave
/dports/www/xsp/xsp-4.5/build/m4/shave/
H A Dshave.m442 AC_ARG_ENABLE([shave],
44 [--enable-shave],
45 [use shave to make the build pretty [[default=$1]]]),,
56 dnl where can we find the shave scripts?
85 CCAS="${SHELL} ${shavedir}/shave ccas ${SHAVE_SAVED_CCAS}"
86 CC="${SHELL} ${shavedir}/shave cc ${SHAVE_SAVED_CC}"
87 CXX="${SHELL} ${shavedir}/shave cxx ${SHAVE_SAVED_CXX}"
88 FC="${SHELL} ${shavedir}/shave fc ${SHAVE_SAVED_FC}"
89 F77="${SHELL} ${shavedir}/shave f77 ${SHAVE_SAVED_F77}"
91 MCS="${SHELL} ${shavedir}/shave mcs ${SHAVE_SAVED_MCS}"
[all …]
/dports/sysutils/libg15render/libg15render-3.0.4/
H A Dpixel.c215 int y, shave = 3; in g15r_drawRoundBox() local
217 shave = (x2 - x1) / 2; in g15r_drawRoundBox()
223 g15r_drawLine (canvas, x1 + shave, y1, x2 - shave, y1, color); in g15r_drawRoundBox()
226 for (y = y1 + shave; y <= y2 - shave; y++) in g15r_drawRoundBox()
230 g15r_drawLine (canvas, x1 + shave, y2, x2 - shave, y2, color); in g15r_drawRoundBox()
231 if (shave == 4){ in g15r_drawRoundBox()
239 g15r_drawLine (canvas, x1 + shave, y1, x2 - shave, y1, color); in g15r_drawRoundBox()
240 g15r_drawLine (canvas, x1, y1 + shave, x1, y2 - shave, color); in g15r_drawRoundBox()
241 g15r_drawLine (canvas, x2, y1 + shave, x2, y2 - shave, color); in g15r_drawRoundBox()
242 g15r_drawLine (canvas, x1 + shave, y2, x2 - shave, y2, color); in g15r_drawRoundBox()
[all …]
/dports/games/naev/naev-0.7.0/m4/
H A Dshave.m431 dnl controls shave's behaviour when no option has been
42 AC_ARG_ENABLE([shave],
44 [--enable-shave],
45 [use shave to make the build pretty [[default=$1]]]),,
56 dnl where can we find the shave scripts?
81 CC="${SHELL} ${shavedir}/shave cc ${SHAVE_SAVED_CC}"
82 CXX="${SHELL} ${shavedir}/shave cxx ${SHAVE_SAVED_CXX}"
83 FC="${SHELL} ${shavedir}/shave fc ${SHAVE_SAVED_FC}"
84 F77="${SHELL} ${shavedir}/shave f77 ${SHAVE_SAVED_F77}"
85 OBJC="${SHELL} ${shavedir}/shave objc ${SHAVE_SAVED_OBJC}"
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/resolve/
H A Dissue-2356.rs2 fn shave(other: usize); in shave() method
17 shave(); in bark()
38 fn shave(other: usize) { in shave() method
41 shave(4); in shave()
74 shave(); in purr()
H A Dissue-2356.stderr1 error[E0425]: cannot find function `shave` in this scope
4 LL | shave();
34 error[E0425]: cannot find function `shave` in this scope
37 LL | shave(4);
38 | ^^^^^ help: you might have meant to call the associated function: `Self::shave`
89 error[E0425]: cannot find function `shave` in this scope
92 LL | shave();
/dports/archivers/opkg-openwrt/opkg-b07cde3/
H A D.gitignore22 shave/lt*
23 shave/libtool.m4
24 shave/shave
25 shave/shave-libtool
/dports/audio/gmpc/gmpc-11.8.16/
H A Dacinclude.m45 dnl shavedir: the directory where the shave script is, it defaults to
15 dnl where can we find the shave scripts?
28 LIBTOOL="\$(SHELL) \$(shavedir)/shave-libtool '\$(SHAVE_SAVED_LIBTOOL)'"
35 CC="\$(SHELL) \$(shavedir)/shave cc '\$(SHAVE_SAVED_CC)'"
36 CXX="\$(SHELL) \$(shavedir)/shave cxx '\$(SHAVE_SAVED_CXX)'"
/dports/www/xsp/xsp-4.5/
H A DMakefile.in95 am__aclocal_m4_deps = $(top_srcdir)/build/m4/shave/shave.m4 \
108 CONFIG_CLEAN_FILES = build/m4/shave/shave build/m4/shave/shave-libtool \
169 $(top_srcdir)/build/m4/shave/shave-libtool.in \
170 $(top_srcdir)/build/m4/shave/shave.in AUTHORS COPYING \
406 build/m4/shave/shave: $(top_builddir)/config.status $(top_srcdir)/build/m4/shave/shave.in
408 build/m4/shave/shave-libtool: $(top_builddir)/config.status $(top_srcdir)/build/m4/shave/shave-libt…
H A Dconfigure.ac11 AC_SUBST([ACLOCAL_AMFLAGS], ["-I build/m4/shamrock -I build/m4/shave \${ACLOCAL_FLAGS}"])
125 build/m4/shave/shave
126 build/m4/shave/shave-libtool
184 SHAVE_INIT([build/m4/shave], [enable])
/dports/www/xsp/xsp-4.5/build/m4/
H A DMakefile.am3 $(srcdir)/shave/*.m4 \
4 $(srcdir)/shave/*.in
/dports/x11-wm/muffin/muffin-4.8.0/clutter/build/autotools/
H A D.gitignore7 shave
8 shave-libtool
/dports/x11-toolkits/libunique3/libunique-3.0.2/build/autotools/
H A DMakefile.am8 DISTCLEANFILES = shave-libtool shave
/dports/multimedia/py-gstreamer1/gst-python-1.16.3/
H A DMakefile.am20 $(top_builddir)/common/shave \
21 $(top_builddir)/common/shave-libtool \
/dports/sysutils/vector/tracing-65547d8809fcc726b8187db85b23c42e32ef5dce/tracing-fmt/examples/
H A Dcustom_visitor.rs5 fn shave(yak: usize) -> bool { in shave() function
27 let shaved = shave(yak); in shave_all()
/dports/multimedia/gstreamer1-plugins-gnonlin/gnonlin-1.4.0/
H A DMakefile.am42 $(top_builddir)/common/shave \
43 $(top_builddir)/common/shave-libtool \
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/
H A DMakefile.am39 $(top_builddir)/common/shave \
40 $(top_builddir)/common/shave-libtool \
/dports/multimedia/gstreamer1-editing-services/gstreamer-editing-services-1.16.2/
H A DMakefile.am56 $(top_builddir)/common/shave \
57 $(top_builddir)/common/shave-libtool
/dports/sysutils/vector/tracing-65547d8809fcc726b8187db85b23c42e32ef5dce/examples/examples/fmt/
H A Dyak_shave.rs7 pub fn shave(yak: usize) -> Result<(), Box<dyn Error + 'static>> { in shave() function
29 let res = shave(yak); in shave_all()
/dports/graphics/facedetect/facedetect-0.1/
H A Dfacedetect71 def crop_rect(im, rect, shave=0):
72 return im[rect[1]+shave:rect[1]+rect[3]-shave,
73 rect[0]+shave:rect[0]+rect[2]-shave]
/dports/biology/bbmap/bbmap/current/assemble/
H A DShaver.java71 public final long shave(int minCount_, int maxCount_){ in shave() method in Shaver
74 return shave(); in shave()
77 public final long shave(){ in shave() method in Shaver
/dports/multimedia/gstreamer1-plugins-ugly/gst-plugins-ugly-1.16.2/
H A DMakefile.am41 $(top_builddir)/common/shave \
42 $(top_builddir)/common/shave-libtool \
/dports/multimedia/gstreamer1-plugins-dvdread/gst-plugins-ugly-1.16.2/
H A DMakefile.am41 $(top_builddir)/common/shave \
42 $(top_builddir)/common/shave-libtool \
/dports/multimedia/gstreamer1-plugins-mpeg2dec/gst-plugins-ugly-1.16.2/
H A DMakefile.am41 $(top_builddir)/common/shave \
42 $(top_builddir)/common/shave-libtool \

12345678910>>...57