Searched refs:fCount (Results 101 - 125 of 131) sorted by relevance

123456

/haiku/src/kits/tracker/
H A DUtilities.h294 fCount(1)
305 if (atomic_add(&fCount, -1) <= 0)
313 if (atomic_add(&fCount, 1) < 0)
319 return fCount <= 0;
324 int32 fCount; member in class:BPrivate::Benaphore
H A DAttributeStream.cpp614 fCount(count)
640 if (fCurrentIndex + 1 >= fCount)
656 ASSERT(fCurrentIndex < fCount);
665 ASSERT(fCurrentIndex < fCount);
676 for (int32 index = 0; index < fCount; index++) {
H A DAttributeStream.h264 int32 fCount; member in class:BPrivate::AttributeStreamTemplateNode
H A DWidgetAttributeText.h278 int32 fCount; member in class:BPrivate::RatingAttributeText
H A DWidgetAttributeText.cpp1912 fCount(5),
1966 int32 steps = fMax / fCount;
1969 for (int32 i = 0; i < fCount; i++) {
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp95 fCount(count)
138 for (int i = 0; i < fCount; i++) {
157 int fCount; member in class:WaitForObjectsTracing::SelectTraceEntry
213 fCount(0)
218 fCount++;
222 if (fCount == 0)
225 fEntries = (FDEntry*)alloc_tracing_buffer(fCount * sizeof(FDEntry));
227 for (int i = 0; i < fCount; fds++) {
259 for (int i = 0; i < fCount; i++) {
288 int fCount; member in class:WaitForObjectsTracing::PollTraceEntry
[all...]
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DTransportStreamDemux.cpp50 : fCount(0)
93 fCount++;
95 // printf("ProcessPacket %lld\n", fCount);
101 "%02x %02x %02x %02x %02x %02x %02x %02x\n", fCount,
111 // printf("invalid packet %lld (transport_error_indicator)\n", fCount);
/haiku/headers/os/interface/
H A DRegion.h99 int32 fCount; member in class:BRegion
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h55 : fCount(0) {}
124 int fCount; member in class:AddressSet
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h58 : fCount(0) {}
127 int fCount; member in class:AddressSet
/haiku/src/kits/interface/layouter/
H A DComplexLayouter.cpp39 : fCount(elementCount),
56 for (int32 i = 0; i < fCount; i++)
62 if (element < 0 || element >= fCount)
70 if (element < 0 || element >= fCount)
79 if (position < 0 || length < 0 || position + length > fCount)
89 fCount);
90 for (int32 i = 0; i < fCount + 1; i++) {
97 int32 fCount; member in class:ComplexLayouter::MyLayoutInfo
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.cpp51 for (uint32 i = 0; i < fCount; i++)
761 locs->fCount = stream.GetUInt();
762 locs->fLocations = new FSLocation[locs->fCount];
763 for (uint32 i = 0; i < locs->fCount; i++) {
765 locs->fLocations[i].fCount = stream.GetUInt();
767 = new const char*[locs->fLocations[i].fCount];
768 for (uint32 j = 0; j < locs->fLocations[i].fCount; j++)
H A DFileSystem.cpp317 for (uint32 i = 0; i < locs->fCount; i++) {
318 for (uint32 j = 0; j < locs->fLocations[i].fCount; j++) {
/haiku/src/kits/app/
H A DLinkReceiver.cpp446 status_t status = Read(&region->fCount, sizeof(int32));
450 if (!region->_SetSize(region->fCount))
454 region->fCount * sizeof(clipping_rect));
/haiku/src/servers/launch/
H A DLog.cpp206 fCount(0)
216 if (fCount == kMaxItems)
219 fCount++;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.h137 int32 fCount; member in class:RemoteShareDirIterator
/haiku/src/system/kernel/vm/
H A DVMAddressSpaceLocking.h123 int32 fCount; member in class:MultiAddressSpaceLocker
H A Dvm_page.cpp268 fCount(count)
275 out.Print("page reserve: %" B_PRIu32, fCount);
279 uint32 fCount; member in class:PageAllocationTracing::ReservePages
287 fCount(count)
294 out.Print("page unreserve: %" B_PRId32, fCount);
298 uint32 fCount; member in class:PageAllocationTracing::UnreservePages
372 fCount(count)
379 out.Print("page scrubbing: %" B_PRId32, fCount);
383 uint32 fCount; member in class:PageAllocationTracing::ScrubbingPages
391 fCount(coun
402 uint32 fCount; member in class:PageAllocationTracing::ScrubbedPages
[all...]
/haiku/headers/private/kernel/boot/
H A Dmenu.h162 int32 fCount; member in class:Menu
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dlock.cpp60 fCount(1),
75 if (atomic_add(&fCount, -1) > 0)
88 if (atomic_add(&fCount, 1) < 0)
93 int32 fCount; member in struct:ThreadSpinlock
/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/system/boot/loader/
H A Dmenu.cpp218 fCount(0),
254 if (index < 0 || index >= fCount)
289 return fCount;
344 fCount++;
365 if (index < 0 || index >= fCount)
385 fCount--;
/haiku/src/system/kernel/slab/
H A DSlab.cpp220 fCount(count),
229 "flags: 0x%" B_PRIx32, fCache, fCount, fFlags);
233 uint32 fCount; member in class:SlabObjectCacheTracing::Reserve
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp319 size_t fCount; member in class:__anon39::BlockWriter
1099 fCount(0),
1127 if (fCount >= fCapacity) {
1151 fBlocks[fCount++] = block;
1202 if (fCount == 0)
1211 qsort(fBlocks, fCount, sizeof(void*), &_CompareBlocks);
1216 for (uint32 i = 0; i < fCount; i++) {
1234 if (fStatus == B_OK && fCount >= 8) {
1237 / fCount;
1240 for (uint32 i = 0; i < fCount;
[all...]
/haiku/src/kits/interface/
H A DView.cpp3556 StrokePolygon(polygon->fPoints, polygon->fCount, polygon->Frame(), closed,
3567 StrokePolygon(polygon.fPoints, polygon.fCount, polygon.Frame(), closed,
3588 polygon.fCount * sizeof(BPoint) + sizeof(BRect) + sizeof(bool)
3592 fOwner->fLink->Attach<int32>(polygon.fCount);
3593 fOwner->fLink->Attach(polygon.fPoints, polygon.fCount * sizeof(BPoint));
3606 || polygon->fCount <= 2
3614 polygon->fCount * sizeof(BPoint) + sizeof(BRect) + sizeof(int32))
3617 fOwner->fLink->Attach<int32>(polygon->fCount);
3619 polygon->fCount * sizeof(BPoint));
3632 || polygon->fCount <
[all...]

Completed in 193 milliseconds

123456