Searched refs:iif (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-ns32k.c29 #define IIF_ENTRIES 13 /* Number of entries in iif. */
37 iif.iifP[ptr].type = a1; \
38 iif.iifP[ptr].size = c1; \
39 iif.iifP[ptr].object = e1; \
40 iif.iifP[ptr].object_adjust = g1; \
41 iif.iifP[ptr].pcrel = i1; \
42 iif.iifP[ptr].pcrel_adjust = k1; \
43 iif.iifP[ptr].im_disp = m1; \
44 iif.iifP[ptr].relax_substate = o1; \
45 iif
133 struct int_ins_form iif; variable in typeref:struct:int_ins_form
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ns32k.c29 #define IIF_ENTRIES 13 /* Number of entries in iif. */
37 iif.iifP[ptr].type = a1; \
38 iif.iifP[ptr].size = c1; \
39 iif.iifP[ptr].object = e1; \
40 iif.iifP[ptr].object_adjust = g1; \
41 iif.iifP[ptr].pcrel = i1; \
42 iif.iifP[ptr].pcrel_adjust = k1; \
43 iif.iifP[ptr].im_disp = m1; \
44 iif.iifP[ptr].relax_substate = o1; \
45 iif
133 struct int_ins_form iif; variable in typeref:struct:int_ins_form
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-ns32k.c29 #define IIF_ENTRIES 13 /* Number of entries in iif. */
37 iif.iifP[ptr].type = a1; \
38 iif.iifP[ptr].size = c1; \
39 iif.iifP[ptr].object = e1; \
40 iif.iifP[ptr].object_adjust = g1; \
41 iif.iifP[ptr].pcrel = i1; \
42 iif.iifP[ptr].pcrel_adjust = k1; \
43 iif.iifP[ptr].im_disp = m1; \
44 iif.iifP[ptr].relax_substate = o1; \
45 iif
133 struct int_ins_form iif; variable in typeref:struct:int_ins_form
[all...]
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dmerge.c603 * iterating through - matches the target one (iif->iif_template). Return -1
610 iifind_data_t *iif = arg; local
613 if (node->ii_type != iif->iif_template->ii_type ||
614 !streq(node->ii_name, iif->iif_template->ii_name) ||
615 node->ii_dtype->t_id != iif->iif_newidx)
619 !streq(node->ii_owner, iif->iif_template->ii_owner))
622 if (node->ii_nargs != iif->iif_template->ii_nargs)
626 if (get_mapping(iif->iif_ta,
627 iif->iif_template->ii_args[i]->t_id) !=
632 if (iif
660 iifind_data_t iif; local
960 iifind_data_t iif; local
[all...]
/netbsd-current/sys/netinet6/
H A Dip6_mroute.c1200 "getting the iif info in the kernel\n");
1364 mifi_t mifi, iif; local
1432 for (mifp = mif6table, iif = 0;
1433 iif < nummifs && mifp &&
1435 mifp++, iif++)
1443 oim->im6_mif = iif;
1447 im->im6_mif = iif;
1683 /* iif info is not given for reg. encap.n */
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-juniper.c610 nd_uint16_t iif; member in struct:juniper_monitor_header
628 ND_PRINT("service-id %u, iif %u, pkt-type %u: ",
630 GET_BE_U_2(mh->iif),
668 ND_PRINT("service-id %u flags 0x%02x service-set-id 0x%04x iif %u: ",
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 519 milliseconds