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

  /external/javasqlite/src/main/java/SQLite/
Backup.java 49 return _step(n);
53 private native boolean _step(int n) throws SQLite.Exception; method in class:Backup
61 _step(-1);
  /external/opencv3/modules/core/src/opencl/
mixchannels.cl 45 __global const uchar * src##i##ptr, int src##i##_step, int src##i##_offset,
47 __global uchar * dst##i##ptr, int dst##i##_step, int dst##i##_offset,
49 int src##i##_index = mad24(src##i##_step, y0, mad24(x, (int)sizeof(T) * scn##i, src##i##_offset)); \
50 int dst##i##_index = mad24(dst##i##_step, y0, mad24(x, (int)sizeof(T) * dcn##i, dst##i##_offset));
55 src##i##_index += src##i##_step; \
56 dst##i##_index += dst##i##_step;
split_merge.cl 46 #define DECLARE_SRC_PARAM(index) __global const uchar * src##index##ptr, int src##index##_step, int src##index##_offset,
47 #define DECLARE_INDEX(index) int src##index##_index = mad24(src##index##_step, y0, mad24(x, (int)sizeof(T) * scn##index, src##index##_offset));
51 src##index##_index += src##index##_step;
76 #define DECLARE_DST_PARAM(index) , __global uchar * dst##index##ptr, int dst##index##_step, int dst##index##_offset
77 #define DECLARE_INDEX(index) int dst##index##_index = mad24(y0, dst##index##_step, mad24(x, (int)sizeof(T), dst##index##_offset));
81 dst##index##_index += dst##index##_step;
  /external/libunwind/doc/
unw_step.tex 8 \begin{Name}{3}{unw\_step}{David Mosberger-Tang}{Programming Library}{unw\_step}unw\_step -- advance to next stack frame
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
unw_backtrace.tex 44 \SeeAlso{unw\_step(3)}
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)},
  /external/opencv3/modules/core/src/
downhill_simplex.cpp 149 _step=Mat_<double>();
152 void getInitStep(OutputArray step) const { _step.copyTo(step); }
159 m.copyTo(_step);
161 transpose(m, _step);
182 CV_Assert( std::min(_step.cols, _step.rows) == 1 &&
183 std::max(_step.cols, _step.rows) >= 2 &&
184 _step.type() == CV_64FC1 );
187 print_matrix(_step);
212 Mat _step; member in class:cv::DownhillSolverImpl
    [all...]
kmeans.cpp 66 size_t _step,
72 step(_step),
matrix.cpp 594 size_t esz = CV_ELEM_SIZE(m->type), minstep = thiz.cols*esz, _step = m->step;
595 if( _step == 0 )
596 _step = minstep;
597 thiz.datalimit = thiz.datastart + _step*thiz.rows;
598 thiz.dataend = thiz.datalimit - _step + minstep;
599 thiz.step[0] = _step; thiz.step[1] = esz;
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
psnrhvs.c 94 double _par, int _w, int _h, int _step,
125 for (y = 0; y < _h - 7; y += _step) {
126 for (x = 0; x < _w - 7; x += _step) {
  /external/opencv3/modules/core/include/opencv2/core/
mat.inl.hpp 394 Mat::Mat(int _rows, int _cols, int _type, void* _data, size_t _step)
401 if( _step == AUTO_STEP )
403 _step = minstep;
408 if( rows == 1 ) _step = minstep;
409 CV_DbgAssert( _step >= minstep );
411 if (_step % esz1 != 0)
416 flags |= _step == minstep ? CONTINUOUS_FLAG : 0;
418 step[0] = _step;
420 datalimit = datastart + _step * rows;
421 dataend = datalimit - _step + minstep
    [all...]
mat.hpp     [all...]
  /external/libopus/src/
opus_compare.c 90 int _step,int _downsample){
118 x[ci*_window_sz+xk]=window[xk]*_in[(xi*_step+xk)*_nchannels+ci];
  /external/libunwind/tests/
check-namespace.sh.in 108 match _UL${plat}_step
195 match _U${plat}_step
  /external/autotest/server/cros/chaos_lib/
chaos_capture_analyzer.py 545 def _step(self, reached_state, packet): member in class:WifiStateMachineAnalyzer
587 self._step(next_state, packet)
  /external/opencv3/modules/ml/src/
data.cpp 418 CmpByIdx(const int* _data, int _step) : data(_data), step(_step) {}
    [all...]
  /external/opencv3/modules/imgproc/src/
imgwarp.cpp     [all...]
  /external/opencv/cv/include/
cvcompat.h     [all...]
  /external/opencv3/modules/cudalegacy/src/cuda/
NCVHaarObjectDetection.cu     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h     [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 598 milliseconds