Searched refs:_step (Results 1 – 8 of 8) sorted by relevance
/external/libunwind/doc/ |
D | unw_step.tex | 8 \begin{Name}{3}{unw\_step}{David Mosberger-Tang}{Programming Library}{unw\_step}unw\_step -- advanc… 15 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*}\Var{cp});\\ 19 The \Func{unw\_step}() routine advances the unwind cursor \Var{cp} to 24 On successful completion, \Func{unw\_step}() returns a positive value 31 \Func{unw\_step}() is thread-safe. If cursor \Var{cp} is in the local 50 In addition, \Func{unw\_step}() may return any error returned by the
|
D | libunwind.tex | 22 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*});\\ 76 \Func{unw\_step}(). By repeatedly calling this routine, you can 78 \Func{F}(). A positive return value from \Func{unw\_step}() indicates 90 to \Var{prev} right before calling \Func{unw\_step}(). With this 196 \Func{unw\_step}() to move ``up'' in the call-chain, read and write 249 signal-safe (e.g., \Func{unw\_step}() for local unwinding is 342 \SeeAlso{unw\_step(3)},
|
D | unw_backtrace.tex | 44 \SeeAlso{unw\_step(3)}
|
/external/javasqlite/src/main/java/SQLite/ |
D | Backup.java | 49 return _step(n); in step() 53 private native boolean _step(int n) throws SQLite.Exception; in _step() method in Backup 61 _step(-1); in backup()
|
/external/libunwind/tests/ |
D | check-namespace.sh.in | 108 match _UL${plat}_step 195 match _U${plat}_step
|
/external/libopus/src/ |
D | opus_compare.c | 90 int _step,int _downsample){ in band_energy() argument 118 x[ci*_window_sz+xk]=window[xk]*_in[(xi*_step+xk)*_nchannels+ci]; in band_energy()
|
/external/opencv/cv/include/ |
D | cvcompat.h | 949 #define CV_INIT_PIXEL_POS(pos, origin, _step, roi, _x, _y, orientation) \ argument 951 (pos).step = (_step)/sizeof((pos).currline[0]) * (orientation ? -1 : 1), \
|
/external/ceres-solver/docs/source/ |
D | solving.rst | 1517 \delta &= numeric\_derivative\_relative\_step\_size\\
|