Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/external/skia/resources/
Dslides_transitions.lua74 rec.step = function (self) function
85 rec.step = function (self) function
117 rec.step = function (self) function
148 rec.step = function (self) function
155 rec.step = function (self) function
189 step = function (self) function
/external/toybox/toys/posix/
Dsed.c182 struct step { struct
183 struct step *next, *prev; argument
186 long lmatch[2];
187 int rmatch[2], arg1, arg2, w; // offsets because remalloc()
188 unsigned not, hit, sflags;
189 char c; // action
/external/v8/src/
Duri.h94 int step; in UnescapeSlow() local
116 int step; in UnescapeSlow() local
128 int step; in UnescapeSlow() local
154 int* step) { in UnescapeChar()
/external/libunwind/tests/
DGperf-trace.c58 measure_unwind (int maxlevel, double *step) in measure_unwind()
79 g1 (int level, int maxlevel, double *step) in g1()
89 f1 (int level, int maxlevel, double *step) in f1()
101 double step, min_step, first_step, sum_step; in doit() local
DGperf-simple.c58 measure_unwind (int maxlevel, double *step) in measure_unwind()
93 g1 (int level, int maxlevel, double *step) in g1()
103 f1 (int level, int maxlevel, double *step) in f1()
115 double step, min_step, first_step, sum_step; in doit() local
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp152 bool GrFmtJpeg2000Reader::ReadData( uchar* data, int step, int color ) in ReadData()
260 int step, int cmpt, in ReadComponent8u()
322 int step, int cmpt, in ReadComponent16u()
402 bool GrFmtJpeg2000Writer::WriteImage( const uchar* data, int step, in WriteImage()
456 int step, int ncmpts, int w, int h ) in WriteComponent8u()
479 int step, int ncmpts, int w, int h ) in WriteComponent16u()
/external/tremolo/Tremolo/
Dmdct.c64 STIN void presymmetry(DATA_TYPE *in,int n2,int step){ in presymmetry()
197 STIN void mdct_butterfly_generic(DATA_TYPE *x,int points,int step){ in mdct_butterfly_generic()
274 STIN void mdct_step7(DATA_TYPE *x,int n,int step){ in mdct_step7()
320 STIN void mdct_step8(DATA_TYPE *x, int n, int step){ in mdct_step8()
413 int step; in mdct_backward() local
475 int step, in mdct_unroll_lap()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DRungeKuttaIntegrator.java70 private final double step; field in RungeKuttaIntegrator
85 final double step) { in RungeKuttaIntegrator()
DEulerIntegrator.java68 public EulerIntegrator(final double step) { in EulerIntegrator()
DGillIntegrator.java70 public GillIntegrator(final double step) { in GillIntegrator()
DClassicalRungeKuttaIntegrator.java70 public ClassicalRungeKuttaIntegrator(final double step) { in ClassicalRungeKuttaIntegrator()
DThreeEighthesIntegrator.java68 public ThreeEighthesIntegrator(final double step) { in ThreeEighthesIntegrator()
DMidpointIntegrator.java64 public MidpointIntegrator(final double step) { in MidpointIntegrator()
/external/skia/src/effects/
DSkCornerPathEffect.cpp20 SkPoint* step) { in ComputeStep()
45 SkVector firstStep, step; in filterPath() local
/external/icu/icu4c/source/i18n/
Dcollation.cpp72 Collation::decTwoBytePrimaryByOneStep(uint32_t basePrimary, UBool isCompressible, int32_t step) { in decTwoBytePrimaryByOneStep()
94 Collation::decThreeBytePrimaryByOneStep(uint32_t basePrimary, UBool isCompressible, int32_t step) { in decThreeBytePrimaryByOneStep()
/external/libdrm/tests/modetest/
Dcursor.c81 static void set_cursor(struct cursor *cursor, struct cursor_step *step) in set_cursor()
94 static void move_cursor(struct cursor *cursor, struct cursor_step *step) in move_cursor()
148 struct cursor_step *step = &steps[indx % ARRAY_SIZE(steps)]; in cursor_thread_func() local
/external/opencv/cxcore/include/
Dcxcore.hpp159 int step() const { return image ? image->widthStep : 0; } in step() function in CvImage
218 void* data=0, int step=CV_AUTOSTEP ) in CvMatrix()
223 CvMatrix( int rows, int cols, int type, void* data, int step=CV_AUTOSTEP ) in CvMatrix()
327 int step() const { return matrix ? matrix->step : 0; } in step() function in CvMatrix
329 void set_data( void* data, int step=CV_AUTOSTEP ) in set_data()
/external/webp/src/dsp/
Ddec_mips32.c28 static WEBP_INLINE void do_filter2(uint8_t* p, int step) { in do_filter2()
38 static WEBP_INLINE void do_filter4(uint8_t* p, int step) { in do_filter4()
51 static WEBP_INLINE void do_filter6(uint8_t* p, int step) { in do_filter6()
66 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev()
71 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int thresh) { in needs_filter()
77 int step, int t, int it) { in needs_filter2()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dbase.hpp144 step(F op, S state, Its its, Args... args) { in step() function
154 step(F op, S state, Its its, Args... args) { in step() function
165 step(F op, __empty state, Its its, Args... args) { in step() function
/external/skia/bench/
DInterpBench.cpp56 SkFixed step = SkFloatToFixed(dx); in performTest() local
75 int64_t step = (int64_t)(dx * 65536 * 655536); in performTest() local
106 int64_t step = (int64_t)(dx * 65536 * 655536 * 65536); in performTest() local
/external/clang/test/SemaCXX/
Dfor-range-examples.cpp30 T it, step; member in value_range_detail::value_range_step_iter
32 value_range_step_iter(const T &it, const T &step) : it(it), step(step) {} in value_range_step_iter()
40 T it, step, end_; member in value_range_detail::value_range_step
42 value_range_step(const T &it, const T &end, const T &step) : in value_range_step()
54 value_range_detail::value_range_step<T> range(const T &a, const T &b, const T &step) { return value… in range()
/external/javasqlite/src/main/java/SQLite/
DFunction.java49 public void step(FunctionContext fc, String args[]); in step() method
/external/valgrind/coregrind/m_gdbserver/
Dtarget.h81 int step; member
/external/v8/test/mjsunit/es6/debug-promises/
Dthrow-in-constructor.js13 var step = 0; variable
Dtry-reject-in-constructor.js13 var step = 0; variable

12345678910>>...13