Searched refs:xmode (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/ntp/tests/ntpd/
H A Dt-ntp_signd.c166 int xmode = 1; local
179 send_via_ntp_signd(rbufp,xmode,xkeyid,flags,xpkt);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_signd.c125 int xmode,
228 ntoa(&rbufp->recv_srcadr), xmode, xkeyid, sendlen);
123 send_via_ntp_signd( struct recvbuf *rbufp, int xmode, keyid_t xkeyid, int flags, struct pkt *xpkt ) argument
H A Dntp_proto.c4095 int xmode, /* receive mode */
4133 PKT_VERSION(rpkt->li_vn_mode), xmode);
4163 PKT_VERSION(rpkt->li_vn_mode), xmode);
4208 send_via_ntp_signd(rbufp, xmode, xkeyid, flags, &xpkt);
4224 stoa(&rbufp->recv_srcadr), xmode,
4278 ntoa(&rbufp->recv_srcadr), xmode, xkeyid,
4093 fast_xmit( struct recvbuf *rbufp, int xmode, keyid_t xkeyid, int flags ) argument
/freebsd-9.3-release/contrib/gcc/
H A Drtlanal.c2937 xmode - The mode of xregno.
2942 subreg_regno_offset (unsigned int xregno, enum machine_mode xmode,
2952 if (HARD_REGNO_NREGS_HAS_PADDING (xregno, xmode))
2953 nregs_xmode = HARD_REGNO_NREGS_WITH_PADDING (xregno, xmode);
2955 nregs_xmode = hard_regno_nregs[xregno][xmode];
2971 /* Size of ymode must not be greater than the size of xmode. */
2972 mode_multiple = GET_MODE_SIZE (xmode) / GET_MODE_SIZE (ymode);
2983 xmode - The mode of xregno.
2988 subreg_offset_representable_p (unsigned int xregno, enum machine_mode xmode,
3000 if (HARD_REGNO_NREGS_HAS_PADDING (xregno, xmode))
2920 subreg_regno_offset(unsigned int xregno, enum machine_mode xmode, unsigned int offset, enum machine_mode ymode) argument
2966 subreg_offset_representable_p(unsigned int xregno, enum machine_mode xmode, unsigned int offset, enum machine_mode ymode) argument
[all...]
H A Dstor-layout.c385 enum machine_mode xmode
388 if (xmode != BLKmode
390 || known_align >= GET_MODE_ALIGNMENT (xmode)))
392 DECL_ALIGN (decl) = MAX (GET_MODE_ALIGNMENT (xmode),
394 DECL_MODE (decl) = xmode;
382 enum machine_mode xmode local
H A Dexpr.c965 enum machine_mode xmode;
967 for (tmode = GET_CLASS_NARROWEST_MODE (MODE_INT), xmode = tmode;
969 xmode = tmode, tmode = GET_MODE_WIDER_MODE (tmode))
974 align = MAX (align, GET_MODE_ALIGNMENT (xmode));
1045 enum machine_mode tmode, xmode;
1047 for (tmode = GET_CLASS_NARROWEST_MODE (MODE_INT), xmode = tmode;
1049 xmode = tmode, tmode = GET_MODE_WIDER_MODE (tmode))
1054 align = MAX (align, GET_MODE_ALIGNMENT (xmode));
2216 enum machine_mode xmode;
2218 for (tmode = GET_CLASS_NARROWEST_MODE (MODE_INT), xmode
962 enum machine_mode xmode; local
1042 enum machine_mode tmode, xmode; local
2210 enum machine_mode xmode; local
2421 enum machine_mode xmode; local
[all...]

Completed in 114 milliseconds