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

1234567891011>>

/freebsd-10-stable/tools/tools/shlib-compat/test/libtest1/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-10-stable/tools/tools/shlib-compat/test/libtest2/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-10-stable/tools/tools/shlib-compat/test/libtest3/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-10-stable/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-stable/tools/tools/ath/athdebug/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-10-stable/tools/tools/ath/athpow/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-10-stable/tools/tools/net80211/w00t/ap/
H A DMakefile3 .include <../Makefile.inc>
/freebsd-10-stable/tools/tools/net80211/w00t/assoc/
H A DMakefile3 .include <../Makefile.inc>
/freebsd-10-stable/tools/tools/net80211/w00t/expand/
H A DMakefile3 .include <../Makefile.inc>
/freebsd-10-stable/tools/tools/net80211/w00t/prga/
H A DMakefile3 .include <../Makefile.inc>
/freebsd-10-stable/tools/tools/net80211/w00t/redir/
H A DMakefile3 .include <../Makefile.inc>
/freebsd-10-stable/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-stable/tools/tools/ath/arcode/
H A DMakefile6 .include <../Makefile.inc>
/freebsd-10-stable/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-stable/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-stable/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-stable/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-stable/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-stable/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-stable/tools/tools/ath/ath_ee_v14_print/
H A DMakefile9 .include <../Makefile.inc>
/freebsd-10-stable/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);
/freebsd-10-stable/gnu/usr.bin/gdb/doc/
H A DMakefile12 gpl.texi inc-hist.texinfo rluser.texinfo
22 inc-hist.texinfo: hsuser.texi inc-hist.diff
29 CLEANFILES= gdb-cfg.texi GDBvn.texi inc-hist.texinfo inc-hist.texinfo.orig \
/freebsd-10-stable/sys/netpfil/ipfw/
H A Ddn_aqm.h126 int inc = 0; local
134 inc = -1;
136 inc = 1;
144 qni->length += inc;
148 sni->length += inc;
/freebsd-10-stable/sys/powerpc/include/
H A Dcounter.h85 counter_u64_add(counter_u64_t c, int64_t inc) argument
97 : "r" ((char *)c - (char *)&__pcpu[0]), "r" (inc)
146 #define counter_u64_add_protected(c, inc) do { \
148 *(uint64_t *)zpcpu_get(c) += (inc); \
152 counter_u64_add(counter_u64_t c, int64_t inc) argument
156 counter_u64_add_protected(c, inc);
/freebsd-10-stable/lib/clang/
H A Dclang.build.mk49 Intrinsics.inc.h: ${LLVM_SRCS}/include/llvm/IR/Intrinsics.td
69 ${arch:T}Gen${hdr:H:C/$/.inc.h/}: ${LLVM_SRCS}/lib/Target/${arch:H}/${arch:T}.td
77 Attrs.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td
82 AttrDump.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td
87 AttrIdentifierArg.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td
92 AttrImpl.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td
97 AttrLateParsed.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td
102 AttrList.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td
107 AttrParsedAttrImpl.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td
112 AttrParsedAttrKinds.inc
[all...]

Completed in 115 milliseconds

1234567891011>>