Searched refs:ipa (Results 76 - 87 of 87) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dipft_tx.c54 u_32_t ipa; local
62 if (gethost(host, &ipa) == -1) {
67 return ipa;
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dlexer.c20 struct in_addr ipa; member in union:__anon830
H A Dipscan_y.y50 struct in_addr ipa;
57 %type <ipa> ipaddr
H A Dipmon.c519 struct in_addr ipa; local
522 ipa.s_addr = *(const u_32_t *)ip;
524 return inet_ntoa(ipa);
527 return inet_ntoa(ipa);
529 inet_ntoa(ipa));
H A Dipnat_y.y71 struct in_addr ipa;
101 %type <ipa> hostname ipv4
H A Dipf_y.y74 struct in_addr ipa;
99 %type <ipa> hostname ipv4 ipv4mask ipv4_16 ipv4_24
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dipa-pure-const.c31 /* The code in this module is called by the ipa pass manager. It
46 #include "ipa-utils.h"
104 /* Holders of ipa cgraph hooks: */
259 check_call (funct_state local, gimple call, bool ipa) argument
327 if (!ipa && callee_t == current_function_decl)
333 else if (!ipa || !callee_t)
405 check_stmt (gimple_stmt_iterator *gsip, funct_state local, bool ipa) argument
448 check_call (local, stmt, ipa);
490 analyze_function (struct cgraph_node *fn, bool ipa) argument
523 check_stmt (&gsi, l, ipa);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dpasses.c308 register_one_dump_file (struct tree_opt_pass *pass, bool ipa, int n)
320 if (ipa)
322 flag_name = concat ("ipa-", pass->name, num, NULL);
323 glob_name = concat ("ipa-", pass->name, NULL);
345 register_dump_files (struct tree_opt_pass *pass, bool ipa, int properties)
377 register_one_dump_file (pass, ipa, pass_number);
307 register_one_dump_file(struct tree_opt_pass *pass, bool ipa, int n) argument
344 register_dump_files(struct tree_opt_pass *pass, bool ipa, int properties) argument
H A DMakefile.in761 IPA_UTILS_H = ipa-utils.h $(TREE_H) $(CGRAPH_H)
762 IPA_REFERENCE_H = ipa-reference.h bitmap.h $(TREE_H)
763 IPA_TYPE_ESCAPE_H = ipa-type-escape.h $(TREE_H)
1004 cgraph.o cgraphunit.o tree-nomudflap.o ipa.o ipa-inline.o \
1005 ipa-utils.o ipa-reference.o ipa-pure-const.o ipa-type-escape.o \
1006 ipa
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/lib/
H A Dgcc-dg.exp389 # Remove a specific ipa dump file for the current test.
391 # SUFFIX is the ipa dump file suffix pattern.
392 proc cleanup-ipa-dump { suffix } {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/lib/
H A Dgcc-dg.exp456 # Remove a specific ipa dump file for the current test.
458 # SUFFIX is the ipa dump file suffix pattern.
459 proc cleanup-ipa-dump { suffix } {
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_nat.c3764 u_32_t ipa, iph; local
3811 ipa = fin->fin_saddr;
3833 iph = ipa & htonl(msk);
3848 } else if ((ipa & np->in_inmsk) != np->in_inip)

Completed in 121 milliseconds

1234