Searched refs:inc (Results 201 - 225 of 341) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/mail/
H A Dcmd1.c451 inc(void *v __unused) function
463 printf("\"inc\" command failed...\n");
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dop_classes.c326 chan += op_class->inc) {
/freebsd-11-stable/usr.sbin/
H A DMakefile224 .include <bsd.arch.inc.mk>
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptldr.S116 cld # String ops inc
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchive.h167 Error inc() { function in class:llvm::object::Archive::ChildFallibleIterator
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h49 void inc() { function in class:llvm::parallel::detail::Latch
/freebsd-11-stable/usr.bin/clang/lld/
H A DMakefile95 INCFILE= Options.inc
/freebsd-11-stable/usr.bin/
H A DMakefile319 .include <bsd.arch.inc.mk>
/freebsd-11-stable/contrib/gcc/
H A Dloop-iv.c1271 unsigned HOST_WIDEST_INT nmax, inc; local
1294 inc = INTVAL (XEXP (niter, 1));
1298 inc = 1;
1325 desc->niter_max = nmax / inc;
1326 return nmax / inc;
1999 HOST_WIDEST_INT up, down, inc, step_val; local
2278 inc = INTVAL (iv0.step) - INTVAL (iv1.step);
2282 up = INTVAL (mode_mmax) - inc;
2286 desc->niter_max = (up - down) / inc + 1;
H A Dstub-objc.c523 tree ARG_UNUSED (inc))
521 objc_build_incr_decr_setter_call(enum tree_code ARG_UNUSED (code), tree ARG_UNUSED (lhs), tree ARG_UNUSED (inc)) argument
/freebsd-11-stable/sys/netinet/
H A Din_pcb.c2484 db_print_inconninfo(struct in_conninfo *inc, const char *name, int indent) argument
2489 db_printf("%s at %p\n", name, inc);
2494 if (inc->inc_flags & INC_ISIPV6) {
2496 ip6_sprintf(laddr_str, &inc->inc6_laddr);
2497 ip6_sprintf(faddr_str, &inc->inc6_faddr);
2502 inet_ntoa_r(inc->inc_laddr, laddr_str);
2503 inet_ntoa_r(inc->inc_faddr, faddr_str);
2507 ntohs(inc->inc_lport));
2510 ntohs(inc->inc_fport));
/freebsd-11-stable/sys/netinet6/
H A Dicmp6.c1113 struct in_conninfo inc; local
1147 bzero(&inc, sizeof(inc));
1148 inc.inc_fibnum = M_GETFIB(m);
1149 inc.inc_flags |= INC_ISIPV6;
1150 inc.inc6_faddr = *dst;
1151 if (in6_setscope(&inc.inc6_faddr, m->m_pkthdr.rcvif, NULL))
1154 if (mtu < tcp_maxmtu6(&inc, NULL)) {
1155 tcp_hc_updatemtu(&inc, mtu);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dexception.S165 inc 16, ASP_REG ; \
171 inc 16, ASP_REG ; \
175 inc 16, ASP_REG ; \
178 inc 16, ASP_REG
288 inc 16, ASP_REG ; \
292 inc 16, ASP_REG
426 inc %l7
1907 inc %g1
1928 inc 24, ASP_REG
2229 inc
[all...]
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile649 CommandOptions.inc: ${LLDB_SRCS}/source/Commands/Options.td
653 TGHDRS+= CommandOptions.inc
662 ${path:T}Properties.inc: ${LLDB_SRCS}/source/${path}Properties.td
666 TGHDRS+= ${path:T}Properties.inc
668 ${path:T}PropertiesEnum.inc: ${LLDB_SRCS}/source/${path}Properties.td
672 TGHDRS+= ${path:T}PropertiesEnum.inc
/freebsd-11-stable/contrib/apr-util/memcache/
H A Dapr_memcache.c954 const apr_int32_t inc,
984 klen = apr_snprintf(conn->buffer, BUFFER_SIZE, " %u" MC_EOL, inc);
1025 apr_int32_t inc,
1032 inc,
1040 apr_int32_t inc,
1047 inc,
950 num_cmd_write(apr_memcache_t *mc, char *cmd, const apr_uint32_t cmd_size, const char *key, const apr_int32_t inc, apr_uint32_t *new_value) argument
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-spxx-defs.h583 uint64_t inc : 1; /**< Increment the offset by OFFSET for the Spi4 member in struct:cvmx_spxx_dbg_deskew_ctl::cvmx_spxx_dbg_deskew_ctl_s
612 uint64_t inc : 1;
/freebsd-11-stable/contrib/bmake/mk/
H A Dldorder.mk37 LDORDER_INC ?= ldorder.inc
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddnode.c1889 int i, inc, error, span; local
1895 inc = (flags & DNODE_FIND_BACKWARDS) ? -1 : 1;
1942 i >= 0 && i < blkfill; i += inc) {
1945 *offset += (1ULL << span) * inc;
1963 i >= 0 && i < epb; i += inc) {
1968 if (inc > 0 || *offset > 0)
1969 *offset += inc;
1972 if (inc < 0) {
/freebsd-11-stable/usr.bin/mkcsmapper/
H A Dyacc.y581 store(const linear_zone_t *lz, u_int32_t dst, int inc)
596 if (inc)
/freebsd-11-stable/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c385 struct timeval inc, end, rem; local
392 inc.tv_sec = ntp_timeout / 100;
393 inc.tv_usec = (ntp_timeout % 100) * 1000;
396 timeradd(&end, &inc, &end);
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb153 :system => source.scan(/^\s*#include\s+<\s*(.+)\s*>/).flatten.map { |inc| "<#{inc}>" }
176 @options[:includes].flatten.uniq.compact.each do |inc|
177 output.puts("#include #{inc.include?('<') ? inc : "\"#{inc.gsub('.h','')}.h\""}")
182 testfile_includes.delete_if{|inc| inc =~ /(unity|cmock)/}
184 testrunner_includes.each do |inc|
185 output.puts("#include #{inc
[all...]
/freebsd-11-stable/sys/vm/
H A Dvnode_pager.c1455 ASSERT_VOP_ELOCKED(vp, "v_writecount inc");
1474 vm_offset_t inc; local
1491 inc = end - start;
1492 if (object->un_pager.vnp.writemappings != inc) {
1493 object->un_pager.vnp.writemappings -= inc;
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S297 inc %di
380 inc %eax # try next
591 ff.namelen: inc %cl # Update length
703 inc %al # Next
725 inc %di
/freebsd-11-stable/crypto/openssl/crypto/
H A Dx86_64cpuid.pl106 inc %r10 # number of cores
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_common.h198 u8 inc; member in struct:oper_class_map

Completed in 228 milliseconds

1234567891011>>