Searched refs:pmode (Results 26 - 39 of 39) sorted by relevance

12

/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c138 printf("offsetof(pmode) = %d\n",
139 (int) offsetof(struct info_peer, pmode));
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_peer.c715 && MODE_BROADCAST != p->pmode)
H A Dntp_request.c893 ip->pmode = pp->pmode;
H A Dntp_crypto.c1467 if (opcode == (CRYPTO_AUTO | CRYPTO_RESP) && (peer->pmode ==
H A Dntp_control.c528 { CP_PMODE, RO, "pmode" }, /* 31 */
2788 ctl_putuint(peer_var[id].text, p->pmode);
/freebsd-11-stable/contrib/gcc/
H A Dcalls.c2971 enum machine_mode pmode;
2973 pmode = promote_mode (type, TYPE_MODE (type), &unsignedp, 1);
2975 gcc_assert (GET_MODE (target) == pmode);
2970 enum machine_mode pmode; local
H A Dexpr.c5667 enum machine_mode *pmode, int *punsignedp,
5709 *pmode = mode;
6996 enum machine_mode pmode;
7000 pmode = promote_mode (type, DECL_MODE (exp), &unsignedp,
7003 gcc_assert (GET_MODE (decl_rtl) == pmode);
5650 get_inner_reference(tree exp, HOST_WIDE_INT *pbitsize, HOST_WIDE_INT *pbitpos, tree *poffset, enum machine_mode *pmode, int *punsignedp, int *pvolatilep, bool keep_aligning) argument
6976 enum machine_mode pmode; local
H A Dfunction.c3275 promoted_input_arg (unsigned int regno, enum machine_mode *pmode, int *punsignedp)
3292 *pmode = DECL_MODE (arg);
3261 promoted_input_arg(unsigned int regno, enum machine_mode *pmode, int *punsignedp) argument
H A Dtree-data-ref.c1609 enum machine_mode pmode;
1645 &pmode, &punsignedp, &pvolatilep, false);
1606 enum machine_mode pmode; local
H A Ddwarf2out.c10283 enum machine_mode pmode = TYPE_MODE (passed_type);
10288 if (dmode == pmode)
10291 && GET_MODE_SIZE (dmode) <= GET_MODE_SIZE (pmode)
10301 GET_MODE_SIZE (pmode)
10270 enum machine_mode pmode = TYPE_MODE (passed_type); local
H A Dfold-const.c3682 HOST_WIDE_INT *pbitpos, enum machine_mode *pmode,
3716 inner = get_inner_reference (exp, pbitsize, pbitpos, &offset, pmode,
3658 decode_field_reference(tree exp, HOST_WIDE_INT *pbitsize, HOST_WIDE_INT *pbitpos, enum machine_mode *pmode, int *punsignedp, int *pvolatilep, tree *pmask, tree *pand_mask) argument
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c700 wlan_set_tx_params(struct wlan_iface *wif, int32_t pmode __unused)
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c603 (void) fprintf(fp, "hmode %s, pmode %s, stratum %d, precision %d\n",
604 modetoa(pp->hmode), modetoa(pp->pmode),
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c3248 uint64_t pmode = zp->z_mode; local
3250 new_mode = (pmode & S_IFMT) | (vap->va_mode & ~S_IFMT);

Completed in 393 milliseconds

12