Home
last modified time | relevance | path

Searched refs:xe (Results 1 – 25 of 49) sorted by relevance

12

/NextBSD/contrib/gdtoa/
HDgmisc.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) {
HDsum.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) {
HDhexnan.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) {
HDsmisc.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)
HDstrtodg.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 = x + (n >> kshift);
[all …]
HDmisc.c443 ULong *x, *x1, *xe, z; local
455 xe = x + b->wds;
464 while(x < xe);
474 while(x < xe);
481 while(x < xe);
/NextBSD/contrib/groff/src/libs/libgroff/
HDgeometry.cpp135 int xe = x_1 - xcenter; in check_output_arc_limits() local
139 if (xe > *maxx) in check_output_arc_limits()
140 *maxx = xe; in check_output_arc_limits()
141 else if (xe < *minx) in check_output_arc_limits()
142 *minx = xe; in check_output_arc_limits()
152 if (xe >= 0) in check_output_arc_limits()
158 || ((qs == qe) && (double(xs) * ye < double(xe) * ys))) in check_output_arc_limits()
/NextBSD/contrib/libucl/python/
HDtest.sh2 set -xe
/NextBSD/sys/modules/xe/
HDMakefile3 .PATH: ${.CURDIR}/../../dev/xe
/NextBSD/tools/kerneldoc/subsys/
HDDoxyfile-dev_xe14 INPUT = $(DOXYGEN_SRC_PATH)/dev/xe/ \
/NextBSD/contrib/file/magic/Magdir/
HDaudio463 >>20 byte&0xe 0x0 \b, mono
464 >>20 byte&0xe 0x2 \b, stereo
465 >>20 byte&0xe 0x4 \b, 3 channels
466 >>20 byte&0xe 0x6 \b, 4 channels
467 >>20 byte&0xe 0x8 \b, 5 channels
468 >>20 byte&0xe 0xa \b, 6 channels
469 >>20 byte&0xe 0xc \b, 7 channels
470 >>20 byte&0xe 0xe \b, 8 channels
HDlinux273 >>&0xe string >\x2f \b-%.4s
285 >>&0xe string >\x2f \b-%.4s
297 >>&0xe string >\x2f \b-%.4s
309 >>&0xe string >\x2f \b-%.4s
/NextBSD/contrib/gcc/
HDstruct-equiv.c759 rtx xe = XVECEXP (x, 0, j); in set_dest_equiv_p() local
762 if (GET_CODE (xe) != GET_CODE (ye)) in set_dest_equiv_p()
764 if ((GET_CODE (xe) == SET || GET_CODE (xe) == CLOBBER) in set_dest_equiv_p()
765 && ! rtx_equiv_p (&XEXP (xe, 0), XEXP (ye, 0), 0, info)) in set_dest_equiv_p()
/NextBSD/sys/dev/xe/
HDif_xe_pccard.c388 DRIVER_MODULE(xe, pccard, xe_pccard_driver, xe_devclass, 0, 0);
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDCIInstructions.td55 def FLAT_LOAD_DWORDX4 : FLAT_Load_Helper <0xe, "flat_load_dwordx4", VReg_128>;
/NextBSD/share/man/man4/
HDMakefile563 xe.4 \
731 MLINKS+=xe.4 if_xe.4
/NextBSD/tools/tools/tinybsd/conf/wrap/
HDTINYBSD88 device xe # Xircom pccard Ethernet
/NextBSD/release/doc/share/misc/
HDdev.archlist.txt177 xe i386,amd64
/NextBSD/tools/tools/tinybsd/conf/bridge/
HDTINYBSD120 device xe # Xircom pccard Ethernet
/NextBSD/tools/tools/tinybsd/conf/vpn/
HDTINYBSD120 device xe # Xircom pccard Ethernet
/NextBSD/tools/tools/tinybsd/conf/firewall/
HDTINYBSD119 device xe # Xircom pccard Ethernet
/NextBSD/tools/tools/tinybsd/conf/wireless/
HDTINYBSD121 #device xe # Xircom pccard Ethernet
/NextBSD/tools/tools/tinybsd/conf/default/
HDTINYBSD130 device xe # Xircom pccard Ethernet
/NextBSD/contrib/binutils/libiberty/
HDaclocal.m463 char *r = (char *) p + 0xe;
/NextBSD/contrib/gcclibs/libiberty/
HDaclocal.m462 char *r = (char *) p + 0xe;

12