Searched refs:fIndex (Results 1 - 25 of 97) sorted by path

1234

/haiku/headers/os/be_apps/Tracker/
H A DRecentItems.h80 int32 fIndex; member in class:BRecentItemsList
/haiku/headers/os/net/
H A DNetworkInterface.h47 int32 Index() const { return fIndex; }
50 int32 fIndex; member in class:BNetworkInterfaceAddress
/haiku/headers/private/debugger/arch/
H A DRegister.h36 int32 Index() const { return fIndex; }
46 int32 fIndex; member in class:Register
/haiku/headers/private/kernel/
H A Dtracing.h222 fIndex(0)
229 fIndex = 0;
234 return fIndex;
252 int32 fIndex; member in class:TraceEntryIterator
/haiku/headers/private/kernel/util/
H A DHeap.h21 int fIndex; member in struct:HeapLink
109 fIndex(-1)
213 ASSERT(link->fIndex >= 0 && link->fIndex < fLastElement);
233 ASSERT(link->fIndex != -1);
234 link->fIndex = -1;
241 sGetLink(lastElement)->fIndex = 0;
261 ASSERT(link->fIndex == -1);
264 link->fIndex = fLastElement++;
296 int parent = (link->fIndex
[all...]
H A DMinMaxHeap.h22 int fIndex; member in struct:MinMaxHeapLink
114 fIndex(-1)
261 ASSERT(link->fIndex != -1);
262 link->fIndex = -1;
282 ASSERT(link->fIndex != -1);
283 link->fIndex = -1;
305 ASSERT(link->fIndex == -1);
313 link->fIndex = lastElement++;
353 if (link->fIndex <= 0)
356 int parent = (link->fIndex
[all...]
H A DMultiHashTable.h95 Iterator::fIndex = fOriginalIndex + 1; member in class:MultiHashTable::ValueIterator::Iterator
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_tracing.h19 , fIndex(index)
28 out.Print(", index: %d", fIndex);
32 int fIndex; member in class:AHCIPortTracing::AHCIPortTraceEntry
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.h71 Index fIndex; member in class:Query
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.cpp278 fIndex(0),
295 return (!fRewind && fIndex < fCount ? fEntries[fIndex] : NULL);
302 if (fIndex < fCount)
303 fIndex++;
349 fIndex = 0;
H A DShareNode.h138 int32 fIndex; member in class:RemoteShareDirIterator
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp195 fIndex(index),
217 if (fIndex->HasFixedKeyLength()) {
218 if (attributeSize != fIndex->KeyLength())
425 fIndex->_AddIteratorToUpdate(this);
H A DAttributeIndexer.h37 AttributeIndex* fIndex; member in class:AttributeIndexer
H A DIndexImpl.h56 Index* fIndex; member in class:GenericIndexIterator
66 fIndex(NULL),
100 fNextTreeNode = Policy::GetNodeTree(fIndex)->Next(fNextTreeNode);
114 fIndex->GetVolume()->AddNodeListener(this,
131 fIndex->GetVolume()->RemoveNodeListener(this);
145 fIndex = index;
149 if (fIndex == NULL)
153 fNextTreeNode = TreePolicy::GetFirstTreeNode(fIndex);
155 fNextTreeNode = TreePolicy::FindClosestTreeNode(fIndex, value);
170 fNextTreeNode = Policy::GetNodeTree(fIndex)
[all...]
H A DLastModifiedIndex.cpp290 fIndex->_AddIteratorToUpdate(this);
H A DSizeIndex.cpp288 fIndex->_AddIteratorToUpdate(this);
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp1065 fIndex(index),
H A DDisc.h75 int32 Index() { return fIndex; }
95 int32 fIndex; member in class:Session
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp40 fIndex = index;
195 float value = fEffect->getParameter(fEffect, fIndex);
234 fEffect->setParameter(fEffect, fIndex, value);
264 return fIndex;
H A DVSTHost.h120 int fIndex; member in class:VSTParameter
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPCapabilityExtractor.cpp28 fIndex(0),
82 fIndex = 0;
127 static_cast<JobData::PaperSource>(fIndex));
133 static_cast<JobData::Color>(fIndex));
138 capability = new ListItemCap(displayName, isDefault, fIndex);
173 capability = new ResolutionCap(displayName, isDefault, fIndex,
194 static_cast<JobData::Paper>(fIndex),
323 array.Array()[fIndex] = capability;
324 fIndex ++;
H A DGPCapabilityExtractor.h71 int fIndex; member in class:GPCapabilityExtractor
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Writer.cpp22 fIndex(0)
38 if (fIndex == fSize)
40 fBuffer[fIndex] = value;
41 fIndex ++;
48 if (fIndex > 0) {
49 fStream->Write(fBuffer, fIndex);
50 fIndex = 0;
H A DPCL6Writer.h373 uint32 fIndex; // the index of the next byte to be written member in class:PCL6Writer
H A DRasterizer.cpp9 fIndex(-1)
54 fIndex = fBounds.top;
62 return fIndex <= fBounds.bottom;
76 fIndex ++;

Completed in 245 milliseconds

1234