Searched refs:mfa (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/dev/i2o/ |
H A D | iop.c | 1506 u_int32_t mfa, *sw; in iop_reset() local 1545 POLL(10000, (mfa = iop_inl(sc, IOP_REG_IFIFO)) != IOP_MFA_EMPTY); in iop_reset() 1546 if (mfa == IOP_MFA_EMPTY) { in iop_reset() 1551 iop_release_mfa(sc, mfa); in iop_reset() 2082 u_int32_t mfa; in iop_post() local 2092 if ((mfa = iop_inl(sc, IOP_REG_IFIFO)) == IOP_MFA_EMPTY) in iop_post() 2093 if ((mfa = iop_inl(sc, IOP_REG_IFIFO)) == IOP_MFA_EMPTY) { in iop_post() 2106 bus_space_write_region_4(sc->sc_msg_iot, sc->sc_msg_ioh, mfa, mb, in iop_post() 2108 bus_space_barrier(sc->sc_msg_iot, sc->sc_msg_ioh, mfa, in iop_post() 2112 iop_outl(sc, IOP_REG_IFIFO, mfa); in iop_post() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dtemplate.d | 2714 MATCH mfa = tf.callMatch(tthis_fd, fargs_, 0, pMessage, sc); in applyFunction() local 2716 if (mfa == MATCH.nomatch) in applyFunction() 2719 if (mfa > m.last) goto LfIsBetter; in applyFunction() 2720 if (mfa < m.last) goto LlastIsBetter; in applyFunction() 2807 m.last = mfa; in applyFunction() 2924 MATCH mfa = tf.callMatch(tthis_fd, fargs_, 0, null, sc); in applyTemplate() local 2925 if (mfa < m.last) in applyTemplate() 2931 if (mfa < m.last) goto Ltd_best2; in applyTemplate() 2932 if (mfa > m.last) goto Ltd2; in applyTemplate() 2950 m.last = mfa; in applyTemplate() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | stor-layout.cc | 684 unsigned int mfa; in layout_decl() local 771 mfa = initial_max_fld_align * BITS_PER_UNIT; in layout_decl() 773 mfa = maximum_field_alignment; in layout_decl() 775 if (mfa != 0) in layout_decl() 776 SET_DECL_ALIGN (decl, MIN (DECL_ALIGN (decl), mfa)); in layout_decl()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | stor-layout.c | 681 unsigned int mfa; in layout_decl() local 768 mfa = initial_max_fld_align * BITS_PER_UNIT; in layout_decl() 770 mfa = maximum_field_alignment; in layout_decl() 772 if (mfa != 0) in layout_decl() 773 SET_DECL_ALIGN (decl, MIN (DECL_ALIGN (decl), mfa)); in layout_decl()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | dtemplate.c | 2218 MATCH mfa = tf->callMatch(tthis_fd, fargs); in functionResolve() local 2220 if (mfa > MATCHnomatch) in functionResolve() 2222 if (mfa > m->last) goto LfIsBetter; in functionResolve() 2223 if (mfa < m->last) goto LlastIsBetter; in functionResolve() 2292 m->last = mfa; in functionResolve() 2407 MATCH mfa = tf->callMatch(tthis_fd, fargs); in functionResolve() local 2408 if (mfa < m->last) in functionResolve() 2414 if (mfa < m->last) goto Ltd_best2; in functionResolve() 2415 if (mfa > m->last) goto Ltd2; in functionResolve() 2432 m->last = mfa; in functionResolve() [all …]
|