Searched refs:threshold (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_gamma_functions.h58 void threshold(double t) { m_threshold = t; } function in class:agg::gamma_threshold
59 double threshold() const { return m_threshold; } function in class:agg::gamma_threshold
/haiku/src/kits/midi/
H A DSoftSynth.cpp333 BSoftSynth::SetLimiterThreshold(int32 threshold) argument
336 if (threshold > 0 && threshold <= 32) {
337 fLimiterThreshold = threshold;
H A DSoftSynth.h66 status_t SetLimiterThreshold(int32 threshold);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c775 * Set packet size threshold for implicit use of RTS.
777 * XXX packet length > threshold =>'s RTS
780 mwl_hal_setrtsthreshold(struct mwl_hal_vap *vap, int threshold) argument
790 pCmd->Threshold = htole16(threshold);
1599 mwl_hal_setaggampduratemode(struct mwl_hal *mh0, int mode, int threshold) argument
1610 pCmd->Threshold = htole32(threshold);
1618 mwl_hal_getaggampduratemode(struct mwl_hal *mh0, int *mode, int *threshold) argument
1632 *threshold = le32toh(pCmd->Threshold);
H A Dmwlhal.h305 * Set the threshold for using RTS on TX.
307 int mwl_hal_setrtsthreshold(struct mwl_hal_vap *, int threshold);
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp263 uint32 microseconds = 16, threshold = 32; local
265 ((microseconds / 100) << 8) | threshold, 0, NULL);
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.cpp1210 uint32 threshold = fThreshold; local
1211 TRACE("threshold: %" B_PRIu32 "\n", threshold);
1218 currentFrame = ((ReadOpReg(EHCI_FRINDEX) + threshold) / 8)
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlayout.h2246 sle64 threshold; /* Soft quota (-1 if not limited). */ member in struct:__anon84
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c2236 uint32_t expected, misses, received, threshold; local
2244 threshold = MAX(2, vap->iv_bmissthreshold);
2251 if (misses >= threshold ||
2252 (received == 0 && expected >= threshold)) {
5156 /* Set FH wait threshold to max (HW bug under stress workaround). */
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c2633 idx_entry_q1_data->threshold = cpu_to_sle64(-1);
2660 idx_entry_q2_data->threshold = cpu_to_sle64(-1);

Completed in 193 milliseconds