Searched refs:inc (Results 1 - 25 of 273) sorted by relevance

1234567891011

/freebsd-10.2-release/games/fortune/
H A DMakefile.inc1 .if exists(${.CURDIR}/../../Makefile.inc)
2 .include "${.CURDIR}/../../Makefile.inc"
/freebsd-10.2-release/usr.sbin/ctm/
H A DMakefile.inc1 # $FreeBSD: releng/10.2/usr.sbin/ctm/Makefile.inc 50479 1999-08-28 01:35:59Z peter $
3 .if exists(${.CURDIR}/../../Makefile.inc)
4 .include "${.CURDIR}/../../Makefile.inc"
/freebsd-10.2-release/tools/tools/shlib-compat/test/libtest1/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-10.2-release/tools/tools/shlib-compat/test/libtest2/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-10.2-release/tools/tools/shlib-compat/test/libtest3/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-10.2-release/secure/lib/
H A DMakefile.inc1 # $FreeBSD: releng/10.2/secure/lib/Makefile.inc 114283 2003-04-30 07:54:39Z ru $
3 .include "../Makefile.inc"
4 .if exists(${.CURDIR}/../../../lib/Makefile.inc)
5 .include "${.CURDIR}/../../../lib/Makefile.inc"
/freebsd-10.2-release/contrib/gdtoa/
H A Dhd_init.c38 htinit(h, s, inc) unsigned char *h; unsigned char *s; int inc;
40 htinit(unsigned char *h, unsigned char *s, int inc)
45 h[j] = i + inc;
/freebsd-10.2-release/tools/tools/net80211/w00t/ap/
H A DMakefile3 .include <../Makefile.inc>
/freebsd-10.2-release/tools/tools/net80211/w00t/assoc/
H A DMakefile3 .include <../Makefile.inc>
/freebsd-10.2-release/tools/tools/net80211/w00t/expand/
H A DMakefile3 .include <../Makefile.inc>
/freebsd-10.2-release/tools/tools/net80211/w00t/prga/
H A DMakefile3 .include <../Makefile.inc>
/freebsd-10.2-release/tools/tools/net80211/w00t/redir/
H A DMakefile3 .include <../Makefile.inc>
/freebsd-10.2-release/tools/tools/ath/athdebug/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-10.2-release/tools/tools/ath/athpow/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh42 cfile=${TMPDIR:-/tmp}/inc.$$.$file.c
43 cofile=${TMPDIR:-/tmp}/inc.$$.$file
60 echo $inc failed: `cat $errfile | head -1` > $ofile
62 echo $inc succeeded > $ofile
94 for inc in $files; do
95 file=`basename $inc`
102 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out
103 errfile=${TMPDIR:-/tmp}/inc.$file.$$.err
120 bigofile=${TMPDIR:-/tmp}/inc.$$.out
122 for inc i
[all...]
/freebsd-10.2-release/tools/tools/ath/arcode/
H A DMakefile6 .include <../Makefile.inc>
/freebsd-10.2-release/contrib/ntp/sntp/unity/auto/
H A Dgenerate_module.rb34 PATTERNS = { 'src' => {'' => { :inc => [] } },
35 'dh' => {'Driver' => { :inc => ['%1$sHardware.h'] },
36 'Hardware' => { :inc => [] }
38 'dih' => {'Driver' => { :inc => ['%1$sHardware.h', '%1$sInterrupt.h'] },
39 'Interrupt'=> { :inc => ['%1$sHardware.h'] },
40 'Hardware' => { :inc => [] }
42 'mch' => {'Model' => { :inc => [] },
43 'Conductor'=> { :inc => ['%1$sModel.h', '%1$sHardware.h'] },
44 'Hardware' => { :inc => [] }
46 'mvp' => {'Model' => { :inc
[all...]
/freebsd-10.2-release/gnu/usr.bin/texinfo/
H A DMakefile.inc1 # $FreeBSD: releng/10.2/gnu/usr.bin/texinfo/Makefile.inc 147225 2005-06-10 06:12:53Z des $
9 .include "../Makefile.inc"
/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dbuildopts.c21 int inc; local
31 if ((inc = addipopt(op, io, len, t))) {
32 op += inc;
33 len += inc;
/freebsd-10.2-release/sys/ia64/include/
H A Dcounter.h79 #define counter_u64_add_protected(c, inc) do { \
81 *(uint64_t *)zpcpu_get(c) += (inc); \
85 counter_u64_add(counter_u64_t c, int64_t inc) argument
89 counter_u64_add_protected(c, inc);
/freebsd-10.2-release/sys/mips/include/
H A Dcounter.h80 #define counter_u64_add_protected(c, inc) do { \
82 *(uint64_t *)zpcpu_get(c) += (inc); \
86 counter_u64_add(counter_u64_t c, int64_t inc) argument
90 counter_u64_add_protected(c, inc);
/freebsd-10.2-release/sys/sparc64/include/
H A Dcounter.h79 #define counter_u64_add_protected(c, inc) do { \
81 *(uint64_t *)zpcpu_get(c) += (inc); \
85 counter_u64_add(counter_u64_t c, int64_t inc) argument
89 counter_u64_add_protected(c, inc);
/freebsd-10.2-release/sys/arm/include/
H A Dcounter.h80 #define counter_u64_add_protected(c, inc) do { \
82 *(uint64_t *)zpcpu_get(c) += (inc); \
86 counter_u64_add(counter_u64_t c, int64_t inc) argument
90 counter_u64_add_protected(c, inc);
/freebsd-10.2-release/tools/tools/ath/ath_ee_v14_print/
H A DMakefile9 .include <../Makefile.inc>
/freebsd-10.2-release/sys/i386/include/
H A Dcounter.h52 counter_64_inc_8b(uint64_t *p, int64_t inc) argument
66 : "S" ((char *)p - (char *)&__pcpu[0]), "D" (&inc)
157 #define counter_u64_add_protected(c, inc) do { \
160 *(uint64_t *)zpcpu_get(c) += (inc); \
162 counter_64_inc_8b((c), (inc)); \
166 counter_u64_add(counter_u64_t c, int64_t inc) argument
171 *(uint64_t *)zpcpu_get(c) += inc;
174 counter_64_inc_8b(c, inc);

Completed in 359 milliseconds

1234567891011