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

1234567891011>>

/freebsd-11-stable/tools/tools/shlib-compat/test/libtest1/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-11-stable/tools/tools/shlib-compat/test/libtest2/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-11-stable/tools/tools/shlib-compat/test/libtest3/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-11-stable/usr.sbin/ctm/
H A DMakefile.inc1 # $FreeBSD: stable/11/usr.sbin/ctm/Makefile.inc 319119 2017-05-29 10:15:41Z ngie $
3 .if exists(${.CURDIR:H:H}/Makefile.inc)
4 .include "${.CURDIR:H:H}/Makefile.inc"
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_errno.c6 #include <compat/linux/linux_errno.inc>
/freebsd-11-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-11-stable/tools/tools/net80211/w00t/ap/
H A DMakefile3 .include <../Makefile.inc>
/freebsd-11-stable/tools/tools/net80211/w00t/assoc/
H A DMakefile3 .include <../Makefile.inc>
/freebsd-11-stable/tools/tools/net80211/w00t/expand/
H A DMakefile3 .include <../Makefile.inc>
/freebsd-11-stable/tools/tools/net80211/w00t/prga/
H A DMakefile3 .include <../Makefile.inc>
/freebsd-11-stable/tools/tools/net80211/w00t/redir/
H A DMakefile3 .include <../Makefile.inc>
/freebsd-11-stable/tools/tools/ath/arcode/
H A DMakefile6 .include <../Makefile.inc>
/freebsd-11-stable/tools/tools/ath/athdebug/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-11-stable/tools/tools/ath/athpow/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh41 cfile=${TMPDIR:-/tmp}/inc.$$.$file.c
42 cofile=${TMPDIR:-/tmp}/inc.$$.$file
59 echo $inc failed: `cat $errfile | head -1` > $ofile
61 echo $inc succeeded > $ofile
88 for inc in $files; do
89 file=`basename $inc`
96 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out
97 errfile=${TMPDIR:-/tmp}/inc.$file.$$.err
114 bigofile=${TMPDIR:-/tmp}/inc.$$.out
116 for inc i
[all...]
/freebsd-11-stable/tools/test/vm86/
H A Dvm86_test_asm.s39 1: inc %ax
/freebsd-11-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-11-stable/secure/lib/
H A DMakefile.inc1 # $FreeBSD: stable/11/secure/lib/Makefile.inc 319189 2017-05-30 04:42:36Z ngie $
3 .include "../Makefile.inc"
4 .if exists(${.CURDIR:H:H:H}/lib/Makefile.inc)
5 .include "${.CURDIR:H:H:H}/lib/Makefile.inc"
/freebsd-11-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-11-stable/tools/tools/ath/ath_ee_v14_print/
H A DMakefile8 .include <../Makefile.inc>
/freebsd-11-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-11-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-11-stable/sys/arm64/include/
H A Dcounter.h76 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc)
79 counter_u64_add(counter_u64_t c, int64_t inc) argument
82 atomic_add_64((uint64_t *)zpcpu_get(c), inc);
/freebsd-11-stable/sys/arm/include/
H A Dcounter.h78 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc)
81 counter_u64_add(counter_u64_t c, int64_t inc) argument
84 atomic_add_64((uint64_t *)zpcpu_get(c), inc);
/freebsd-11-stable/sys/riscv/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);

Completed in 304 milliseconds

1234567891011>>