Searched refs:inc (Results 176 - 200 of 341) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h485 t4_ring_sq_db(struct t4_wq *wq, u16 inc, union t4_wr *wqe, u8 wc) argument
490 if (wc && inc == 1 && wq->sq.bar2_qid == 0 && wqe) {
499 writel(V_PIDX_T5(inc) | V_QID(wq->sq.bar2_qid),
510 t4_ring_rq_db(struct t4_wq *wq, u16 inc, union t4_recv_wr *wqe, u8 wc) argument
515 if (wc && inc == 1 && wq->rq.bar2_qid == 0 && wqe) {
523 writel(V_PIDX_T5(inc) | V_QID(wq->rq.bar2_qid),
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp.c588 ssize_t inc, outc; local
605 inc = outc = 0;
609 inc = read(infd, buf, MIN((off_t)bufsize, bufrem));
610 if (inc <= 0)
612 bytes += inc;
613 bufrem -= inc;
615 while (inc > 0) {
616 outc = write(outfd, bufp, inc);
619 inc -= outc;
650 if (inc
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_msfees.c1146 l_fp inc; local
1166 inc.l_i = (fsecs < 0) ? -1 : 0;
1167 inc.l_f = fsecs;
1169 { L_SUB(&pps_arrvstamp, &inc);
1170 L_SUB(&ees->arrvtime, &inc);
1173 { L_ADD(&pps_arrvstamp, &inc);
1174 L_ADD(&ees->arrvtime, &inc);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_legacy_crtc.c62 u32 scale, inc, crtc_more_cntl; local
135 inc = (fp_horz_stretch & RADEON_HORZ_AUTO_RATIO_INC) ? 1 : 0;
136 scale = ((xres + inc) * RADEON_HORZ_STRETCH_RATIO_MAX)
147 inc = (fp_vert_stretch & RADEON_VERT_AUTO_RATIO_INC) ? 1 : 0;
148 scale = ((yres + inc) * RADEON_VERT_STRETCH_RATIO_MAX)
/freebsd-11-stable/crypto/openssl/crypto/err/
H A Derr.c333 static unsigned long get_error_values(int inc, int top, const char **file,
805 static unsigned long get_error_values(int inc, int top, const char **file, argument
817 if (inc && top) {
854 if (inc) {
872 if (inc) {
/freebsd-11-stable/sys/dev/dpaa/
H A Dif_dtsec.c61 #include <contrib/ncsw/inc/Peripherals/fm_mac_ext.h>
62 #include <contrib/ncsw/inc/Peripherals/fm_port_ext.h>
63 #include <contrib/ncsw/inc/xx_ext.h>
H A Dif_dtsec_rm.c54 #include <contrib/ncsw/inc/Peripherals/fm_mac_ext.h>
55 #include <contrib/ncsw/inc/Peripherals/fm_port_ext.h>
56 #include <contrib/ncsw/inc/xx_ext.h>
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv8.S84 inc 16,%o1
94 inc 16,%o0
192 inc 16,%o1
199 inc 16,%o0
283 inc 16,%o1
287 inc 32,%o0
381 inc 16,%o1
387 inc 16,%o2
391 inc 16,%o0
469 inc 1
[all...]
H A Dsparcv8plus.S216 inc 16,%o1
224 inc 16,%o0
313 inc 16,%o1
319 inc 16,%o0
402 inc 16,%o1
406 inc 32,%o0
496 inc 16,%o1
500 inc 16,%o2
504 inc 16,%o0
574 inc 1
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl147 inc $XX[0]#b
165 inc $XX[0]#b
417 inc $XX[0]#b
/freebsd-11-stable/stand/i386/boot2/
H A Dboot1.S120 main: cld # String ops inc
127 * Relocate ourself to MEM_REL. Since %cx == 0, the inc %ch sets
308 inc %bx # Divide by
319 inc %ax # sector
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S150 inc %di # Address next
151 inc %di # entry
193 inc %ax # mode
353 except: cld # String ops inc
502 int_hw: cld # String ops inc
650 inc %ax # mode
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S154 inc %di # Address next
155 inc %di # entry
197 inc %ax # mode
351 except: cld # String ops inc
476 int_hw: cld # String ops inc
624 inc %ax # mode
/freebsd-11-stable/contrib/libucl/tests/
H A Dtest_msgpack.c61 uint64_t inc; member in struct:__anon2145
74 rng.state = oldstate * 6364136223846793005ULL + (rng.inc | 1);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp1008 int inc; local
1009 symbol s = read_increment_and_escape_name(&inc);
1011 interpolate_number_reg(s, inc);
2065 int inc; local
2066 symbol s = read_increment_and_escape_name(&inc);
2068 interpolate_number_reg(s, inc);
4761 void interpolate_number_reg(symbol nm, int inc) argument
4764 if (inc < 0)
4766 else if (inc > 0)
4834 int inc local
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dbsd.after-import.mk90 echo; echo '.sinclude "Makefile.inc"'; \
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot1.S215 inc %cl
227 inc %dx
/freebsd-11-stable/sys/contrib/ck/include/gcc/arm/
H A Dck_pr.h445 CK_PR_UNARY(inc, ptr, void, void *, "add %0, %0, #1", "")
451 CK_PR_UNARY(inc, S, T, T, "add %0, %0, #1", W) \
/freebsd-11-stable/usr.sbin/ppp/
H A Ddatalink.c833 dl->cfg.dial.inc = 0;
1174 int timeout, inc, maxinc, tries; local
1194 inc = atoi(++sep);
1196 if (inc >= 0)
1197 arg->cx->cfg.dial.inc = inc;
1218 arg->cx->cfg.dial.inc = 0;
1474 int result = dl->cfg.dial.timeout + dl->dial.incs * dl->cfg.dial.inc;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp572 #include "ARMGenDisassemblerTables.inc"
3381 unsigned inc = fieldFromInstruction(Insn, 5, 1) + 1; local
3385 if (!Check(S, DecodeDPRRegisterClass(Inst, (Rd+inc)%32, Address, Decoder)))
3387 if (!Check(S, DecodeDPRRegisterClass(Inst, (Rd+2*inc)%32, Address, Decoder)))
3417 unsigned inc = fieldFromInstruction(Insn, 5, 1) + 1; local
3435 if (!Check(S, DecodeDPRRegisterClass(Inst, (Rd+inc)%32, Address, Decoder)))
3437 if (!Check(S, DecodeDPRRegisterClass(Inst, (Rd+2*inc)%32, Address, Decoder)))
3439 if (!Check(S, DecodeDPRRegisterClass(Inst, (Rd+3*inc)%32, Address, Decoder)))
5040 unsigned inc = 1; local
5054 inc
5107 unsigned inc = 1; local
5170 unsigned inc = 1; local
5240 unsigned inc = 1; local
5303 unsigned inc = 1; local
5384 unsigned inc = 1; local
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dtext.c1460 int pos, inc; local
1466 inc = (dir < 0) ? -1 : 1;
1476 pos = (inc > 0) ? _rl_find_next_mbchar (rl_line_buffer, pos, 1, MB_FIND_ANY)
1479 pos += inc;
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm84 inc fanIndex ;; update next index
161 @dump: inc _pktDrop[0] ; discard the packet on 1st call
H A Dpkt_rx1.s55 inc word [fanIndex] ;; update next index
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.c325 int start, int inc)
333 if (inc < 0)
334 inc = 1;
338 pctl->nvprt_indentinc = inc;
324 nvlist_prtctl_setindent(nvlist_prtctl_t pctl, enum nvlist_indent_mode mode, int start, int inc) argument
/freebsd-11-stable/stand/i386/mbr/
H A Dmbr.s34 start: cld # String ops inc

Completed in 229 milliseconds

1234567891011>>