Searched refs:outer (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_ecn.h33 static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) argument
35 outer &= ~INET_ECN_MASK;
36 outer |= !INET_ECN_is_ce(inner) ? (inner & INET_ECN_MASK) :
38 return outer;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibschroedingerdec.c216 int outer = 1; local
241 outer = 0;
275 outer = 0;
283 } while (outer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibschroedingerdec.c218 int outer = 1; local
251 outer = 0;
295 outer = 0;
303 } while (outer);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/math-emu/
H A Dfp_decode.h184 | .long "no memory indirect action/reserved","null outer displacement"
185 | .long "word outer displacement","long outer displacement"
356 | with base and/or outer displacement
390 1: printf PDECODE,"0" | null outer displacement
393 2: fp_get_instr_word %a0,fp_err_ua1 | 16bit outer displacement
396 3: fp_get_instr_long %a0,fp_err_ua1 | 32bit outer displacement
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dvp8dsp_altivec.c43 // for 6tap filters, these are the outer two taps
68 outer = vec_perm(a, b, perm_6tap##off); \
69 filth = vec_msum(filter_outerh, outer, filth); \
70 filtl = vec_msum(filter_outerl, outer, filtl); \
85 vec_u8 a, b, pixh, pixl, outer; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dvp8dsp_altivec.c47 // for 6tap filters, these are the outer two taps
72 outer = vec_perm(a, b, perm_6tap##off); \
73 filth = vec_msum(filter_outerh, outer, filth); \
74 filtl = vec_msum(filter_outerl, outer, filtl); \
89 vec_u8 a, b, pixh, pixl, outer; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Darmv4-mont.pl258 my ($tinptr,$toutptr,$inner,$outer)=map("r$_",(6..9));
306 sub $outer,$num,#1
345 subs $outer,$outer,#1
428 sub $outer,$num,#1
522 subs $outer,$outer,#1
H A Dparisc-mont.pl340 L\$outer
478 b L\$outer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Darmv4-mont.pl258 my ($tinptr,$toutptr,$inner,$outer)=map("r$_",(6..9));
306 sub $outer,$num,#1
345 subs $outer,$outer,#1
428 sub $outer,$num,#1
522 subs $outer,$outer,#1
H A Dparisc-mont.pl340 L\$outer
478 b L\$outer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dradiobox.cpp39 void wxRadioBox::OnRadioButton( wxCommandEvent &outer )
41 if ( outer.IsChecked() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvsrc_mandelbrot.c72 enum Outer outer; member in struct:__anon3442
105 {"outer", "set outer coloring mode", OFFSET(outer), AV_OPT_TYPE_INT, {.i64=NORMALIZED_ITERATION_COUNT}, 0, INT_MAX, FLAGS, "outer" },
106 {"iteration_count", "set iteration count mode", 0, AV_OPT_TYPE_CONST, {.i64=ITERATION_COUNT}, INT_MIN, INT_MAX, FLAGS, "outer" },
107 {"normalized_iteration_count", "set normalized iteration count mode", 0, AV_OPT_TYPE_CONST, {.i64=NORMALIZED_ITERATION_COUNT}, INT_MIN, INT_MAX, FLAGS, "outer" },
108 {"white", "set white mode", 0, AV_OPT_TYPE_CONST, {.i64=WHITE}, INT_MIN, INT_MAX, FLAGS, "outer" },
109 {"outz", "set outz mode", 0, AV_OPT_TYPE_CONST, {.i64=OUTZ}, INT_MIN, INT_MAX, FLAGS, "outer" },
332 switch(mb->outer){
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dradiobox.cpp33 void wxRadioBox::OnRadioButton( wxCommandEvent &outer )
35 if ( outer.IsChecked() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dregion.tex130 Returns the outer bounds of the region.
134 Returns the outer bounds of the region.
H A Dtconstr.tex67 always `boss' and specifies the size of the outer window, to which
H A Dre_syntax.tex292 `{\bf $\backslash$w}' lose their outer brackets, and `{\bf $\backslash$D}',
437 over ones starting later. Note that outer subexpressions thus take priority
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/as/
H A Dlpc_asm.s51 ; coefficients and all relevant history stay in registers, so the outer loop
55 ; and there may be a somewhat more clever way to do the outer loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/gas/
H A Dlpc_asm.s53 # coefficients and all relevant history stay in registers, so the outer loop
57 # and there may be a somewhat more clever way to do the outer loop
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dcheckpatch.pl661 my ($linenr, $remain, $outer, $open, $close, $off) = @_;
701 if (!$outer || $level <= 1) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dswapfile.c2335 goto outer;
2400 outer:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex71 % We never want plain's \outer definition of \+ in Texinfo.
381 \hfil % center the page within the outer (page) hsize.
1245 \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend}
3757 % Make sure we don't inherit \rightskip from the outer environment.
4035 % except not \outer, so it can be used within macros and \if's.
5114 \outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz
5136 \outer\parseargdef\appendix{\apphead0{#1}} % normally apphead0 calls appendixzzz
5153 \outer\parseargdef\unnumbered{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
5184 \outer\parseargdef\centerchap{%
5197 \outer\parseargde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex71 % We never want plain's \outer definition of \+ in Texinfo.
378 \hfil % center the page within the outer (page) hsize.
1237 \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend}
3547 % Make sure we don't inherit \rightskip from the outer environment.
3825 % except not \outer, so it can be used within macros and \if's.
4902 \outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz
4924 \outer\parseargdef\appendix{\apphead0{#1}} % normally apphead0 calls appendixzzz
4941 \outer\parseargdef\unnumbered{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
4972 \outer\parseargdef\centerchap{%
4985 \outer\parseargde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexinfo.tex71 % We never want plain's \outer definition of \+ in Texinfo.
378 \hfil % center the page within the outer (page) hsize.
1237 \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend}
3547 % Make sure we don't inherit \rightskip from the outer environment.
3825 % except not \outer, so it can be used within macros and \if's.
4902 \outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz
4924 \outer\parseargdef\appendix{\apphead0{#1}} % normally apphead0 calls appendixzzz
4941 \outer\parseargdef\unnumbered{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
4972 \outer\parseargdef\centerchap{%
4985 \outer\parseargde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex71 % We never want plain's \outer definition of \+ in Texinfo.
377 \hfil % center the page within the outer (page) hsize.
1220 \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend}
3517 % Make sure we don't inherit \rightskip from the outer environment.
3795 % except not \outer, so it can be used within macros and \if's.
4872 \outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz
4894 \outer\parseargdef\appendix{\apphead0{#1}} % normally apphead0 calls appendixzzz
4911 \outer\parseargdef\unnumbered{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
4942 \outer\parseargdef\centerchap{%
4955 \outer\parseargde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex89 inner packet to outer one. It means that path traversed by tunneled

Completed in 218 milliseconds

12