Searched refs:rewrite (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c3238 int rewrite = 0, hdrlen = 0; local
3339 rewrite++;
3364 rewrite++;
3397 rewrite++;
3528 if (rewrite)
3556 sport, dport, &rewrite, kif, sm, tag, bproto_sum, bip_sum,
3573 if (rewrite)
3601 u_int16_t dport, int *rewrite, struct pfi_kif *kif, struct pf_state **sm,
3659 *rewrite = 1;
3732 &s->src, &s->dst, rewrite)) {
3598 pf_create_state(struct pf_rule *r, struct pf_rule *nr, struct pf_rule *a, struct pf_pdesc *pd, struct pf_src_node *nsn, struct pf_state_key *nk, struct pf_state_key *sk, struct mbuf *m, int off, u_int16_t sport, u_int16_t dport, int *rewrite, struct pfi_kif *kif, struct pf_state **sm, int tag, u_int16_t bproto_sum, u_int16_t bip_sum, int hdrlen) argument
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipnat_y.y171 | rewrite ';'
375 rewrite: label
1273 { "rewrite", IPNY_REWRITE },
/freebsd-11-stable/contrib/sendmail/src/
H A Dreadcf.c146 struct rewrite *rwp = NULL;
242 syserr("invalid rewrite line \"%s\" (tab expected)", bp);
250 (struct rewrite *) xalloc(sizeof(*rwp));
254 rwp->r_next = (struct rewrite *) xalloc(sizeof(*rwp));
1996 ** PRINTRULES -- print rewrite rules (for debugging)
2005 ** prints rewrite rules.
2011 register struct rewrite *rwp;
H A Dmain.c4132 struct rewrite *rw;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp28 // rewrite rules to simplify the expressions.
1069 Remainder = SCEVParameterRewriter::rewrite(Numerator, SE, RewriteMap, true);
1076 SCEVParameterRewriter::rewrite(Numerator, SE, RewriteMap, true);
4242 /// otherwise rewrite cannot be done.
4243 /// If SCEV contains non-invariant unknown SCEV rewrite cannot be done.
4246 static const SCEV *rewrite(const SCEV *S, const Loop *L, ScalarEvolution &SE,
4287 /// If SCEV contains non-invariant unknown SCEV rewrite cannot be done.
4290 static const SCEV *rewrite(const SCEV *S, const Loop *L, ScalarEvolution &SE) {
4331 static const SCEV *rewrite(const SCEV *S, const Loop *L,
4407 static const SCEV *rewrite(cons
[all...]
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.c1931 int rewrite)
1937 if (!rewrite) {
1930 write_client_lease(struct interface_info *ip, struct client_lease *lease, int rewrite) argument
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c6010 goto rewrite;
6034 goto rewrite;
6045 goto rewrite;
6053 rewrite:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp328 /// Instructions which will become dead if we rewrite the alloca.
336 /// Operands which will become dead if we rewrite the alloca.
339 /// undef when we rewrite the alloca. These show up in out-of-bounds inputs
1876 /// This is a quick test to check whether we can rewrite a particular alloca
2082 /// This is a quick test to check whether we can rewrite the integer loads and
2254 /// Visitor to rewrite instructions using p particular slice of an alloca
2308 // Track post-rewrite users which are PHI nodes and Selects.
2383 // Every instruction which can end up as a user must have a rewrite rule.
2385 LLVM_DEBUG(dbgs() << " !!!! Cannot rewrite: " << I << "\n");
2386 llvm_unreachable("No rewrite rul
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5520 /// \returns nullptr If this builtin is not a candidate for a rewrite i.e.
5975 ExprResult rewrite = rebuildUnknownAnyFunction(*this, Fn); local
5976 if (rewrite.isInvalid())
5978 Fn = rewrite.get();

Completed in 430 milliseconds

12