Searched refs:Count (Results 1 - 25 of 159) sorted by path

1234567

/haiku/headers/os/drivers/pcmcia/
H A Dbulkmem.h106 u_int Count; member in struct:copy_op_t
113 u_int Count; member in struct:mem_op_t
H A Dcs.h88 u_int Count; member in struct:servinfo_t
/haiku/headers/private/debugger/model/
H A DSemaphoreInfo.h30 int32 Count() const { return fCount; } function in class:SemaphoreInfo
/haiku/headers/private/debugger/types/
H A DArrayIndexPath.h46 return fIndices.Count();
53 return index >= 0 && index < fIndices.Count()
68 if (at >= 0 && at < fIndices.Count())
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h62 inline int Count() const { return fTree.Count(); } function in class:AVLTreeMap
/haiku/headers/private/shared/
H A DArray.h31 inline int32 Count() const { return fSize; } function in class:BPrivate::Array
H A DRangeArray.h46 { return fRanges.Count(); }
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTree.h49 uint16 Count() const function in struct:HTreeCountLimit
H A DTransaction.cpp191 B_PRId32 "\n", fListeners.Count());
194 B_PRId32 "\n", fListeners.Count());
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DExtendedServerInfo.cpp77 return fShareInfos.Count();
84 if (index < 0 || index >= fShareInfos.Count())
H A DShareAttrDir.cpp221 int32 iteratorCount = (iterators ? iterators->Count() : 0);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DAbstractConnection.cpp109 return fDownStreamChannels.Count();
116 if (index < 0 || index >= fDownStreamChannels.Count())
H A DBlockerPool.cpp50 Blocker blocker = fBlockers->ElementAt(fBlockers->Count() - 1);
51 fBlockers->Erase(fBlockers->Count() - 1);
H A DServerInfo.cpp100 int32 count = fShareInfos.Count();
113 int32 count = fShareInfos.Count();
185 return fShareInfos.Count();
202 int32 count = other.fShareInfos.Count();
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp301 return fNodes->Count();
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h251 inline int CountItems() const { return fTreeMap.Count(); }
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelDebug.cpp33 int32 volumeCount = fs->fVolumes.Count();
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.h69 int Count; member in struct:Fractal
/haiku/src/apps/charactermap/
H A DUnicodeBlocks.h19 uint32 Count() const { return end + 1 - start; } function in struct:unicode_block_entry
/haiku/src/apps/debuganalyzer/gui/
H A DListSelectionModel.cpp32 int32 selectedCount = fSelectedItems.Count();
114 int32 selectedCount = fSelectedItems.Count();
135 int32 selectedCount = fSelectedItems.Count();
178 int32 upper = fSelectedItems.Count();
198 int32 selectedCount = fSelectedItems.Count();
H A DListSelectionModel.h26 { return fSelectedItems.Count(); }
79 return index < fSelectedItems.Count() && fSelectedItems[index] == itemIndex;
86 return index >= 0 && index < fSelectedItems.Count()
/haiku/src/bin/debug/profile/
H A DThread.cpp240 return fImages.Count() + fOldImages.Count();
/haiku/src/bin/
H A Dtranslate.cpp38 int32 Count();
157 for (int32 i = 0; i < types.Count(); i++)
163 TypeList::Count() function in class:TypeList
320 for (int32 i = 0; i < translatorPath.Count(); i++) {
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp272 return fRegisters.Count();
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.h999 const DynamicAttributeValue* Count() const function in class:DIESubrangeType

Completed in 137 milliseconds

1234567