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

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTreeEntryIterator.cpp34 fLimit(0),
59 fLimit(0),
89 fCount = fLimit = 0;
97 fLimit = countLimit->Limit();
99 if (fCount > fLimit) {
100 ERROR("HTreeEntryIterator::Init() bad fCount %u (fLimit %u)\n",
101 fCount, fLimit);
102 fCount = fLimit = 0;
110 if (fLimit != maxSize / sizeof(HTreeEntry) - fFirstEntry) {
111 ERROR("HTreeEntryIterator::Init() bad fLimit
[all...]
H A DHTreeEntryIterator.h55 uint16 fLimit, fCount; member in class:HTreeEntryIterator
/haiku/src/apps/haikudepot/util/
H A DDataIOUtils.cpp39 fLimit(limit)
52 if (size > fLimit)
53 size = fLimit;
58 fLimit -= actualRead;
H A DDataIOUtils.h39 size_t fLimit; member in class:ConstraintedDataIO
/haiku/headers/private/shared/
H A DLRUCache.h61 fLimit(limit)
63 if (fLimit < 0)
64 fLimit = 0;
192 while(Size() > fLimit)
202 int32 fLimit; member in class:BPrivate::LRUCache
/haiku/headers/private/interface/
H A DMenuWindow.h56 float fLimit; member in class:BPrivate::BMenuWindow
/haiku/src/kits/interface/
H A DMenuWindow.cpp310 fLimit = newLimit;
329 fLowerScroller->SetEnabled(fValue < fLimit);
464 if (fValue + step >= fLimit) {
466 fMenu->ScrollBy(0, fLimit - fValue);
467 fValue = fLimit;
475 if (fValue == fLimit) {
/haiku/src/system/kernel/arch/x86/64/
H A Ddescriptors.cpp258 uint16_t fLimit; member in struct:__anon1882
324 uint16_t fLimit; member in struct:__anon1883
/haiku/headers/private/kernel/
H A Dksignal.h73 int32 fLimit; member in struct:BKernel::QueuedSignalsCounter
/haiku/src/system/kernel/
H A Dsignal.cpp191 fLimit(limit)
203 if (fLimit < 0) {
209 // compare the old value > fLimit, assuming that our (primary) owner has a
211 if (atomic_add(&fReferenceCount, 1) > fLimit) {

Completed in 177 milliseconds