Searched refs:xc (Results 1 - 25 of 297) sorted by relevance

1234567891011>>

/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsfcmp.c159 register int xc, uc; local
182 Igeteof_(xfp, xc, xeof=true;)
186 if (xc != uc)
192 xc = 0;
198 if (xc != KDELIM) {
200 Igeteof_(xfp, xc, xeof=true;)
208 Igeteof_(xfp, xc, xeof=true;)
212 if (xc != uc)
214 switch (xc) {
218 *tp++ = xc;
[all...]
/freebsd-11-stable/contrib/gdtoa/
H A Dsum.c42 ULong carry, *xc, *xa, *xb, *xe, y; local
55 xc = c->x;
56 xe = xc + b->wds;
63 Storeinc(xc, z, y);
65 while(xc < xe);
67 while(xc < xe) {
72 Storeinc(xc, z, y);
78 *xc++ = y & 0xffff;
80 while(xc < xe);
82 while(xc < x
[all...]
H A Dmisc.c274 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
308 xc = xc0;
311 z = *x++ * (ULLong)y + *xc + carry;
313 *xc++ = z & 0xffffffffUL;
316 *xc = carry;
324 xc = xc0;
327 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
329 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
331 Storeinc(xc, z2, z);
334 *xc
531 ULong *xa, *xae, *xb, *xbe, *xc; local
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dolptreg.h35 #define LPC_EN_PSTB 0xc /* PSTB enable */
/freebsd-11-stable/sys/arm/at91/
H A Dat91_pitreg.h34 #define PIT_PIIR 0xc
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc-a.c151 {"cmp.lt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R2, R3}, EMPTY},
152 {"cmp.le", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R3, R2}, EMPTY},
153 {"cmp.gt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R3, R2}, EMPTY},
154 {"cmp.ge", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R2, R3}, EMPTY},
155 {"cmp.lt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R2, R3}, EMPTY},
156 {"cmp.le.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R3, R2}, EMPTY},
157 {"cmp.gt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R3, R2}, EMPTY},
158 {"cmp.ge.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R2, R3}, EMPTY},
159 {"cmp.eq.and", A2, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P2, R2, R3}, EMPTY},
160 {"cmp.ne.andcm", A2, OpX2TbTaC (0xc,
[all...]
/freebsd-11-stable/stand/i386/libfirewire/
H A Dfwohci.h122 #define OHCI_DMACMD(off) (off + 0xc)
128 #define OHCI_ATQCMD (OHCI_ATQOFF + 0xc)
134 #define OHCI_ATSCMD (OHCI_ATSOFF + 0xc)
140 #define OHCI_ARQCMD (OHCI_ARQOFF + 0xc)
146 #define OHCI_ARSCMD (OHCI_ARSOFF + 0xc)
152 #define OHCI_ITCMD(CH) (OHCI_ITOFF(CH) + 0xc)
157 #define OHCI_IRCMD(CH) (OHCI_IROFF(CH) + 0xc)
/freebsd-11-stable/sys/gnu/dts/include/dt-bindings/net/
H A Dti-dp83867.h40 #define DP83867_RGMIIDCTL_3_25_NS 0xc
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h37 LE = 0xc,
/freebsd-11-stable/sys/dev/sound/pci/
H A Dneomagic.h110 #define NM_RBUFFER_WMARK (NM_RECORD_REG_OFFSET + 0xc)
115 #define NM_PBUFFER_WMARK (NM_PLAYBACK_REG_OFFSET + 0xc)
/freebsd-11-stable/sys/gnu/dts/include/dt-bindings/pinctrl/
H A Ddra.h28 #define MUX_MODE12 0xc
46 #define MUX_VIRTUAL_MODE12 (MODE_SELECT | (0xc << 4))
/freebsd-11-stable/sys/dev/mc146818/
H A Dmc146818reg.h101 #define MC_REGC 0xc /* Control register C */
136 #define MC_RATE_16_Hz 0xc /* 62.5 ms period */
/freebsd-11-stable/sys/dev/uart/
H A Duart_bus.h176 int ptr, xc; local
181 xc = sc->sc_rxbuf[ptr++];
183 return (xc);
209 uart_rx_put(struct uart_softc *sc, int xc) argument
216 sc->sc_rxbuf[sc->sc_rxput] = xc;
/freebsd-11-stable/sys/arm/include/
H A Dsc_machdep.h46 #define FG_LIGHTRED 0xc
/freebsd-11-stable/sys/powerpc/include/
H A Dsc_machdep.h46 #define FG_LIGHTRED 0xc
/freebsd-11-stable/sys/sparc64/include/
H A Dsc_machdep.h46 #define FG_LIGHTRED 0xc
/freebsd-11-stable/sys/mips/include/
H A Dsc_machdep.h46 #define FG_LIGHTRED 0xc
/freebsd-11-stable/stand/common/
H A Drbx.h33 #define RBX_SERIAL 0xc /* -h */
/freebsd-11-stable/lib/libvgl/
H A Dsimple.c422 set4pixels(VGLBitmap *object, int x, int y, int xc, int yc, u_long color) argument
425 VGLSetXY(object, xc+x, yc+y, color);
426 VGLSetXY(object, xc-x, yc+y, color);
428 VGLSetXY(object, xc+x, yc-y, color);
429 VGLSetXY(object, xc-x, yc-y, color);
433 VGLSetXY(object, xc, yc+y, color);
435 VGLSetXY(object, xc, yc-y, color);
440 VGLEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color) argument
446 set4pixels(object, x, y, xc, yc, color);
454 set4pixels(object, x, y, xc, y
463 set2lines(VGLBitmap *object, int x, int y, int xc, int yc, u_long color) argument
476 VGLFilledEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color) argument
[all...]
/freebsd-11-stable/sys/arm/mv/armadaxp/
H A Darmadaxp.c71 #define ARMADAXP_L2_CNTR_CONF(x) (0x204 + (x) * 0xc)
72 #define ARMADAXP_L2_CNTR2_VAL_LOW (0x208 + (x) * 0xc)
73 #define ARMADAXP_L2_CNTR2_VAL_HI (0x20c + (x) * 0xc)
/freebsd-11-stable/sys/dev/smc/
H A Dif_smcreg.h140 /* Bank 1, Offset 0xc: Control Register */
191 /* Bank 2, Offset 0xc: Interrupt Status Registers */
192 #define IST 0xc /* read only */
193 #define ACK 0xc /* write only */
234 /* Bank 3, Offset 0xc: Early RCV Register */
235 #define ERCV 0xc
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_gtar_lzma.c32 0x5a, 0x34, 0x5e, 0xf7, 0xc, 0x60, 0xd6, 0x8b, 0xc1, 0x47, 0xaf, 0x11,
37 0x59, 0x3f, 0xc, 0xfb, 0xee, 0x9c, 0x83, 0x49, 0x93, 0x33, 0xad, 0x44,
/freebsd-11-stable/tools/tools/ncpus/
H A Dacpidump.h84 #define MPS_INT_FLAG_TRIGGER_MASK 0xc
87 #define MPS_INT_FLAG_TRIGGER_LEVEL 0xc
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha_locl.h163 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
164 Xupdate(f,xi,xa,xb,xc,xd); \
168 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
169 Xupdate(f,xi,xa,xb,xc,xd); \
173 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \
174 Xupdate(f,xa,xa,xb,xc,xd); \
178 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \
179 Xupdate(f,xa,xa,xb,xc,xd); \
183 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \
184 Xupdate(f,xa,xa,xb,xc,x
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Darm-tdep.h86 #define INST_GT 0xc

Completed in 284 milliseconds

1234567891011>>