Searched refs:inc (Results 126 - 150 of 341) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-ilk.c396 ilk_rxx_idx_cal.s.inc = 1;
650 ilk_txx_idx_cal.s.inc = 1;
866 ilk_rxf_idx_pmap.s.inc = 1;
877 ilk_rxx_idx_cal.s.inc = 1;
915 ilk_txx_idx_pmap.s.inc = 1;
928 ilk_txx_idx_cal.s.inc = 1;
1287 ilk_rxx_idx_stat0.s.inc = pstats->chan_step;
1293 ilk_rxx_idx_stat1.s.inc = pstats->chan_step;
1299 ilk_txx_idx_stat0.s.inc = pstats->chan_step;
1305 ilk_txx_idx_stat1.s.inc
[all...]
/freebsd-11-stable/sys/netinet/
H A Dtcp_input.c1087 struct in_conninfo inc; local
1089 bzero(&inc, sizeof(inc));
1092 inc.inc_flags |= INC_ISIPV6;
1094 inc.inc_flags |= INC_IPV6MINMTU;
1095 inc.inc6_faddr = ip6->ip6_src;
1096 inc.inc6_laddr = ip6->ip6_dst;
1100 inc.inc_faddr = ip->ip_src;
1101 inc.inc_laddr = ip->ip_dst;
1103 inc
1560 struct in_conninfo *inc; local
3852 tcp_mssopt(struct in_conninfo *inc) argument
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dconfigfile.c1005 int inc; local
1012 inc = DIRECTION_PRESET;
1038 inc = DIRECTION_PROCESS;
1050 idx += inc;
1077 file_preset(opts, f_name, inc);
1085 if (DISABLED_OPT(od) && PRESETTING(inc)) {
1086 idx -= inc; /* go back and reprocess current file */
1087 inc = DIRECTION_PROCESS;
H A DMakefile.am45 MakeDefs.inc README ag-char-map.h \
/freebsd-11-stable/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr_llsc.h212 CK_PR_UNARY(inc, ptr, void, void *, "add %0, %0, #1", "", "")
215 CK_PR_UNARY(inc, 64, uint64_t, uint64_t, "add %0, %0, #1", "", "")
220 CK_PR_UNARY(inc, S, T, T, "add %w0, %w0, #1", W, "w") \
H A Dck_pr_lse.h180 CK_PR_UNARY(inc, ptr, void, void *, "mov x0, 1", "", "x", "add")
183 CK_PR_UNARY(inc, 64, uint64_t, uint64_t, "mov x0, 1", "", "x", "add")
188 CK_PR_UNARY(inc, S, T, T, "mov w0, 1", W, "w", "add") \
/freebsd-11-stable/stand/i386/libi386/
H A Drelocater_tramp.S116 inc %edx
118 inc %edx
120 inc %edx
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_blake2s_ref.c61 static void blake2s_increment_counter( blake2s_state *S, const uint32_t inc )
63 S->t[0] += inc;
64 S->t[1] += ( S->t[0] < inc );
/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dtable.h44 short inc; member in struct:inc_number
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-586.pl82 &inc (&LB($xx));
136 &inc ($xx);
176 &inc (&LB($xx));
260 &inc (&LB($xx));
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-pf.c105 register int cc, n, buflen, inc; local
186 /* Calculate inc before possible pad update */
187 inc = ENALIGN(buflen + sp->ens_stamplen);
188 cc -= inc;
189 bp += inc;
/freebsd-11-stable/crypto/openssl/crypto/
H A Dx86cpuid.pl69 &inc ("esi"); # number of cores
226 &inc ("eax");
/freebsd-11-stable/share/mk/
H A DMakefile19 bsd.arch.inc.mk \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp151 L.inc();
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y691 void inc_anipheaders(inc)
692 int inc;
697 aip->ah_len += inc;
699 aip->ah_ip->ip_len += inc;
701 aip->ah_udp->uh_ulen += inc;
899 int newhl, inc;
902 inc = (newhl - ip->ip_hl) << 2;
903 ip->ip_len += inc;
905 canip->ah_len += inc;
1594 int inc, hle
[all...]
/freebsd-11-stable/sys/dev/dpaa/
H A Dportals_common.c46 #include <contrib/ncsw/inc/error_ext.h>
47 #include <contrib/ncsw/inc/xx_ext.h>
/freebsd-11-stable/tools/ifnet/
H A Dconvert_drvapi.sh97 inc=`echo $line | grep "$__ifp__->.*++\|++$__ifp__->.*"`
98 if [ ! -z "$inc" ]
/freebsd-11-stable/contrib/bmake/mk/
H A Dsubdir.mk12 .-include <${.CURDIR}/Makefile.inc>
H A Dinit.mk26 .-include <${.CURDIR:H}/Makefile.inc>
H A Dinc.mk1 # $Id: inc.mk,v 1.7 2017/05/06 17:29:45 sjg Exp $
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dt4.h476 static inline void t4_ring_sq_db(struct t4_wq *wq, u16 inc, u8 t4, u8 len16, argument
481 if (t5_en_wc && inc == 1 && wq->sq.wc_reg_available) {
488 writel(QID_V(wq->sq.bar2_qid) | PIDX_T5_V(inc),
522 writel(QID_V(wq->sq.qid & wq->qid_mask) | PIDX_V(inc), wq->sq.udb);
525 static inline void t4_ring_rq_db(struct t4_wq *wq, u16 inc, u8 t4, u8 len16, argument
530 if (t5_en_wc && inc == 1 && wq->sq.wc_reg_available) {
537 writel(QID_V(wq->rq.bar2_qid) | PIDX_T5_V(inc),
546 writel(QID_V(wq->rq.qid & wq->qid_mask) | PIDX_V(inc), wq->rq.udb);
/freebsd-11-stable/stand/pc98/btx/btxldr/
H A Dbtxldr.S67 start: cld # String ops inc
302 hexout.2: decl %esi # Adjust for inc
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dvia-mont.pl232 &inc ("eax"); # signal "done"
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_errno.inc28 * $FreeBSD: stable/11/sys/compat/linux/linux_errno.inc 346830 2019-04-28 13:43:58Z dchagin $
/freebsd-11-stable/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h236 CK_PR_UNARY(inc, ptr, void, void *, "addic %0, %0, 1", "w")
242 CK_PR_UNARY(inc, S, T, T, "addic %0, %0, 1", W) \

Completed in 310 milliseconds

1234567891011>>