Searched refs:inc (Results 251 - 275 of 319) sorted by relevance

<<111213

/freebsd-13-stable/sys/contrib/octeon-sdk/
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;
H A Dcvmx-pko-defs.h3902 uint64_t inc : 8; /**< Increment to add to current index for next index */ member in struct:cvmx_pko_reg_read_idx::cvmx_pko_reg_read_idx_s
3906 uint64_t inc : 8;
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c647 static const int inc[4] = { 0, 100, 0, 0 }; local
748 cur_bin += inc[i];
/freebsd-13-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_attach.c580 static int inc[4] = { 0, 100, 0, 0 }; local
738 cur_bin += inc[i];
/freebsd-13-stable/share/mk/
H A Dsrc.sys.obj.mk26 # Makefile.sys.inc.
H A Dbsd.sys.mk34 # needing to set the default in various Makefile.inc.
/freebsd-13-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-13-stable/sys/netinet/
H A Dsctputil.c7555 struct in_conninfo inc; local
7557 memset(&inc, 0, sizeof(struct in_conninfo));
7558 inc.inc_fibnum = fibnum;
7562 inc.inc_faddr = addr->sin.sin_addr;
7567 inc.inc_flags |= INC_ISIPV6;
7568 inc.inc6_faddr = addr->sin6.sin6_addr;
7574 tcp_hc_updatemtu(&inc, (u_long)mtu);
7580 struct in_conninfo inc; local
7582 memset(&inc, 0, sizeof(struct in_conninfo));
7583 inc
[all...]
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp1082 UT inc = upper - lower + 1; local
1084 if (pr->ordered_bumped == inc) {
1091 inc -= pr->ordered_bumped;
1114 //!!!!! TODO check if the inc should be unsigned, or signed???
1121 "ordered_iteration:%%%s inc:%%%s lower:%%%s upper:%%%s\n",
1125 (buff, gtid, sh->u.s.ordered_iteration, inc, lower, upper));
1130 test_then_add<ST>((volatile ST *)&sh->u.s.ordered_iteration, inc);
/freebsd-13-stable/contrib/bmake/mk/
H A Dlib.mk532 lib${LIB}.ldorder.inc ${DESTDIR}${LIBDIR}
580 .include <inc.mk>
/freebsd-13-stable/stand/i386/boot0/
H A Dboot0.S181 start: cld # String ops inc
/freebsd-13-stable/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h359 CK_PR_GENERATE(inc)
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Drrm.c505 (op->max_chan - op->min_chan) / op->inc + 1;
524 u8 chan = channels ? channels[i] : op->min_chan + i * op->inc;
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c474 static void adjust_membership(struct mcast_group *group, u8 join_state, int inc) argument
480 group->members[i] += inc;
/freebsd-13-stable/sys/dev/iwn/
H A Dif_iwn.c6188 #define inc(val, inc, max) \ macro
6190 if ((val) < (max) - (inc)) \
6191 (val) += (inc); \
6229 inc(calib->ofdm_x1, 1, limits->max_ofdm_x1);
6230 inc(calib->ofdm_mrc_x1, 1, limits->max_ofdm_mrc_x1);
6231 inc(calib->ofdm_x4, 1, limits->max_ofdm_x4);
6232 inc(calib->ofdm_mrc_x4, 1, limits->max_ofdm_mrc_x4);
6294 inc(calib->cck_x4, 3, limits->max_cck_x4);
6296 inc(cali
6332 #undef inc macro
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont5.pl1071 inc $num
2097 inc %rcx # pass %cf
3198 inc %rcx # of=0
3429 inc %rcx # of=0
3493 inc %rcx # of=0
3618 inc %rcx
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9a.pl357 inc 64,$inp
/freebsd-13-stable/contrib/mandoc/
H A DMakefile562 ! -name Makefile.inc \
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-x86.pl924 &inc ($rounds_);
926 &inc ($key_);
928 &inc ($rounds_);
930 &inc ($key_);
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c6474 size_t inc = 64 * ztest_random(size / 67); local
6477 inc += P2ALIGN(ztest_random(64),
6480 if (inc > (size - pos))
6481 inc = size - pos;
6483 fletcher_4_incremental_native(buf + pos, inc,
6485 fletcher_4_incremental_byteswap(buf + pos, inc,
6488 pos += inc;
/freebsd-13-stable/contrib/unbound/services/
H A Dauthzone.c1488 FILE* inc; local
1511 inc = fopen(incfile, "r");
1512 if(!inc) {
1521 if(!az_parse_file(z, inc, rr, rrbuflen,
1526 fclose(inc);
1530 fclose(inc);
/freebsd-13-stable/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl1315 inc $ileft
1382 inc $ileft
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp370 for (StringRef inc : directives.includes)
371 addUndefined(inc);
/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A DMakefile.in466 COPYING.gplv3 COPYING.lgplv3 COPYING.mbsd MakeDefs.inc README \
/freebsd-13-stable/contrib/bmake/
H A Dconfigure897 | --includ | --inclu | --incl | --inc)
900 | --includ=* | --inclu=* | --incl=* | --inc=*)
1090 | --x-incl | --x-inc | --x-in | --x-i)
1093 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)

Completed in 349 milliseconds

<<111213