Searched refs:fThreshold (Results 1 - 6 of 6) sorted by relevance

/haiku/src/bin/bfs_tools/lib/
H A DHashtable.h54 int32 fCapacity,fCount,fThreshold,fModCount; member in class:Hashtable
H A DHashtable.cpp49 fThreshold = (int)(capacity * loadFactor);
119 if (fCount >= fThreshold)
255 fThreshold = (int)(newCapacity * fLoadFactor);
/haiku/src/add-ons/translators/raw/
H A DRAW.h156 float fThreshold; member in class:DCRaw
H A DRAW.cpp122 fThreshold(0.0f),
1027 if (fThreshold)
1142 if (fimg[i] < -fThreshold)
1143 fimg[i] += fThreshold;
1144 else if (fimg[i] > fThreshold)
1145 fimg[i] -= fThreshold;
1215 if (diff < -fThreshold / M_SQRT2)
1216 diff += fThreshold / M_SQRT2;
1217 else if (diff > fThreshold / M_SQRT2)
1218 diff -= fThreshold / M_SQRT
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.h210 uint32 fThreshold; member in class:EHCI
H A Dehci.cpp328 fThreshold(0),
458 fThreshold = 2 + 8;
460 fThreshold = 2 + EHCI_HCCPARAMS_IPT(ReadCapReg32(EHCI_HCCPARAMS));
1210 uint32 threshold = fThreshold;

Completed in 92 milliseconds