Searched defs:See (Results 1 - 23 of 23) sorted by relevance

/external/libunwind/doc/
H A Dunw_destroy_addr_space.tex27 \section{See Also}
H A Dlibunwind-setjmp.tex72 \section{See Also}
H A Dunw_backtrace.tex41 \section{See Also}
H A Dlibunwind-ia64.tex204 \section{See Also}
H A Dunw_flush_cache.tex44 \section{See Also}
H A Dunw_get_accessors.tex41 \section{See Also}
H A Dunw_get_fpreg.tex34 floating-point registers. See \Func{unw\_get\_fpreg}(3) for a way to
60 \section{See Also}
H A Dunw_get_proc_info.tex109 \section{See Also}
H A Dunw_get_proc_info_by_ip.tex75 \section{See Also}
H A Dunw_get_proc_name.tex69 \section{See Also}
H A Dunw_get_reg.tex34 registers whose values fit in a single word. See
61 \section{See Also}
H A Dunw_getcontext.tex50 \section{See Also}
H A Dunw_is_fpreg.tex36 \section{See Also}
H A Dunw_is_signal_frame.tex51 \section{See Also}
H A Dunw_regname.tex35 \section{See Also}
H A Dunw_set_caching_policy.tex66 \section{See Also}
H A Dunw_set_fpreg.tex34 floating-point registers. See \Func{unw\_set\_reg}(3) for a way to
62 \section{See Also}
H A Dunw_set_reg.tex34 registers whose values fit in a single word. See
63 \section{See Also}
H A Dunw_step.tex55 \section{See Also}
/external/lldb/test/pexpect-2.4/examples/
H A Dtopip.py49 import pexpect, pxssh # See http://pexpect.sourceforge.net/ namespace
/external/lzma/C/
H A DPpmd7.h58 CPpmd_See DummySee, See[25][16]; member in struct:__anon26722
/external/iproute2/doc/
H A Dip-cref.tex848 \paragraph{See also:} Appendix~\ref{PROXY-NEIGH}, p.\pageref{PROXY-NEIGH}
1203 is used. See sec.\ref{IP-RULE}, p.\pageref{IP-RULE}.
1625 in an error. See attribute \verb|error| below (p.\pageref{IP-ROUTE-GET-error}).
1694 \verb|ip route save| is that of \verb|rtnetlink|. See
2248 with \verb|ip maddr add|. See the following subsection.
2389 \paragraph{See also:} A more informal discussion of tunneling
/external/speex/libspeex/
H A Dmdf.c696 spx_word32_t Syy,See,Sxx,Sdd, Sff; local
878 See = 0;
890 See += mdf_inner_prod(st->e+chan*N, st->e+chan*N, st->frame_size);
895 Sff = See;
902 st->Davg1 = ADD32(MULT16_32_Q15(QCONST16(.6f,15),st->Davg1), MULT16_32_Q15(QCONST16(.4f,15),SUB32(Sff,See)));
903 st->Davg2 = ADD32(MULT16_32_Q15(QCONST16(.85f,15),st->Davg2), MULT16_32_Q15(QCONST16(.15f,15),SUB32(Sff,See)));
908 st->Davg1 = .6*st->Davg1 + .4*(Sff-See);
909 st->Davg2 = .85*st->Davg2 + .15*(Sff-See);
917 if (FLOAT_GT(FLOAT_MUL32U(SUB32(Sff,See),ABS32(SUB32(Sff,See))), FLOAT_MUL32
[all...]

Completed in 1853 milliseconds