Searched refs:inc (Results 151 - 175 of 333) sorted by relevance

1234567891011>>

/freebsd-current/sys/conf/
H A Dkern.post.mk214 OBJS_DEPEND_GUESS+= offset.inc assym.inc vnode_if.h ${BEFORE_DEPEND:M*.h} \
244 offset.inc: $S/kern/genoffset.sh genoffset.o
252 # is to exercise the CTASSERT that checks that the offsets in the offset.inc
254 genoffset_test.o: $S/kern/genoffset.c offset.inc
258 assym.inc: $S/kern/genassym.sh genassym.o genoffset_test.o
261 genassym.o: $S/$M/$M/genassym.c offset.inc
290 SRCS= assym.inc offset.inc vnode_if.h ${BEFORE_DEPEND} ${CFILES} \
/freebsd-current/sys/netipsec/
H A Dipsec_output.c1029 struct in_conninfo inc; local
1033 memset(&inc, 0, sizeof(inc));
1038 inc.inc_faddr = satosin(&dst->sa)->sin_addr;
1043 inc.inc6_faddr = satosin6(&dst->sa)->sin6_addr;
1044 inc.inc_flags |= INC_ISIPV6;
1051 pmtu = tcp_hc_getmtu(&inc);
1059 pmtu = tcp_maxmtu(&inc, NULL);
1064 pmtu = tcp_maxmtu6(&inc, NULL);
1073 tcp_hc_updatemtu(&inc, pmt
[all...]
/freebsd-current/sys/netinet/
H A Dtcp_input.c1041 struct in_conninfo inc; local
1043 bzero(&inc, sizeof(inc));
1046 inc.inc_flags |= INC_ISIPV6;
1048 inc.inc_flags |= INC_IPV6MINMTU;
1049 inc.inc6_faddr = ip6->ip6_src;
1050 inc.inc6_laddr = ip6->ip6_dst;
1054 inc.inc_faddr = ip->ip_src;
1055 inc.inc_laddr = ip->ip_dst;
1057 inc
1531 struct in_conninfo *inc = &inp->inp_inc; local
3989 tcp_mssopt(struct in_conninfo *inc) argument
[all...]
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dconfigfile.c961 int inc; local
968 inc = DIRECTION_PRESET;
994 inc = DIRECTION_PROCESS;
1006 idx += inc;
1033 file_preset(opts, f_name, inc);
1041 if (DISABLED_OPT(od) && PRESETTING(inc)) {
1042 idx -= inc; /* go back and reprocess current file */
1043 inc = DIRECTION_PROCESS;
/freebsd-current/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.h181 CK_PR_UNARY(inc, ptr, void, void *, "mov x0, 1", "", "x", "add")
184 CK_PR_UNARY(inc, 64, uint64_t, uint64_t, "mov x0, 1", "", "x", "add")
189 CK_PR_UNARY(inc, S, T, T, "mov w0, 1", W, "w", "add") \
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_blake2s_ref.c63 static void blake2s_increment_counter( blake2s_state *S, const uint32_t inc )
65 S->t[0] += inc;
66 S->t[1] += ( S->t[0] < inc );
/freebsd-current/crypto/openssl/crypto/
H A Dx86cpuid.pl77 &inc ("esi"); # number of cores
234 &inc ("eax");
485 &inc ("eax");
/freebsd-current/stand/i386/libi386/
H A Drelocater_tramp.S114 inc %edx
116 inc %edx
118 inc %edx
/freebsd-current/lib/libc/amd64/string/
H A Dstrspn.S105 3: inc %rax
132 3: inc %rax
133 2: inc %rax
352 3: inc %rax
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl68 $inc="x12";
296 mov $inc,#16 @ $inc is used as post-
299 @ $inc is zeroed just in time
308 cclr $inc,eq @ is it time to zero $inc?
326 vld1.64 {$t1},[$inp],$inc @ load [rotated] I[1]
342 cclr $inc,lo @ is it time to zero $inc?
349 vld1.64 {$t0},[$inp],$inc
[all...]
/freebsd-current/sys/contrib/libb2/
H A Dblake2b.c110 static inline int blake2b_increment_counter( blake2b_state *S, const uint64_t inc )
115 t += inc;
119 S->t[0] += inc;
120 S->t[1] += ( S->t[0] < inc );
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-ref.c62 blake2b_increment_counter(blake2b_state *S, const uint64_t inc) argument
66 t += inc;
70 S->t[0] += inc;
71 S->t[1] += (S->t[0] < inc);
/freebsd-current/contrib/libpcap/
H A Dpcap-pf.c104 register int cc, n, buflen, inc; local
184 /* Calculate inc before possible pad update */
185 inc = ENALIGN(buflen + sp->ens_stamplen);
186 cc -= inc;
187 bp += inc;
/freebsd-current/crypto/openssl/crypto/rc4/asm/
H A Drc4-586.pl92 &inc (&LB($xx));
146 &inc ($xx);
186 &inc (&LB($xx));
270 &inc (&LB($xx));
/freebsd-current/libexec/
H A DMakefile127 .include <bsd.arch.inc.mk>
/freebsd-current/lib/libthr/
H A DMakefile70 .if exists(${.CURDIR}/arch/${MACHINE_CPUARCH}/Makefile.inc)
71 .include "${.CURDIR}/arch/${MACHINE_CPUARCH}/Makefile.inc"
73 .include "${.CURDIR}/sys/Makefile.inc"
74 .include "${.CURDIR}/thread/Makefile.inc"
/freebsd-current/sbin/ipf/iplang/
H A Diplang_y.y686 void inc_anipheaders(int inc)
691 aip->ah_len += inc;
693 aip->ah_ip->ip_len += inc;
695 aip->ah_udp->uh_ulen += inc;
885 int newhl, inc;
888 inc = (newhl - ip->ip_hl) << 2;
889 ip->ip_len += inc;
891 canip->ah_len += inc;
1537 int inc, hlen;
1568 inc
[all...]
/freebsd-current/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-current/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) \
/freebsd-current/crypto/openssl/ssl/record/
H A Drecord.h193 #define RECORD_LAYER_add_packet_length(rl, inc) ((rl)->packet_length += (inc))
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dvia-mont.pl241 &inc ("eax"); # signal "done"
/freebsd-current/share/mk/
H A Dgoogletest.test.mk29 .include <googletest.test.inc.mk>
/freebsd-current/sys/dev/dpaa/
H A Dportals_common.c44 #include <contrib/ncsw/inc/error_ext.h>
45 #include <contrib/ncsw/inc/xx_ext.h>
/freebsd-current/contrib/bmake/mk/
H A Dinc.mk3 # $Id: inc.mk,v 1.9 2024/02/17 17:26:57 sjg Exp $

Completed in 143 milliseconds

1234567891011>>