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

1234

/freebsd-11-stable/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-11-stable/contrib/netbsd-tests/net/if_gif/
H A Dt_gif.sh122 inner=${1}
132 if [ ${inner} = "ipv6" ]; then
159 inner=${1}
166 if [ ${inner} = "ipv6" ]; then
195 inner=${4}
203 if [ ${inner} = "ipv6" ]; then
217 inner=${1}
226 if [ ${inner} = "ipv6" ]; then
242 setup_if_gif $SOCK1 ${addr} ${remote} ${inner} \
245 if [ $inner
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.embedded.s51 ALTENTRY(inner)
55 SET_SIZE(inner)
H A Dtst.embedded.d48 pid$1:a.out:inner:
/freebsd-11-stable/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)
63 SET_SIZE(inner)
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip_nested.c31 char *p, *inner; local
51 /* Save contents of inner Zip. */
53 inner = calloc(innerLength, 1);
54 assertEqualInt(innerLength, archive_read_data(a, inner, innerLength));
70 /* Inspect inner Zip. */
73 assertEqualIntA(a, ARCHIVE_OK, read_open_memory_seek(a, inner, innerLength, 1));
86 free(inner);
/freebsd-11-stable/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-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 Dtree.c2040 tree inner;
2047 inner = skip_simple_arithmetic (t);
2049 if (TREE_INVARIANT (inner)
2050 || (TREE_READONLY (inner) && ! TREE_SIDE_EFFECTS (inner))
2051 || TREE_CODE (inner) == SAVE_EXPR
2052 || TREE_CODE (inner) == ERROR_MARK)
2064 if (contains_placeholder_p (inner))
2083 tree inner;
2094 inner
2026 tree inner; local
2069 tree inner; local
2346 tree inner; local
6858 tree inner, outer; local
7238 upper_bound_in_type(tree outer, tree inner) argument
7305 lower_bound_in_type(tree outer, tree inner) argument
[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);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dconfig_file.c66 svn_stream_t *inner;
72 if (!b->inner)
82 b->inner = svn_stream_from_stringbuf(contents, b->pool);
94 return svn_error_trace(svn_stream_read2(b->inner, buffer, len));
103 return svn_error_trace(svn_stream_mark(b->inner, mark, pool));
112 return svn_error_trace(svn_stream_seek(b->inner, mark));
121 return svn_error_trace(svn_stream_skip(b->inner, len));
130 return svn_error_trace(svn_stream_data_available(b->inner, data_available));
143 return svn_error_trace(svn_stream_readline(b->inner, stringbuf, eol, eof,
63 svn_stream_t *inner; member in struct:presentation_stream_baton_t
H A Dcompat.c57 svn_log_entry_receiver_t inner;
133 SVN_ERR(b->inner(b->inner_baton, entry, scratch_pool));
163 baton.inner = receiver;
56 svn_log_entry_receiver_t inner; member in struct:log_entry_receiver_baton_t
H A Dcommit.c157 svn_editor_t *inner;
1126 SVN_ERR(svn_editor_add_directory(eb->inner, relpath, children, props,
1144 SVN_ERR(svn_editor_add_file(eb->inner, relpath, checksum, contents, props,
1161 SVN_ERR(svn_editor_add_symlink(eb->inner, relpath, target, props,
1177 SVN_ERR(svn_editor_add_absent(eb->inner, relpath, kind, replaces_rev));
1193 SVN_ERR(svn_editor_alter_directory(eb->inner, relpath, revision,
1211 SVN_ERR(svn_editor_alter_file(eb->inner, relpath, revision,
1228 SVN_ERR(svn_editor_alter_symlink(eb->inner, relpath, revision,
1243 SVN_ERR(svn_editor_delete(eb->inner, relpath, revision));
1259 SVN_ERR(svn_editor_copy(eb->inner, src_relpat
156 svn_editor_t *inner; member in struct:ev2_baton
[all...]
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl259 my ($tinptr,$toutptr,$inner,$outer)=map("r$_",(6..9));
282 subs $inner,$num,#8
382 mov $inner,$num
395 subs $inner,$inner,#8
458 sub $inner,$num,#8
485 subs $inner,$inner,#8
543 mov $inner,$num
606 subs $inner,
[all...]

Completed in 230 milliseconds

1234