Home
last modified time | relevance | path

Searched refs:xm (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/tcsh-6/
H A Ded.xmap.c128 static XmapVal xm; in XmapCmd() local
130 return &xm; in XmapCmd()
136 static XmapVal xm; in XmapStr() local
139 return &xm; in XmapStr()
241 XmapNode *xm; in TryNode() local
243 for (xm = ptr; xm->sibling != NULL; xm = xm->sibling) in TryNode()
248 ptr = xm->sibling; in TryNode()
341 XmapNode *xm; in TryDeleteNode() local
343 for (xm = ptr; xm->sibling != NULL; xm = xm->sibling) in TryDeleteNode()
348 inptr = &xm->sibling; in TryDeleteNode()
[all …]
/dragonfly/contrib/mpfr/src/
H A Dcheck.c34 volatile mp_limb_t *xm; in mpfr_check() local
44 xm = MPFR_MANT(x); in mpfr_check()
45 if (!xm) in mpfr_check()
54 tmp = xm[i]; in mpfr_check()
59 if ( ((xm[MPFR_LIMB_SIZE(x)-1])>>(GMP_NUMB_BITS-1)) == 0) in mpfr_check()
66 if ((xm[0] & tmp) != 0) in mpfr_check()
H A Dvasprintf.c769 mp_limb_t xm; in next_base_power_p() local
785 xm = MPFR_MANT (x) [MPFR_LIMB_SIZE (x) - 1]; in next_base_power_p()
787 if ((xm & ~pm) ^ ~pm) in next_base_power_p()
797 return xm & pm ? 1 : 0; in next_base_power_p()
/dragonfly/contrib/libedit/src/
H A Dkeymacro.c322 keymacro_node_t *xm; in node__try() local
324 for (xm = ptr; xm->sibling != NULL; xm = xm->sibling) in node__try()
325 if (xm->sibling->ch == *str) in node__try()
327 if (xm->sibling == NULL) in node__try()
329 ptr = xm->sibling; in node__try()
386 keymacro_node_t *xm; in node__delete() local
388 for (xm = ptr; xm->sibling != NULL; xm = xm->sibling) in node__delete()
389 if (xm->sibling->ch == *str) in node__delete()
391 if (xm->sibling == NULL) in node__delete()
393 prev_ptr = xm; in node__delete()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dsse.md778 (match_operand:VF 2 "nonimmediate_operand" "xm,xm")))]
817 (match_operand:VF 2 "nonimmediate_operand" "xm,xm")))]
874 (match_operand:VF 2 "nonimmediate_operand" "xm,xm")))]
1033 (match_operand:VF 2 "nonimmediate_operand" "xm,xm")))]
1048 (match_operand:VF 2 "nonimmediate_operand" "xm,xm")))]
1085 (match_operand:VF 2 "nonimmediate_operand" "xm,xm")]
1100 (match_operand:VF 2 "nonimmediate_operand" "xm,xm")]
1282 (match_operand:V4SF 2 "nonimmediate_operand" "xm,xm")
1559 (match_operand:VF 2 "nonimmediate_operand" "xm,xm")))]
1599 (match_operand:VF 2 "nonimmediate_operand" "xm,xm")))]
[all …]
H A Dmmx.md85 "Cr ,m,C ,!y,m ,!?y,*x,!y ,C,xm,x,Yi,r"))]
141 "C ,!y,m ,!?y,*x,!y,C ,*xm,*x,C ,*x,m ,*x,irm,r"))]
708 (match_operand:V2SF 1 "nonimmediate_operand" " xm,x,ym,y,m,m")
1403 (match_operand:V2SI 1 "nonimmediate_operand" "xm,x,ym,y,m")
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dhostconfig.texi15 @file{xm-@var{machine}.h} or by hook functions in the file specified
87 @cindex @file{xm-@var{machine}.h}
92 following macros in @file{xm-@var{machine}.h}.
108 these, define one or both appropriately in @file{xm-@var{machine}.h}.
178 @cindex @file{xm-@var{machine}.h}
H A Dconfigfiles.texi44 @file{xm-@var{machine}.h} header, if any, appropriate to the host,
H A Dgccint.texi120 * Host Config:: Writing the @file{xm-@var{machine}.h} file.
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcfgexpand.c224 rtx xm = x; in set_rtl() local
227 if (MEM_P (xm)) in set_rtl()
228 cur = MEM_EXPR (xm); in set_rtl()
229 else if (REG_P (xm)) in set_rtl()
230 cur = REG_EXPR (xm); in set_rtl()
231 else if (SUBREG_P (xm)) in set_rtl()
234 xm = SUBREG_REG (xm); in set_rtl()
239 xm = XEXP (xm, 0); in set_rtl()
244 xm = XVECEXP (xm, 0, 0); in set_rtl()
246 xm = XEXP (xm, 0); in set_rtl()
[all …]
/dragonfly/contrib/gcc-4.7/
H A DREADME.DELETED226 gcc/config/i386/xm-cygwin.h
227 gcc/config/i386/xm-djgpp.h
228 gcc/config/i386/xm-mingw32.h
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dmmx.md598 (match_operand:V2SF 1 "nonimmediate_operand" " xm,x,ym,y,m,m")
1292 (match_operand:V2SI 1 "nonimmediate_operand" "xm,x,ym,y,m")
/dragonfly/contrib/gcc-8.0/
H A DREADME.DELETED818 gcc/config/i386/xm-cygwin.h
819 gcc/config/i386/xm-djgpp.h
820 gcc/config/i386/xm-mingw32.h
/dragonfly/contrib/file/magic/Magdir/
H A Daudio157 # audio/xm fasttracker modules
162 # audio/x-mod All modules (mod, s3m, 669, mtm, med, xm, it, mdz, stm, itz, xmz, s3z)
H A Driff629 !:ext 4xm/4xa
/dragonfly/contrib/ncurses/misc/
H A Dterminfo.src5142 # protocol: XM and xm. The "XM" capability is recognized by ncurses to allow
5143 # enabling/disabling other mouse protocols. The "xm" capability describes the
5156 xm=\E[M%p3%' '%+%c%p2%'!'%+%c%p1%'!'%+%c,
5196 xm=\E[M%?%p4%t%p3%e%{3}%;%'\s'%+%c%p2%'!'%+%c%p1%'!'%+%c,
5205 xm=\E[%p6%'!'%+%p5%'!'%+%c%p8%'!'%+%c%p7%'!'%+%c%p2%'!'%+%c
5246 xm=\E[M%?%p4%t3%e%p3%'\s'%+%c%;%p2%'!'%+%u%p1%'!'%+%u,
5263 xm=\E[<%i%p3%d;%p1%d;%p2%d;%?%p4%tM%em%;,
24488 # xm shows the format of the mouse responses. Parameters:
24497 # Other extensions, used in xm:
26088 # capability "xm" -TD
[all …]