Searched refs:inc (Results 226 - 250 of 341) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c538 find_best_mtu_idx(struct adapter *sc, struct in_conninfo *inc, argument
544 MPASS(inc != NULL);
546 mss = s->mss > 0 ? s->mss : tcp_mssopt(inc);
547 if (inc->inc_flags & INC_ISIPV6)
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_memfree.c323 int inc = MTHCA_TABLE_CHUNK_SIZE / table->obj_size; local
326 for (i = start; i <= end; i += inc) {
336 i -= inc;
/freebsd-11-stable/sys/kern/
H A Dvfs_cluster.c342 int i, inc, j, k, toff; local
401 inc = btodb(size);
402 for (bn = blkno, i = 0; i < run; ++i, bn += inc) {
/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dtable.cpp955 if (m->point_size.inc > 0)
957 else if (m->point_size.inc < 0)
963 if (m->vertical_spacing.inc > 0)
965 else if (m->vertical_spacing.inc < 0)
979 if (m->point_size.inc > 0)
981 else if (m->point_size.inc < 0)
/freebsd-11-stable/sys/netinet6/
H A Dip6_output.c1382 struct in_conninfo inc; local
1384 bzero(&inc, sizeof(inc));
1385 inc.inc_flags |= INC_ISIPV6;
1386 inc.inc6_faddr = *dst;
1392 mtu = tcp_hc_getmtu(&inc);
/freebsd-11-stable/contrib/gperf/src/
H A Dsearch.cc671 for (unsigned int inc = 1; ; inc++)
678 tryal[indices[j]] += inc;
/freebsd-11-stable/contrib/gcc/
H A Dcalls.c933 int inc;
950 i = num_actuals - 1, inc = -1;
956 i = 0, inc = 1;
960 for (p = actparms, argpos = 0; p; p = TREE_CHAIN (p), i += inc, argpos++)
3275 int inc;
3626 inc = -1;
3631 inc = 1;
3650 for (count = 0; count < nargs; count++, argnum += inc)
3771 for (count = 0; count < nargs; count++, argnum += inc)
932 int inc; local
3273 int inc; local
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c810 int inc, ret; local
821 inc = get_desc_len(adapter, offset);
822 if (inc < 0)
823 return inc;
824 len += inc;
825 offset += inc;
3442 unsigned int inc; local
3444 inc = max(((mtu - 40) * alpha[w]) / avg_pkts[w],
3448 (w << 16) | (beta[w] << 13) | inc);
/freebsd-11-stable/contrib/gperf/
H A Dconfigure787 | --includ | --inclu | --incl | --inc)
790 | --includ=* | --inclu=* | --incl=* | --inc=*)
966 | --x-incl | --x-inc | --x-in | --x-i)
969 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
/freebsd-11-stable/contrib/gperf/doc/
H A Dconfigure790 | --includ | --inclu | --incl | --inc)
793 | --includ=* | --inclu=* | --incl=* | --inc=*)
969 | --x-incl | --x-inc | --x-in | --x-i)
972 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c665 find_best_mtu_idx(struct adapter *sc, struct in_conninfo *inc, int pmss) argument
670 KASSERT(inc != NULL || pmss > 0,
671 ("%s: at least one of inc/pmss must be specified", __func__));
673 mss = inc ? tcp_mssopt(inc) : pmss;
/freebsd-11-stable/sys/contrib/ck/include/gcc/x86/
H A Dck_pr.h259 CK_PR_GENERATE(inc)
/freebsd-11-stable/share/examples/
H A DMakefile163 ses/Makefile.inc \
/freebsd-11-stable/stand/i386/pmbr/
H A Dpmbr.s66 start: cld # String ops inc
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsldr.S52 start: cld # String ops inc
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S93 inc %o4
138 inc %o2
H A Dmodsi3.S93 inc %o4
138 inc %o2
/freebsd-11-stable/stand/i386/cdboot/
H A Dcdboot.S106 start: cld # string ops inc
142 inc %eax # try next
338 ff.namelen: inc %cl # Update length
469 inc %al # Next
489 seta20.1: inc %cx # Increment, overflow?
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-rad-defs.h1053 uint64_t inc : 16; /**< Increment to add to current index for next index */ member in struct:cvmx_rad_reg_read_idx::cvmx_rad_reg_read_idx_s
1057 uint64_t inc : 16;
H A Dcvmx-tim-defs.h1159 uint64_t inc : 8; /**< Increment to add to current index for next index */ member in struct:cvmx_tim_reg_read_idx::cvmx_tim_reg_read_idx_s
1163 uint64_t inc : 8;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_attach.c579 static int inc[4] = { 0, 100, 0, 0 }; local
737 cur_bin += inc[i];
/freebsd-11-stable/crypto/openssl/engines/
H A De_padlock.c598 inc eax
604 inc eax
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c645 static const int inc[4] = { 0, 100, 0, 0 }; local
747 cur_bin += inc[i];
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_multicast.c235 static void adjust_membership(struct mcast_group *group, u8 join_state, int inc) argument
241 group->members[i] += inc;
/freebsd-11-stable/sys/netinet/
H A Dsctputil.c7389 struct in_conninfo inc; local
7391 memset(&inc, 0, sizeof(struct in_conninfo));
7392 inc.inc_fibnum = fibnum;
7396 inc.inc_faddr = addr->sin.sin_addr;
7401 inc.inc_flags |= INC_ISIPV6;
7402 inc.inc6_faddr = addr->sin6.sin6_addr;
7408 tcp_hc_updatemtu(&inc, (u_long)mtu);
7414 struct in_conninfo inc; local
7416 memset(&inc, 0, sizeof(struct in_conninfo));
7417 inc
[all...]

Completed in 251 milliseconds

1234567891011>>