Home
last modified time | relevance | path

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

12

/dragonfly/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);
/dragonfly/sys/dev/netif/
HDMakefile6 vge vr wb xe xl ig_hal emx ae igb ix bnx
/dragonfly/share/man/man4/
HDMakefile412 xe.4 \
565 MLINKS+=xe.4 if_xe.4
/dragonfly/contrib/file/magic/Magdir/
HDaudio490 >>20 byte&0xe 0x0 \b, mono
491 >>20 byte&0xe 0x2 \b, stereo
492 >>20 byte&0xe 0x4 \b, 3 channels
493 >>20 byte&0xe 0x6 \b, 4 channels
494 >>20 byte&0xe 0x8 \b, 5 channels
495 >>20 byte&0xe 0xa \b, 6 channels
496 >>20 byte&0xe 0xc \b, 7 channels
497 >>20 byte&0xe 0xe \b, 8 channels
HDjpeg221 >>>101 beshort&0xf 0xe \b(reserved %d)
HDlinux331 >0xe string >\x2f \b-%.4s
HDmsdos161 >>>(&0xe.l+(-4)) string PK\3\4 \b, ZIP self-extracting archive (Info-Zip)
162 >>>(&0xe.l+(-4)) string ZZ0 \b, ZZip self-extracting archive
163 >>>(&0xe.l+(-4)) string ZZ1 \b, ZZip self-extracting archive
HDarchive520 !:ext $xe/$ts/pi1/__d
1041 0xe string \x1aJar\x1b JAR (ARJ Software, Inc.) archive data
/dragonfly/sys/dev/netif/xe/
HDif_xe_pccard.c158 DRIVER_MODULE(xe, pccard, xe_pccard_driver, xe_devclass, NULL, NULL);
HDif_xe.c193 SYSCTL_NODE(_hw, OID_AUTO, xe, CTLFLAG_RD, 0, "xe parameters");
/dragonfly/contrib/binutils-2.34/ld/
HDgenscripts.sh332 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xe
/dragonfly/contrib/binutils-2.34/ld/emultempl/
HDelf.em330 sed $sc ldscripts/${EMULATION_NAME}.xe >> e${EMULATION_NAME}.c
525 return "ldscripts/${EMULATION_NAME}.xe";
/dragonfly/sys/config/
HDX86_64_GENERIC252 device xe # Xircom Ethernet
HDLINT641085 # xe: Xircom/Intel EtherExpress Pro100/16 PC Card ethernet controller.
1136 device xe # Xircom PCMCIA
/dragonfly/games/fortune/datfiles/
HDfortunes.sp.ok2210 xe
/dragonfly/contrib/binutils-2.27/include/
HDdwarf2.def647 DW_ATE (DW_ATE_unsigned_fixed, 0xe)
/dragonfly/contrib/gdb-7/include/
HDdwarf2.def619 DW_ATE (DW_ATE_unsigned_fixed, 0xe)
/dragonfly/contrib/gcc-8.0/include/
HDdwarf2.def716 DW_ATE (DW_ATE_unsigned_fixed, 0xe)
/dragonfly/contrib/binutils-2.34/include/
HDdwarf2.def724 DW_ATE (DW_ATE_unsigned_fixed, 0xe)
/dragonfly/sys/conf/
HDfiles1310 dev/netif/xe/if_xe.c optional xe
1311 dev/netif/xe/if_xe_pccard.c optional xe pccard

12