Home
last modified time | relevance | path

Searched refs:outer (Results 1 – 25 of 45) sorted by relevance

12

/mirbsd/src/sys/netinet/
Dip_ecn.c93 ip_ecn_ingress(mode, outer, inner) in ip_ecn_ingress() argument
95 u_int8_t *outer;
98 if (!outer || !inner)
101 *outer = *inner;
109 *outer &= ~IPTOS_ECN_ECT1;
115 *outer &= ~IPTOS_ECN_MASK;
128 ip_ecn_egress(mode, outer, inner) in ip_ecn_egress() argument
130 u_int8_t *outer;
133 if (!outer || !inner)
142 if ((*outer & IPTOS_ECN_MASK) == IPTOS_ECN_CE) {
[all …]
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
Dsrc0_HTMLDTD.txt566 …contained: FONTlike EMlike MATHlike FORMlike Plike DIVlike LIlike BRlike APPLETlike HRlike outer B…
567 …ike MATHlike TRlike FORMlike Plike DIVlike ULlike BRlike APPLETlike HRlike outer BODYlike HEADstuff
590 …mula TRlike FORMlike Plike DIVlike LIlike ULlike BRlike APPLETlike HRlike outer BODYlike HEADstuff…
613 …mula TRlike FORMlike Plike DIVlike LIlike ULlike BRlike APPLETlike HRlike outer BODYlike HEADstuff…
635 contained: FORMlike DIVlike LIlike APPLETlike HRlike outer BODYlike
636 …ke MATHlike Alike TRlike FORMlike Plike DIVlike LIlike ULlike APPLETlike HRlike outer BODYlike same
668 …MATHlike Alike formula FORMlike Plike DIVlike LIlike ULlike BRlike APPLETlike HRlike outer BODYlike
669 …ke formula TRlike FORMlike Plike DIVlike LIlike ULlike BRlike APPLETlike HRlike outer BODYlike same
703 …ike SELECTlike FORMlike Plike DIVlike LIlike ULlike BRlike APPLETlike HRlike MAPlike outer BODYlike
726 …mula TRlike FORMlike Plike DIVlike LIlike ULlike BRlike APPLETlike HRlike outer BODYlike HEADstuff…
[all …]
Dsrc1_HTMLDTD.txt566 …contained: FONTlike EMlike MATHlike FORMlike Plike DIVlike LIlike BRlike APPLETlike HRlike outer B…
567 …ike MATHlike TRlike FORMlike Plike DIVlike ULlike BRlike APPLETlike HRlike outer BODYlike HEADstuff
590 …mula TRlike FORMlike Plike DIVlike LIlike ULlike BRlike APPLETlike HRlike outer BODYlike HEADstuff…
613 …mula TRlike FORMlike Plike DIVlike LIlike ULlike BRlike APPLETlike HRlike outer BODYlike HEADstuff…
635 contained: FORMlike DIVlike LIlike APPLETlike HRlike outer BODYlike
636 …ke MATHlike Alike TRlike FORMlike Plike DIVlike LIlike ULlike APPLETlike HRlike outer BODYlike same
668 …MATHlike Alike formula FORMlike Plike DIVlike LIlike ULlike BRlike APPLETlike HRlike outer BODYlike
669 …ke formula TRlike FORMlike Plike DIVlike LIlike ULlike BRlike APPLETlike HRlike outer BODYlike same
703 …ike SELECTlike FORMlike Plike DIVlike LIlike ULlike BRlike APPLETlike HRlike MAPlike outer BODYlike
726 …mula TRlike FORMlike Plike DIVlike LIlike ULlike BRlike APPLETlike HRlike outer BODYlike HEADstuff…
[all …]
Ddtd_util.c918 DUMP(outer); in dump_flat_TagClass()
1083 LOAD(outer); in load_flat_TagClass()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dcp-namespace.c211 && (strlen (current->outer) == outer_length)) in cp_add_using_directive()
290 retval->outer = savestring (name, outer_len); in cp_add_using()
314 retval->outer = obsavestring (using->outer, strlen (using->outer), in cp_copy_usings()
319 xfree (using->outer); in cp_copy_usings()
425 if (strcmp (namespace, current->outer) == 0) in cp_lookup_symbol_namespace()
Dcp-support.h49 char *outer; member
Dcp-support.c690 if (strcmp (namespace, current->outer) == 0) in make_symbol_overload_list_using()
/mirbsd/src/gnu/usr.bin/perl/utils/
Ddprofpp.PL700 my %outer;
808 $outer{$name}++;
827 while (my ($key, $count) = each %outer) {
863 my($stack, $tstack, $t, $times, $ctimes, $name, $in, $tab, $deep, $outer) = @_;
893 unless --$outer->{$name};
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dlocal.t127 $a = 'outer';
129 is($a, 'outer');
Dclosure.t291 sub outer {
299 $outer = sub {
539 my $outer;
/mirbsd/src/lib/libssl/src/doc/crypto/
DDSA_generate_parameters.pod48 B<callback(1, i, cb_arg)> is called in the outer loop
67 B<callback(1, i, cb_arg)> is called in the outer loop
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYMap.c611 HTList *outer = LynxMaps; in LYPrintImgMaps() local
617 if (HTList_count(outer) > 0) { in LYPrintImgMaps()
618 while (NULL != (map = (LYImageMap *) HTList_nextObject(outer))) { in LYPrintImgMaps()
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperllol.pod28 Now you should be very careful that the outer bracket type
42 Notice that the outer bracket type has changed, and so our access syntax
193 using the shell-style for() construct to loop across the outer
Dperlintern.pod566 any outer lexicals.
671 in the inner pads if it's found in an outer one. innercv is the CV *inside*
672 the chain of outer CVs to be searched. If newoff is non-null, this is a
686 the complications introduced by eval). If the name is found in an outer pad,
808 inner subs to the outer of this cv.
Dperlref.pod685 outer lexicals) only once at compile time, whereas anonymous subroutines
692 sub outer {
700 sub outer {
706 Now inner() can only be called from within outer(), because of the
709 of outer().
Dperlfork.pod156 print "outer\n";
165 outer
Dperl5004delta.pod1513 variable defined in an outer subroutine.
1516 the outer subroutine's variable as it was before and during the
1517 *first* call to the outer subroutine; in this case, after the first
1518 call to the outer subroutine is complete, the inner and outer
1522 Furthermore, if the outer subroutine is anonymous and references a
1523 lexical variable outside itself, then the outer and inner subroutines
1528 reference variables in outer subroutines are called or referenced,
Dperlpodspec.pod1829 =begin outer
1841 =end outer
1845 =begin outer
1853 =end outer
1859 This latter is improper because when the "=end outer" command is seen, the
1860 currently open region has the formatname "inner", not "outer". (It just
1861 happens that "outer" is the format name of a higher-up region.) This is
1865 a region called "outer" which contains X and Y, overlapping a region called
Dperlsyn.pod444 last; # can't go to outer :-(
463 between the inner and outer loops later on, the new code won't be
/mirbsd/src/gnu/usr.bin/perl/t/lib/strict/
Dvars283 # strict vars with outer our - no error
305 # strict vars with outer our, inner use - no error
/mirbsd/src/gnu/usr.bin/perl/t/run/
Dfresh_perl.t322 my $a = 'outer';
/mirbsd/src/share/doc/psd/23.Cknr/
Dcman436 the outer declaration is pushed down for the duration of the block,
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic54x.c79 struct stag *outer; /* Enclosing .struct. */ member
802 current_stag->inner->outer = current_stag;
836 if (current_stag->outer == NULL)
885 if (current_stag->outer == NULL)
892 current_stag = current_stag->outer;
Dtc-m68k.c5892 struct mri_control_info *outer; member
5969 n->outer = mri_control_stack; in push_mri_control()
5983 mri_control_stack = n->outer; in pop_mri_control()
6569 n = n->outer; in s_mri_break()
6607 n = n->outer; in s_mri_next()
/mirbsd/src/gnu/share/
Dm4sugar.inc900 # Now, just replace the `$2' with `m4_quote($2)' in the outer `m4_if'
1116 # diversion, GROW. When the outer macro is fully expanded, we first
1125 # Because m4_require is not required to be first in the outer macros, we
1832 # only once, rather than in each iteration of the outer m4_foreach.

12