Searched refs:fCount (Results 1 - 25 of 131) sorted by path

123456

/haiku/headers/os/app/
H A DClipboard.h65 uint32 fCount; member in class:BClipboard
/haiku/headers/os/interface/
H A DPolygon.h51 uint32 fCount; member in class:BPolygon
H A DRegion.h99 int32 fCount; member in class:BRegion
/haiku/headers/private/debugger/model/
H A DSemaphoreInfo.h30 int32 Count() const { return fCount; }
37 int32 fCount; member in class:SemaphoreInfo
/haiku/headers/private/kernel/boot/
H A Dmenu.h162 int32 fCount; member in class:Menu
/haiku/headers/private/shared/
H A DArgumentVector.h28 int32 ArgumentCount() const { return fCount; }
43 int32 fCount; member in class:BPrivate::ArgumentVector
H A DSettingsHandler.h169 int32 fCount; member in class:BPrivate::Settings
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.cpp277 fCount(0),
295 return (!fRewind && fIndex < fCount ? fEntries[fIndex] : NULL);
302 if (fIndex < fCount)
346 for (int32 i = 0; i < fCount; i++)
348 fCount = 0;
358 if (!entry || fCount >= fCapacity)
361 fEntries[fCount++] = entry;
H A DShareNode.h137 int32 fCount; member in class:RemoteShareDirIterator
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.h23 uint32 fCount; member in struct:FSLocation
32 uint32 fCount; member in struct:FSLocations
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequests.cpp347 fCount(count)
353 return request->GetAddressInfos(fInfos, fCount);
358 int32* fCount; member in struct:RequestAddressInfoGetter
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDriverSettings.cpp114 fCount(count)
124 return new(std::nothrow) Iterator(fParameters, fCount);
129 return (fParameters && fCount > 0);
134 if (fParameters && fCount > 0) {
138 fCount--;
146 int32 fCount; member in class:DriverParameterContainer::Iterator
157 fCount(count),
169 return new(std::nothrow) NameIterator(fParameters, fCount,
175 return (fParameters && fCount > 0);
180 if (fParameters && fCount >
206 int32 fCount; member in class:DriverParameterContainer::NameIterator
[all...]
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DTransportStreamDemux.h60 int64 fCount; member in class:TransportStreamDemux
/haiku/src/apps/aboutsystem/
H A DUtilities.cpp80 fCount(0)
88 fCount(0)
103 fCount(0)
112 fCount(0)
114 if (other.fCount == 0)
117 fStrings = new BString[other.fCount];
118 fCount = other.fCount;
120 for (int32 i = 0; i < fCount; i++)
153 fCount
[all...]
H A DUtilities.h38 bool IsEmpty() const { return fCount == 0; }
39 int32 CountStrings() const { return fCount; }
52 int32 fCount; member in class:StringVector
/haiku/src/apps/debuganalyzer/model/
H A DThreadModel.cpp19 fCount(count),
23 for (int32 i = 0; i < fCount; i++) {
H A DThreadModel.h85 int32 fCount; member in class:ThreadModel::WaitObjectGroup
163 return fCount;
170 return index >= 0 && index < fCount ? fWaitObjects[index] : NULL;
/haiku/src/apps/icon-o-matic/generic/command/
H A DCompoundCommand.h32 int32 fCount; member in class:CompoundCommand
/haiku/src/apps/icon-o-matic/shape/commands/
H A DFlipPointsCommand.h32 int32 fCount; member in class:FlipPointsCommand
H A DNudgePointsCommand.h49 int32 fCount; member in class:NudgePointsCommand
H A DRemovePointsCommand.h48 int32 fCount; member in class:RemovePointsCommand
H A DSplitPointsCommand.h36 int32 fCount; member in class:SplitPointsCommand
/haiku/src/apps/icon-o-matic/transformable/
H A DResetTransformationCommand.h42 int32 fCount; member in class:ResetTransformationCommand
/haiku/src/bin/bfs_tools/lib/
H A DCache.h46 fCount(0),
78 if (--fCount <= targetCount)
148 fCount++;
167 && fCount > fMaxInQueue
189 int32 fMaxInQueue, fCount; member in class:Cache
H A DHashtable.cpp91 return fCount == 0;
119 if (fCount >= fThreshold)
125 fCount++;
153 fCount--;
227 fCount = 0;
234 return fCount;

Completed in 199 milliseconds

123456