Searched defs:step (Results 1 - 25 of 87) sorted by relevance

1234

/haiku-fatelf/src/tests/kits/game/chart/
H A DChartView.h32 int32 step; member in class:InstantView
/haiku-fatelf/src/bin/gdb/gdb/
H A Dlinux-nat.h55 int step; member in struct:lwp_info
H A Di386fbsd-nat.c39 i386fbsd_resume (ptid_t ptid, int step, enum target_signal signal) argument
H A Dlynx-nat.c528 child_resume (ptid_t ptid, int step, enum target_signal signal) argument
H A Dinfptrace.c192 child_resume(ptid_t ptid, int step, enum target_signal signal) argument
/haiku-fatelf/src/system/libroot/posix/glibc/iconv/
H A Dgconv_builtin.c63 __gconv_get_builtin_trans (const char *name, struct __gconv_step *step) argument
[all...]
H A Dloop.c245 FCTNAME (LOOPFCT) (struct __gconv_step *step, argument
330 SINGLE(LOOPFCT) (struct __gconv_step *step, argument
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dtarget.h40 int step; member in struct:thread_resume
H A Dserver.c278 myresume (int step, int sig) argument
/haiku-fatelf/src/libs/icon/style/
H A DStyle.cpp174 BGradient::ColorStop* step = fGradient->ColorAtFast(i); local
H A DGradientTransformable.cpp69 BGradient::ColorStop step; local
237 BGradient::ColorStop* step = new BGradient::ColorStop(color, offset); local
257 BGradient::ColorStop* step = new BGradient::ColorStop(color); local
270 BGradient::ColorStop* step local
315 BGradient::ColorStop* step = ColorAt(index); local
[all...]
/haiku-fatelf/src/tests/kits/opengl/glsl/
H A Dbrick.c116 const GLfloat step = 3.0f; local
/haiku-fatelf/headers/libs/agg/
H A Dagg_trans_bilinear.h139 iterator_x(double tx, double ty, double step, const double m[4][2]) : argument
H A Dagg_trans_perspective.h156 iterator_x(double tx, double ty, double step, const double m[8][1]) : argument
/haiku-fatelf/src/apps/sudoku/
H A DSudokuSolver.cpp185 SolutionStep* step = new SolutionStep(fField); local
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dlib_twait.c275 int step = (milliseconds < 0) ? 0 : 5000; local
/haiku-fatelf/src/apps/cortex/InfoView/
H A DInfoView.cpp208 float step = fh.ascent + fh.descent + fh.leading + M_V_MARGIN; local
/haiku-fatelf/src/apps/deskbar/
H A DInlineScrollView.cpp547 TInlineScrollView::SetSmallStep(float step) argument
565 TInlineScrollView::ScrollBy(const float& step) argument
[all...]
/haiku-fatelf/src/apps/networkstatus/
H A DRadioView.cpp97 float step; local
155 float step; local
156 _Compute(Bounds(), center, count, fMax, step); local
184 float step; local
185 _Compute(Bounds(), center, count, fMax, step); local
194 _Compute(const BRect& bounds, BPoint& center, int32& count, int32 max, float& step) argument
211 _DrawBow(BView* view, int32 index, const BPoint& center, int32 count, float step) argument
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dseq.c305 get_default_format (operand first, operand step, operand last) argument
347 operand step = { 1, 1, 0 }; local
242 print_numbers(char const *fmt, struct layout layout, long double first, long double step, long double last) argument
[all...]
/haiku-fatelf/src/bin/findutils/lib/
H A Dbuildcmd.c312 size_t step; local
/haiku-fatelf/src/kits/interface/
H A DMenuWindow.cpp366 BMenuWindow::SetSmallStep(float step) argument
405 BMenuWindow::TryScrollBy(const float& step) argument
445 BMenuWindow::_ScrollBy(const float& step) argument
[all...]
/haiku-fatelf/src/preferences/cpufrequency/
H A DColorStepView.cpp275 ColorStepView::UsageOfStep(int32 step, int32 nSteps, float base) argument
316 ColorStepView::_PositonStep(int32 step) argument
326 ColorStepView::_ColorStep(int32 step, rgb_color &color) argument
/haiku-fatelf/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp458 uint32 step = i == 4 ? 1 : (system_time() & 0x1f) + 1; local
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_qmfb.c187 jpc_qmfb1d_split(jpc_fix_t *startptr, int startind, int endind, register int step, jpc_fix_t *lstartptr, int lstartind, int lendind, jpc_fix_t *hstartptr, int hstartind, int hendind) argument
311 jpc_qmfb1d_join(jpc_fix_t *startptr, int startind, int endind, register int step, jpc_fix_t *lstartptr, int lstartind, int lendind, jpc_fix_t *hstartptr, int hstartind, int hendind) argument
[all...]

Completed in 127 milliseconds

1234