Searched refs:inner (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-9.3-release/sys/netinet/
H A Dip_ecn.c67 * DS Field copied from inner hdr no change
71 * (I) if the ECN field in the inner header is set to CE, then set the
76 * field of the inner header is not-ECT, drop the packet.
77 * if the ECN field in the inner header is set to ECT(0) or ECT(1)
79 * the inner header. otherwise, make no change to the inner header.
85 * otherwise, make no change to the ECN field in the inner header.
95 ip_ecn_ingress(int mode, u_int8_t *outer, const u_int8_t *inner) argument
98 if (!outer || !inner)
101 *outer = *inner;
127 ip_ecn_egress(int mode, const u_int8_t *outer, u_int8_t *inner) argument
161 ip6_ecn_ingress(int mode, u_int32_t *outer, const u_int32_t *inner) argument
175 ip6_ecn_egress(int mode, const u_int32_t *outer, u_int32_t *inner) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.embedded.s51 ALTENTRY(inner) function
55 SET_SIZE(inner)
H A Dtst.embedded.d48 pid$1:a.out:inner:
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dsortlist.c54 dns_acl_t *inner = e->nestedacl; local
56 if (inner->length == 0)
58 else if (inner->length > 2)
60 else if (inner->elements[0].negative)
63 try_elt = &inner->elements[0];
64 if (inner->length == 2)
65 order_elt = &inner->elements[1];
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.embedded.d48 pid$1:a.out:inner:
H A Dtst.embedded.s59 ALTENTRY(inner) function
63 SET_SIZE(inner)
/freebsd-9.3-release/contrib/gcc/
H A Dtree-loop-linear.c139 struct loop *inner_loop = first_loop->inner;
162 distances in the inner loops, the fewer the cache misses.
191 for (loop_j = first_loop->inner;
193 loop_j = loop_j->inner)
196 loop_i = loop_i->inner)
273 if (!loop_nest || !loop_nest->inner || !loop_nest->single_exit)
278 for (temp = loop_nest->inner; temp; temp = temp->inner)
H A Dtree-ssa-loop-unswitch.c90 /* Go through inner loops (only original ones). */
100 if (loop->inner)
197 if (loop->inner)
288 gcc_assert (loop->inner == NULL);
H A Dcfgloop.c37 considered to belong to inner loop with same header. */
344 for (ploop = loop->inner; ploop; ploop = ploop->next)
355 loop->next = father->inner;
356 father->inner = loop;
373 if (father->inner == loop)
374 father->inner = loop->next;
377 for (prev = father->inner; prev->next != loop; prev = prev->next);
392 struct loop *inner;
399 maximum level of all the inner loops of this loop. The loop
403 for (inner
391 struct loop *inner; local
[all...]
H A Dtree-sra.c715 tree inner = expr;
726 switch (TREE_CODE (inner))
732 if (is_sra_candidate_decl (inner))
753 if (!in_array_bounds_p (inner))
760 if (TREE_OPERAND (inner, 2) || TREE_OPERAND (inner, 3))
762 inner = TREE_OPERAND (inner, 0);
766 if (!range_in_array_bounds_p (inner))
772 if (TREE_OPERAND (inner,
712 tree inner = expr; local
[all...]
H A Dtree-ssa-loop-ivcanon.c170 if (loop->inner)
554 for (sub = loop->inner; sub; sub = sub->next)
573 for (loop = loops->tree_root->inner; loop; loop = loop->next)
H A Dcombine.c2009 /* Handle the case where inner is twice the size of outer. */ local
2022 rtx inner = SET_SRC (PATTERN (i3));
2036 if (GET_CODE (inner) == CONST_INT)
2038 ilo = INTVAL (inner);
2043 ilo = CONST_DOUBLE_LOW (inner);
2044 ihi = CONST_DOUBLE_HIGH (inner);
3498 rtx inner = NULL_RTX;
3725 inner = XEXP (SET_SRC (x), 0);
3730 if (GET_MODE_CLASS (GET_MODE (inner)) == MODE_PARTIAL_INT
3735 len = GET_MODE_BITSIZE (GET_MODE (inner));
3483 rtx inner = NULL_RTX; local
4343 rtx inner; local
5416 rtx inner = SUBREG_REG (src); local
5425 SUBST (SET_SRC (x), inner); local
5816 rtx inner; local
5957 make_extraction(enum machine_mode mode, rtx inner, HOST_WIDE_INT pos, rtx pos_rtx, unsigned HOST_WIDE_INT len, int unsignedp, int in_dest, int in_compare) argument
7130 rtx inner = XEXP (x, 0); local
10546 rtx inner = XEXP (XEXP (XEXP (op0, 0), 0), 0); local
[all...]
H A Dlambda-code.c1178 nest = nest->inner;
1491 temp = temp->inner;
1924 temp = temp->inner;
2079 if (!loop->inner)
2101 /* See if the inner loops are perfectly nested as well. */
2102 if (loop->inner)
2103 return perfect_nest_p (loop->inner);
2224 can_put_in_inner_loop (struct loop *inner, tree stmt) argument
2231 || !expr_invariant_in_loop_p (inner, TREE_OPERAND (stmt, 1)))
2236 if (!exit_phi_for_loop_p (inner, USE_STM
[all...]
H A Dtree.c2036 tree inner;
2043 inner = skip_simple_arithmetic (t);
2045 if (TREE_INVARIANT (inner)
2046 || (TREE_READONLY (inner) && ! TREE_SIDE_EFFECTS (inner))
2047 || TREE_CODE (inner) == SAVE_EXPR
2048 || TREE_CODE (inner) == ERROR_MARK)
2060 if (contains_placeholder_p (inner))
2079 tree inner;
2090 inner
2022 tree inner; local
2065 tree inner; local
2342 tree inner; local
6832 tree inner, outer; local
7212 upper_bound_in_type(tree outer, tree inner) argument
7279 lower_bound_in_type(tree outer, tree inner) argument
[all...]
H A Dtree-nested.c51 compiling the inner function, and once done with those we switch back
57 referenced by an inner function is a member of an explicitly created
63 that to happen -- since the compilation of the inner function is no
71 examine inner functions first, so that we can avoid making changes
89 struct nesting_info *inner; local
714 if (root->inner)
715 walk_all_functions (callback, root->inner);
781 sub->next = info->inner;
782 info->inner = sub;
1247 and PARM_DECLs that were referenced by inner neste
[all...]
H A Dcfgloopmanip.c538 while (loop->inner)
540 ploop = loop->inner;
664 for (aloop = loop->inner; aloop; aloop = aloop->next)
916 for (aloop = loop->inner; aloop; aloop = aloop->next)
919 for (aloop = loop->inner, i = 0; aloop; aloop = aloop->next, i++)
1305 if (loop->inner)
1426 while (loop->inner)
1428 ploop = loop->inner;
1443 if (loop->inner)
1444 loop = loop->inner;
[all...]
H A Domp-low.c368 if (region == NULL || region->inner == NULL
369 || region->exit == NULL || region->inner->exit == NULL)
374 || (region->inner->type != OMP_FOR
375 && region->inner->type != OMP_SECTIONS))
382 ws_entry_bb = region->inner->entry;
383 ws_exit_bb = region->inner->exit;
394 if (region->inner->type == OMP_FOR)
412 region->inner->is_combined_parallel = false;
418 region->inner->is_combined_parallel = true;
727 if (region->inner)
3192 struct omp_region *inner; local
[all...]
H A Dloop-unswitch.c145 /* Go through inner loops (only original ones). */
155 if (loop->inner)
281 if (loop->inner)
415 gcc_assert (!loop->inner);
H A Dcfgloop.h95 /* The first inner (child) loop or NULL if innermost loop. */
96 struct loop *inner; member in struct:loop
279 ??? Add a third mode field that would specify the mode in that inner
H A Dtree-ssa-loop-im.c1401 if (!loops->tree_root->inner)
1407 loop = loops->tree_root->inner;
1412 if (loop->inner)
1414 loop = loop->inner;
1494 for (loop = loop->inner; loop; loop = loop->next)
1522 for (loop = loops->tree_root->inner; loop; loop = loop->next)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcp-namespace.c194 INNER_LENGTH is the end of the inner namespace. If the using
209 if ((strncmp (current->inner, name, inner_length) == 0)
210 && (strlen (current->inner) == inner_length)
271 /* Create a new struct using direct whose inner namespace is the
289 retval->inner = savestring (name, inner_len);
312 retval->inner = obsavestring (using->inner, strlen (using->inner),
318 xfree (using->inner);
427 sym = cp_lookup_symbol_namespace (current->inner,
[all...]
H A Dcp-support.h47 char *inner; member in struct:using_direct
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dacl.c378 dns_acl_t *inner = NULL; local
394 inner = e->nestedacl;
400 inner = env->localhost;
406 inner = env->localnets;
414 result = dns_acl_match(reqaddr, reqsigner, inner, env,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp133 Expr *inner = E->IgnoreParenCasts(); local
134 if (CallExpr *callE = dyn_cast<CallExpr>(inner)) {
181 Expr *base = inner->IgnoreParenImpCasts();
/freebsd-9.3-release/contrib/gcc/cp/
H A Dname-lookup.c2346 push_inner_scope_r (tree outer, tree inner)
2350 if (outer == inner
2351 || (TREE_CODE (inner) != NAMESPACE_DECL && !CLASS_TYPE_P (inner)))
2354 prev = CP_DECL_CONTEXT (TREE_CODE (inner) == NAMESPACE_DECL ? inner : TYPE_NAME (inner));
2357 if (TREE_CODE (inner) == NAMESPACE_DECL)
2370 resume_scope (NAMESPACE_LEVEL (inner));
2371 current_namespace = inner;
2343 push_inner_scope_r(tree outer, tree inner) argument
2392 push_inner_scope(tree inner) argument
2405 pop_inner_scope(tree outer, tree inner) argument
[all...]

Completed in 226 milliseconds

123