Searched refs:inc (Results 26 - 50 of 341) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic_flag_clear.c14 #define __has_include(inc) 0
H A Datomic_flag_clear_explicit.c14 #define __has_include(inc) 0
H A Datomic_flag_test_and_set.c14 #define __has_include(inc) 0
H A Datomic_flag_test_and_set_explicit.c14 #define __has_include(inc) 0
H A Datomic_signal_fence.c14 #define __has_include(inc) 0
H A Datomic_thread_fence.c14 #define __has_include(inc) 0
/freebsd-11-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;
H A Ddn_sched_fq_codel.h96 int inc = 0; local
99 inc = -1;
101 inc = 1;
112 si->main_q.ni.length += inc;
116 q->stats.length += inc;
120 si->_si.ni.length += inc;
124 if (inc > 0) {
/freebsd-11-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-11-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)
176 #define counter_u64_add_protected(c, inc) do { \
179 *(uint64_t *)zpcpu_get(c) += (inc); \
181 counter_64_inc_8b((c), (inc)); \
185 counter_u64_add(counter_u64_t c, int64_t inc) argument
190 *(uint64_t *)zpcpu_get(c) += inc;
193 counter_64_inc_8b(c, inc);
/freebsd-11-stable/sys/netinet/
H A Dtcp_fastopen.h43 int tcp_fastopen_check_cookie(struct in_conninfo *inc, uint8_t *cookie,
/freebsd-11-stable/tools/tools/shlib-compat/test/libtestsys/
H A DMakefile7 .include <../Makefile.inc>
/freebsd-11-stable/crypto/openssl/crypto/hmac/
H A Dhm_ameth.c123 int inc; local
128 inc = 0;
130 inc = 1;
134 if (inc)
/freebsd-11-stable/usr.bin/xlint/xlint/
H A DMakefile14 .include "${.CURDIR}/../../Makefile.inc"
/freebsd-11-stable/tools/tools/ath/ath_ee_9287_print/
H A DMakefile9 .include <../Makefile.inc>
/freebsd-11-stable/tools/tools/ath/ath_ee_v4k_print/
H A DMakefile9 .include <../Makefile.inc>
/freebsd-11-stable/tools/tools/ath/athalq/
H A DMakefile11 .include <../Makefile.inc>
/freebsd-11-stable/tools/tools/ath/athkey/
H A DMakefile16 .include <../Makefile.inc>
/freebsd-11-stable/tools/tools/ath/athradar/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-11-stable/tools/tools/ath/athspectral/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-11-stable/tools/tools/ath/athsurvey/
H A DMakefile5 .include <../Makefile.inc>
/freebsd-11-stable/contrib/sendmail/libmilter/
H A DMakefile.m432 MFAPI= ${SRCDIR}/inc`'lude/libmilter/mfapi.h
33 MFDEF= ${SRCDIR}/inc`'lude/libmilter/mfdef.h
/freebsd-11-stable/sys/amd64/include/
H A Dcounter.h80 counter_u64_add(counter_u64_t c, int64_t inc) argument
85 : "r" ((char *)c - (char *)&__pcpu[0]), "ri" (inc)
/freebsd-11-stable/usr.bin/svn/lib/
H A DMakefile.inc1 # $FreeBSD: stable/11/usr.bin/svn/lib/Makefile.inc 319186 2017-05-30 04:27:05Z ngie $
13 .if exists(${.CURDIR}/../../../Makefile.inc)
14 .include "${.CURDIR}/../../../Makefile.inc"
/freebsd-11-stable/tools/tools/ath/ath_ee_9300_print/
H A DMakefile16 .include <../Makefile.inc>

Completed in 213 milliseconds

1234567891011>>