HomeSort by relevance Sort by last modified time
    Searched defs:See (Results 1 - 23 of 23) sorted by null

  /external/libunwind/doc/
unw_destroy_addr_space.tex 27 \section{See Also}
libunwind-setjmp.tex 72 \section{See Also}
unw_backtrace.tex 41 \section{See Also}
libunwind-ia64.tex 59 please see the ``Itanium Software Conventions and Runtime Architecture
204 \section{See Also}
unw_flush_cache.tex 44 \section{See Also}
unw_get_accessors.tex 22 (see \Func{unw\_create\_addr\_space}(3)). The returned pointer is
41 \section{See Also}
unw_get_fpreg.tex 29 stack-pointer). However, for signal frames (see
34 floating-point registers. See \Func{unw\_get\_fpreg}(3) for a way to
57 \Func{access\_fpreg}() call-backs (see
60 \section{See Also}
unw_get_proc_info.tex 58 for use by the \Func{find\_proc\_info}() call-back (see
64 \Func{find\_proc\_info}() call-back (see
71 \Func{find\_proc\_info}() call-back (see
106 returned by the \Func{access\_mem}() call-back (see
109 \section{See Also}
unw_get_proc_info_by_ip.tex 72 returned by the \Func{access\_mem}() call-back (see
75 \section{See Also}
unw_get_proc_name.tex 66 returned by the \Func{access\_mem}() call-back (see
69 \section{See Also}
unw_get_reg.tex 29 stack-pointer). However, for signal frames (see
34 registers whose values fit in a single word. See
58 \Func{access\_fpreg}() call-backs (see
61 \section{See Also}
unw_getcontext.tex 50 \section{See Also}
unw_is_fpreg.tex 36 \section{See Also}
unw_is_signal_frame.tex 51 \section{See Also}
unw_regname.tex 35 \section{See Also}
unw_set_caching_policy.tex 66 \section{See Also}
unw_set_fpreg.tex 29 stack-pointer). However, for signal frames (see
34 floating-point registers. See \Func{unw\_set\_reg}(3) for a way to
59 \Func{access\_fpreg}() call-backs (see
62 \section{See Also}
unw_set_reg.tex 29 stack-pointer). However, for signal frames (see
34 registers whose values fit in a single word. See
60 \Func{access\_fpreg}() call-backs (see
63 \section{See Also}
unw_step.tex 53 call-backs (see \Func{unw\_create\_addr\_space}(3)).
55 \section{See Also}
  /external/lldb/test/pexpect-2.4/examples/
topip.py 10 attacks. This made it easy to see if a script was opening many multiple
49 import pexpect, pxssh # See http://pexpect.sourceforge.net/
  /external/lzma/C/
Ppmd7.h 58 CPpmd_See DummySee, See[25][16];
  /external/iproute2/doc/
ip-cref.tex 381 Then we see the interface {\em mtu\/} (``maximal transfer unit''). This determines
476 Multicast addresses are not shown by this command, see
743 additional address attributes: scope value (see Sec.\ref{IP-ADDR-ADD},
848 \paragraph{See also:} Appendix~\ref{PROXY-NEIGH}, p.\pageref{PROXY-NEIGH}
    [all...]
  /external/speex/libspeex/
mdf.c 4 Echo canceller based on the MDF algorithm (see below)
696 spx_word32_t Syy,See,Sxx,Sdd, Sff;
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_MUL32U(Sff,Dbf))
    [all...]

Completed in 2168 milliseconds