Searched refs:step (Results 26 - 49 of 49) sorted by relevance

12

/haiku/src/apps/softwareupdater/
H A DUpdateManager.h84 void _SetCurrentStep(int32 step);
H A DUpdateManager.cpp566 UpdateManager::_SetCurrentStep(int32 step) argument
568 fCurrentStep = step;
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp116 bigtime_t step, bigtime_t refresh);
231 bigtime_t toTime, bigtime_t step, bigtime_t refresh)
254 int32 updateWidth = int32((toTime - fLastTime) / step);
260 fLastTime = toTime - updateWidth * step;
264 int64 value = history->ValueAt(fLastTime += step);
266 if (step > refresh) {
268 for (bigtime_t offset = refresh; offset < step; offset += refresh) {
1352 uint32 step = 2; local
1355 step = 1;
1364 uint32 steps = width / step;
230 Update(DataHistory* history, int32 width, int32 resolution, bigtime_t toTime, bigtime_t step, bigtime_t refresh) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_regdomain.c473 int maxchans, int *nchans, uint16_t freq_lo, uint16_t freq_hi, int step,
483 "%s: freq=%d..%d, flags=0x%08x, step=%d\n", __func__,
484 (int) freq_lo, (int) freq_hi, flags, step);
487 for (freq += step; freq <= freq_hi && error == 0; freq += step)
544 int step; local
600 step = fband->channelSep;
602 step = roundup(channelSep, fband->channelSep);
606 "bandlo=%d, bandhi=%d, bfreqlo=%d, bfreqhi=%d, step=%d, "
617 step,
472 add_chanlist_band(struct ath_hal *ah, struct ieee80211_channel chans[], int maxchans, int *nchans, uint16_t freq_lo, uint16_t freq_hi, int step, uint32_t flags, REG_DMN_FREQ_BAND *fband, REG_DOMAIN *rd) argument
[all...]
/haiku/src/libs/icon/style/
H A DStyle.cpp215 BGradient::ColorStop* step = fGradient->ColorAtFast(i); local
216 if (step->color.alpha < 255)
/haiku/src/preferences/locale/
H A DLanguageListView.cpp290 int step = fGlobalDropTargetIndicator ? 64 : 128; local
291 for (int i = 0; i < 256; i += step)
292 gradient.AddColor(i % (step * 2) == 0
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp217 float step = fh.ascent + fh.descent + fh.leading + M_V_MARGIN; local
218 ScrollBar(B_VERTICAL)->SetSteps(step, step * 5);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp475 uint32 step = i == 4 ? 1 : (system_time() & 0x1f) + 1; local
476 uint32 counter = fLastPort + step;
500 counter += step;
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css47 set, setindex, sidebar, simpara, simplemsgentry, simplesect, step, substeps,
/haiku/headers/libs/agg/
H A Dagg_trans_perspective.h244 iterator_x(double px, double py, double step, const trans_perspective& m) : argument
246 den_step(m.w0 * step),
248 nom_x_step(step * m.sx),
250 nom_y_step(step * m.shy),
267 iterator_x begin(double x, double y, double step) const
269 return iterator_x(x, y, step, *this);
/haiku/headers/os/media/
H A DParameterWeb.h149 float min, float max, float step);
331 float min, float max, float step);
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp128 /* increment step used to dynamically resize the offscreen buffer */
1329 if (i < fInstantLoad->step)
1331 else if ((i / fInstantLoad->step) & 1)
1469 old_step = fInstantLoad->step;
1470 fInstantLoad->step = (int32)((fCurrentSettings.refresh_rate+6.0)/12.0);
1471 if (fInstantLoad->step < 1)
1472 fInstantLoad->step = 1;
1474 if (old_step != fInstantLoad->step)
1642 int32 step; local
1703 step
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h236 int Move(int level, int step);
H A DBTree.cpp358 BTree::Path::Move(int level, int step) argument
360 fSlots[level] += step;
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp718 for (int step = 1; step < maxStep; step++) {
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp953 uint32 step = 1; local
960 step = alignment / heap->page_size;
964 for (uint32 i = firstValid; i < lastValid; i += step) {
973 i += j / step * step;
/haiku/src/system/kernel/
H A Dheap.cpp1343 uint32 step = 1; local
1350 step = alignment / heap->page_size;
1354 for (uint32 i = firstValid; i < lastValid; i += step) {
1363 i += j / step * step;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.c1222 unsigned char step; member in struct:NEWUPPERCASE
1374 for (i = puc->first; i <= puc->last; i += puc->step)
H A Dacls.c4455 int step; local
4461 for (step=1; step<=2; step++) {
4465 ok = (step == 1 ? !secondstep : secondstep);
4482 * second step to define the implicit mapping pattern
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp841 uint16_t step = MIN(info->pay_len, MAX_REQCOUNT); local
843 int j = info->pay_len / step;
851 FWOHCI_DMA_WRITE(db->db.desc.cmd, step);
853 bus_addr += step;
857 if(info->pay_len % step){
859 FWOHCI_DMA_WRITE(db->db.desc.cmd, info->pay_len % step);
/haiku/src/kits/interface/
H A DColumnListView.cpp4819 for (int step = h; step < numItems; step++) {
4820 BRow* temp = items[step];
4822 for (i = step - h; i >= 0; i -= h) {
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2860.c3573 "0x%02x 0x%02x step=%d\n", sc->tssi_2ghz[0], sc->tssi_2ghz[1],
3597 "0x%02x 0x%02x step=%d\n", sc->tssi_5ghz[0], sc->tssi_5ghz[1],
4178 uint8_t step, bbp49; local
4186 step = sc->step_2ghz;
4189 step = sc->step_5ghz;
4202 d *= step;
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c1546 struct ether_multistep step; local
1576 ETHER_FIRST_MULTI(step, ac, enm);
1586 ETHER_NEXT_MULTI(step, enm);
/haiku/src/kits/tracker/
H A DPoseView.cpp4004 int32 step = from < to ? 1 : -1;
4009 for (int32 index = from; step > 0 ? index <= to : index >= to;
4010 index += step) {

Completed in 283 milliseconds

12