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

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h59 void inc(unsigned Reg,
257 Res.inc(RM.first, LaneBitmask::getNone(), RM.second, MRI);
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_redis.h332 * @param inc number to increment by
337 apr_int32_t inc,
343 * @param inc number to decrement by
348 apr_int32_t inc,
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86-mont.pl173 &inc ($j); # j++
210 &inc ($i); # i++
238 &inc ($j); # j++
349 &inc ($j);
444 &inc ($j);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_proxy.c1149 /* inc(I) - delta to apply to TCP sequence numbering */
1157 ipf_proxy_fixseqack(fin, ip, aps, inc)
1161 int inc;
1173 * ip_len has already been adjusted by 'inc'.
1178 inc2 = inc;
1179 inc = (int)inc2;
1205 if (inc && (seq1 > aps->aps_seqmin[!sel])) {
1207 aps->aps_seqoff[sel] = aps->aps_seqoff[sel] + inc;
1211 aps->aps_seqoff[sel], inc);
1257 if (inc
[all...]
/freebsd-11-stable/sys/netinet/tcp_stacks/
H A Dfastpath.c448 struct in_conninfo *inc; local
465 inc = &tp->t_inpcb->inp_inc;
811 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) {
1693 struct in_conninfo *inc; local
1697 inc = &tp->t_inpcb->inp_inc;
1727 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) {
1851 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) {
1858 if ((s = tcp_log_addrs(inc, th, NULL, NULL))) {
2167 struct in_conninfo *inc; local
2171 inc
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_pie.c291 int inc = 0; local
294 inc = -1;
296 inc = 1;
307 si->main_q.ni.length += inc;
311 q->stats.length += inc;
315 si->_si.ni.length += inc;
319 if (inc > 0) {
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dmakefile17 WATT_INC = $(WATT_ROOT)\inc
138 pcap.h pcap-bpf.h msdos\pktdrvr.h msdos\pkt_stub.inc
176 pcap.h pcap-bpf.h msdos\pktdrvr.h msdos\pkt_stub.inc
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_icm.c357 int inc = MLX4_TABLE_CHUNK_SIZE / table->obj_size; local
361 for (i = start; i <= end; i += inc) {
371 i -= inc;
/freebsd-11-stable/contrib/gcc/
H A Dreload.h103 int inc; member in struct:reload
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-ilk-defs.h1545 uint64_t inc : 6; /**< Increment to add to current index for next index. NOTE: member in struct:cvmx_ilk_rxx_idx_cal::cvmx_ilk_rxx_idx_cal_s
1554 uint64_t inc : 6;
1574 uint64_t inc : 8; /**< Increment to add to current index for next index */ member in struct:cvmx_ilk_rxx_idx_stat0::cvmx_ilk_rxx_idx_stat0_s
1581 uint64_t inc : 8;
1603 uint64_t inc : 8; /**< Increment to add to current index for next index */ member in struct:cvmx_ilk_rxx_idx_stat1::cvmx_ilk_rxx_idx_stat1_s
1610 uint64_t inc : 8;
2731 uint64_t inc : 9; /**< Increment to add to current index for next index. */ member in struct:cvmx_ilk_rxf_idx_pmap::cvmx_ilk_rxf_idx_pmap_s
2738 uint64_t inc : 9;
3090 uint64_t inc : 6; /**< Increment to add to current index for next index. NOTE: member in struct:cvmx_ilk_txx_idx_cal::cvmx_ilk_txx_idx_cal_s
3100 uint64_t inc
3117 uint64_t inc : 7; /**< Increment to add to current index for next index. */ member in struct:cvmx_ilk_txx_idx_pmap::cvmx_ilk_txx_idx_pmap_s
3145 uint64_t inc : 8; /**< Increment to add to current index for next index */ member in struct:cvmx_ilk_txx_idx_stat0::cvmx_ilk_txx_idx_stat0_s
3174 uint64_t inc : 8; /**< Increment to add to current index for next index */ member in struct:cvmx_ilk_txx_idx_stat1::cvmx_ilk_txx_idx_stat1_s
[all...]
/freebsd-11-stable/usr.bin/mail/
H A Dcmdtab.c119 { "inc", inc, T|NOLIST, 0, 0 },
H A Dextern.h147 int inc(void *);
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dccm128.c333 static void ctr64_add(unsigned char *counter, size_t inc) argument
340 val += counter[n] + (inc & 0xff);
343 inc >>= 8;
344 } while (n && (inc || val));
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-x86_64.pl19 # register arithmetics. For example instead of 'inc %r8; and $255,%r8'
20 # I simply 'inc %r8b'. Even though optimization manual discourages
44 # P4 EM64T core appears to be "allergic" to 64-bit inc/dec. Replacing
163 inc $XX[0]#b
181 inc $XX[0]#b
239 inc $XX[0]#b
317 inc $XX[0]#b
/freebsd-11-stable/sys/arm/mv/
H A Dgpio.c547 int inc, t, tuples, tuple_size; local
576 inc = sizeof(ihandle_t) / sizeof(pcell_t);
577 gpios += inc;
597 gpios += gpio_cells + inc;
/freebsd-11-stable/sys/arm/rockchip/
H A Drk30xx_gpio.c521 int inc, t, tuples, tuple_size; local
544 inc = sizeof(ihandle_t) / sizeof(pcell_t);
545 gpios += inc;
567 gpios += gpio_cells + inc;
/freebsd-11-stable/stand/i386/kgzldr/
H A Dstart.s35 _start: cld # String ops inc
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dfallible_iterator.h27 /// Error inc();
122 /// If the underlying 'inc' operation fails, this will set the Error value
126 /// 'inc' operation succeeds or fails.
129 if (auto Err = I.inc())
/freebsd-11-stable/lib/libsysdecode/
H A Derrno.c40 #include <compat/linux/linux_errno.inc>
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S88 start: cld # string ops inc
242 seta20.1: inc %cx # Increment, overflow?
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dinterrupt.S226 inc %l2
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_br.c45 #define VMBUS_BR_IDXINC(idx, inc, sz) (((idx) + (inc)) % (sz))
/freebsd-11-stable/sys/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h326 CK_PR_UNARY(inc, ptr, void, void *, "addic %0, %0, 1", "d")
332 CK_PR_UNARY(inc, S, T, T, "addic %0, %0, 1", W) \
/freebsd-11-stable/sys/contrib/ck/include/gcc/arm/
H A Dck_pr_armv4.h252 CK_PR_UNARY(inc, ptr, void, void *, (*(int *)target)++, "")
258 CK_PR_UNARY(inc, S, T, T, *target++, W) \
/freebsd-11-stable/contrib/apr-util/redis/
H A Dapr_redis.c1236 apr_int32_t inc,
1271 * <:inc>
1273 if (inc == 1) {
1320 if (inc != 1) {
1321 len = apr_snprintf(inc_str, LILBUFF_SIZE, "%d\r\n", inc);
1365 apr_redis_incr(apr_redis_t *rc, const char *key, apr_int32_t inc, apr_uint32_t *new_value)
1367 return plus_minus(rc, 1, key, inc, new_value);
1371 apr_redis_decr(apr_redis_t *rc, const char *key, apr_int32_t inc, apr_uint32_t *new_value)
1373 return plus_minus(rc, 0, key, inc, new_value);
1233 plus_minus(apr_redis_t *rc, int incr, const char *key, apr_int32_t inc, apr_uint32_t *new_value) argument

Completed in 418 milliseconds

1234567891011>>