Searched refs:high (Results 76 - 100 of 130) sorted by relevance

123456

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCC.cpp51 // compute low/high levels
52 int low = 0xff, high = 0x00; local
56 if (high < buffer[offset])
57 high = buffer[offset];
59 if (low + C_RADEON_CC_LEVEL_THRESHOLD >= high)
62 const int middle = (low + high) >> 1;
/haiku/src/system/kernel/debug/
H A Dblue_screen.cpp388 int32 high = argCount > 1 ? args[1] : sScreen.lines;
389 if (low <= high)
390 set_scroll_region(console, low - 1, high - 1);
/haiku/headers/cpp/
H A Deditbuf.h165 void adjust_markers(mark_pointer low, mark_pointer high,
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp691 RGBColor high; local
700 high.SetColor(128,128,128);
704 high.SetColor(216,216,216);
731 fDrawingEngine->SetHighColor(high);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c34 uint16_t flags, uint16_t *low, uint16_t *high);
437 uint16_t flags, uint16_t *low, uint16_t *high)
441 *high = 6100;
447 *high = 2732;
436 ar5211GetChannelEdges(struct ath_hal *ah, uint16_t flags, uint16_t *low, uint16_t *high) argument
H A Dar5211_misc.c507 ar5211SetAckCTSRate(struct ath_hal *ah, u_int high) argument
511 if (high) {
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.h54 const display_mode* high);
H A DRemoteHWInterface.cpp440 uint32* high)
457 const display_mode* high)
439 GetPixelClockLimits(display_mode* mode, uint32* low, uint32* high) argument
456 ProposeMode(display_mode* candidate, const display_mode* low, const display_mode* high) argument
/haiku/src/servers/app/drawing/
H A DPatternHandler.h104 void SetColors(const rgb_color& high,
158 \return Value for the coordinates - true if high, false if low.
H A DHWInterface.h102 const display_mode* high) = 0;
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.h50 const display_mode* high);
H A DViewHWInterface.cpp691 uint32* high)
706 const display_mode* high)
690 GetPixelClockLimits(display_mode* mode, uint32* low, uint32* high) argument
705 ProposeMode(display_mode* candidate, const display_mode* low, const display_mode* high) argument
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DExtentStream.cpp91 int32 high = stream->extent_header.NumEntries() - 1; local
92 while (low < high) {
93 int32 middle = (high + low + 1) / 2;
95 high = middle - 1;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c665 int low, high, i; local
667 low = high = -1;
679 high = i;
703 *dBm = (low + high) + 3;
706 * Perform interpolation between low and high values to find gainF
707 * linearly scale the pcdac between low and high
710 (pRD->pcdac[high] - pRD->pcdac[low]);
715 interp = ((interp * (pRD->gainF[high] - pRD->gainF[low])) + 999) / 1000;
H A Dar5210_misc.c505 ar5210SetAckCTSRate(struct ath_hal *ah, u_int high) argument
509 if (high) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c112 "OFDM Trigger %d is too high for hw counters, using max\n",
119 "CCK Trigger %d is too high for hw counters, using max\n",
302 u_int high = param ? 1 : 0; local
304 HALDEBUG(ah, HAL_DEBUG_ANI, "%s: HAL_ANI_CCK_WEAK_SIGNAL_THR: %s\n", __func__, high ? "high" : "low");
306 AR_PHY_CCK_DETECT_WEAK_SIG_THR_CCK, weakSigThrCck[high]);
307 if (high)
311 aniState->cckWeakSigThreshold = high;
411 * Beacon rssi is high, can turn off ofdm
491 * Beacon signal in mid and high rang
[all...]
/haiku/src/add-ons/kernel/drivers/common/
H A Dconsole.cpp464 int32 high = argCount > 1 ? args[1] : console->lines; local
465 if (low <= high)
466 set_scroll_region(console, low - 1, high - 1);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.h392 * This translates to low/medium/high use of the current tx power rate tables.
441 uint32_t high; member in struct:__anon1228::__anon1229::__anon1230::__anon1231
445 uint32_t high; member in struct:__anon1228::__anon1229::__anon1230::__anon1232
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAChannel.cpp489 ATAChannel::WaitDataRequest(bool high) argument
491 return Wait(high ? ATA_STATUS_DATA_REQUEST : 0,
492 high ? 0 : ATA_STATUS_DATA_REQUEST, 0, (high ? 10 : 1) * 1000 * 1000);
H A DATAPrivate.h93 status_t WaitDataRequest(bool high);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c131 "OFDM Trigger %d is too high for hw counters, using max\n",
138 "CCK Trigger %d is too high for hw counters, using max\n",
301 u_int high = param ? 1 : 0; local
304 AR_PHY_CCK_DETECT_WEAK_SIG_THR_CCK, weakSigThrCck[high]);
305 if (high)
309 aniState->cckWeakSigThreshold = high;
426 * Beacon rssi is high, can turn off ofdm
528 * Beacon signal in mid and high range,
796 * Beacon signal is high, leave ofdm weak signal
H A Dar5212_attach.c651 uint16_t flags, uint16_t *low, uint16_t *high)
655 *high = 6100;
662 *high = 2732;
650 ar5212GetChannelEdges(struct ath_hal *ah, uint16_t flags, uint16_t *low, uint16_t *high) argument
/haiku/src/add-ons/accelerants/vesa/
H A Dmode.cpp175 const display_mode* high)
174 vesa_propose_display_mode(display_mode* target, const display_mode* low, const display_mode* high) argument
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp98 int high = ItemCount(); local
102 while (low < high) {
103 mid = (low + high) / 2;
107 high = mid;
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.h48 const display_mode* high);

Completed in 239 milliseconds

123456