Searched refs:xe (Results 1 - 25 of 205) sorted by relevance

123456789

/freebsd-11-stable/contrib/gdtoa/
H A Dgmisc.c41 ULong *x, *x1, *xe, y; local
47 xe = x + b->wds;
52 while(x < xe) {
60 while(x < xe)
74 ULong L, *x, *xe; local
78 xe = x + b->wds;
79 for(n = 0; x < xe && !*x; x++)
81 if (x < xe) {
H A Dsum.c42 ULong carry, *xc, *xa, *xb, *xe, y; local
56 xe = xc + b->wds;
65 while(xc < xe);
66 xe += a->wds - b->wds;
67 while(xc < xe) {
80 while(xc < xe);
81 xe += a->wds - b->wds;
82 while(xc < xe) {
H A Dhexnan.c60 ULong c, h, *x, *x1, *xe; local
71 x1 = xe = x;
132 while(x <= xe);
134 while(x1 <= xe);
139 *xe &= ((ULong)0xffffffff) >> (ULbits - i);
141 for(x1 = xe;; --x1) {
H A Dsmisc.c140 ULong *ce, *x, *xe; local
148 xe = x + b->wds;
149 while(x < xe)
154 for(xe = x + (nw - nw1); x < xe; x += 2)
H A Dstrtodg.c54 ULong *x, *xe; local
61 xe = x + b->wds;
69 } while(x < xe);
77 } while(x < xe);
99 ULong *x, *xe; local
105 xe = x + b->wds;
114 while(x < xe);
120 } while(borrow && x < xe);
131 ULong *x, *xe; local
134 xe
151 ULong *x, *xe; local
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dolptreg.h47 #define LPC_PSTB 0xe /* PSTB active */
/freebsd-11-stable/sys/modules/xe/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/xe/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/xe
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dgeometry.cpp135 int xe = x_1 - xcenter; local
139 if (xe > *maxx)
140 *maxx = xe;
141 else if (xe < *minx)
142 *minx = xe;
152 if (xe >= 0)
158 || ((qs == qe) && (double(xs) * ye < double(xe) * ys)))
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc-a.c311 {"cmp.eq", A2, OpX2TbTaC (0xe, 0, 0, 0, 0), {P1, P2, R2, R3}, EMPTY},
312 {"cmp.ne", A2, OpX2TbTaC (0xe, 0, 0, 0, 0), {P2, P1, R2, R3}, EMPTY},
313 {"cmp.eq.unc", A2, OpX2TbTaC (0xe, 0, 0, 0, 1), {P1, P2, R2, R3}, EMPTY},
314 {"cmp.ne.unc", A2, OpX2TbTaC (0xe, 0, 0, 0, 1), {P2, P1, R2, R3}, EMPTY},
315 {"cmp.eq.or.andcm", A2, OpX2TbTaC (0xe, 0, 0, 1, 0), {P1, P2, R2, R3}, EMPTY},
316 {"cmp.ne.and.orcm", A2, OpX2TbTaC (0xe, 0, 0, 1, 0), {P2, P1, R2, R3}, PSEUDO, 0, NULL},
317 {"cmp.ne.or.andcm", A2, OpX2TbTaC (0xe, 0, 0, 1, 1), {P1, P2, R2, R3}, EMPTY},
318 {"cmp.eq.and.orcm", A2, OpX2TbTaC (0xe, 0, 0, 1, 1), {P2, P1, R2, R3}, PSEUDO, 0, NULL},
319 {"cmp4.eq", A2, OpX2TbTaC (0xe, 1, 0, 0, 0), {P1, P2, R2, R3}, EMPTY},
320 {"cmp4.ne", A2, OpX2TbTaC (0xe,
[all...]
/freebsd-11-stable/sys/dev/mc146818/
H A Dmc146818reg.h115 #define MC_NREGS 0xe /* 14 registers; CMOS follows */
118 #define MC_NVRAM_START 0xe /* start of NVRAM: offset 14 */
138 #define MC_RATE_4_Hz 0xe /* 250 ms period */
/freebsd-11-stable/sys/gnu/dts/include/dt-bindings/net/
H A Dti-dp83867.h42 #define DP83867_RGMIIDCTL_3_75_NS 0xe
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h39 LS = 0xe,
/freebsd-11-stable/sys/gnu/dts/include/dt-bindings/pinctrl/
H A Ddra.h30 #define MUX_MODE14 0xe
48 #define MUX_VIRTUAL_MODE14 (MODE_SELECT | (0xe << 4))
/freebsd-11-stable/sys/arm/include/
H A Dsc_machdep.h48 #define FG_YELLOW 0xe
/freebsd-11-stable/contrib/pnpinfo/
H A Dpnpinfo.h64 #define SM_VENDOR_DEFINED 0xe
/freebsd-11-stable/sys/powerpc/include/
H A Dsc_machdep.h48 #define FG_YELLOW 0xe
/freebsd-11-stable/sys/sparc64/include/
H A Dsc_machdep.h48 #define FG_YELLOW 0xe
/freebsd-11-stable/sys/mips/include/
H A Dsc_machdep.h48 #define FG_YELLOW 0xe
/freebsd-11-stable/sys/dev/intpm/
H A Dintpmreg.h38 #define PCI_INTR_SMB_MASK 0xe
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300template_generic.h91 0xe, // tx_frame_to_xpa_on; // 1
336 0xe, // tx_frame_to_xpa_on; // 1
H A Dar9300template_osprey_k31.h93 0xe, // txFrameToXpaOn; // 1
339 0xe, // txFrameToXpaOn; // 1
H A Dar9300template_ap121.h93 0xe, // tx_frame_to_xpa_on; // 1
335 0xe, // tx_frame_to_xpa_on; // 1
H A Dar9300template_aphrodite.h92 0xe, // tx_frame_to_xpa_on; // 1
337 0xe, // tx_frame_to_xpa_on; // 1
/freebsd-11-stable/contrib/gdb/gdb/
H A Darm-tdep.h88 #define INST_AL 0xe
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_insformat.h125 #define AIC_OP_JE 0xe

Completed in 136 milliseconds

123456789