Searched refs:fIndex (Results 26 - 50 of 97) sorted by relevance

1234

/haiku/src/apps/icon-o-matic/shape/commands/
H A DFlipPointsCommand.h31 int32* fIndex; member in class:FlipPointsCommand
H A DAddPointCommand.h32 int32 fIndex; member in class:AddPointCommand
H A DChangePointCommand.h33 int32 fIndex; member in class:ChangePointCommand
H A DInsertPointCommand.h31 int32 fIndex; member in class:InsertPointCommand
H A DSplitPointsCommand.h31 int32* fIndex; member in class:SplitPointsCommand
H A DRemovePointsCommand.h43 int32* fIndex; member in class:RemovePointsCommand
/haiku/src/kits/device/
H A DUSBConfiguration.cpp18 fIndex(index),
25 command.config.config_index = fIndex;
56 return fIndex;
H A DUSBInterface.cpp21 fIndex(index),
54 return fIndex;
136 command.generic_etc.interface_index = fIndex;
170 command.alternate.interface_index = fIndex;
199 fAlternates[i] = new(std::nothrow) BUSBInterface(fConfiguration, fIndex,
212 command.alternate.interface_index = fIndex;
227 command.alternate.interface_index = fIndex;
243 command.interface_etc.interface_index = fIndex;
H A DUSBEndpoint.cpp17 fIndex(index),
25 command.endpoint_etc.endpoint_index = fIndex;
40 return fIndex;
165 command.transfer.endpoint = fIndex;
185 command.transfer.endpoint = fIndex;
206 command.isochronous.endpoint = fIndex;
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp141 fIndex = index;
156 return fIndex;
267 && fIndex < fCurrentNode->CountItems()) {
268 fIndex++;
276 if (fCurrentNode->IsInternal() && fIndex > 0)
277 fIndex--;
291 const DiskChild *child = internal->ChildAt(fIndex);
337 fIndex = fCurrentNode->CountItems();
406 fIndex = index;
411 //printf("found node: index: %ld\n", fIndex);
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNameIndex.cpp91 NameIndex *fIndex; member in class:NameIndexEntryIterator
236 fIndex(NULL),
253 return (fIndex && fIterator.GetCurrent() ? *fIterator.GetCurrent() : NULL);
277 return (fIndex && fIterator.GetCurrent() ? *fIterator.GetCurrent() : NULL);
289 return (fIndex && fIterator.GetCurrent() ? *fIterator.GetCurrent() : NULL);
299 error = fIndex->GetVolume()->AddEntryListener(this,
315 error = fIndex->GetVolume()->RemoveEntryListener(this,
330 fIndex = index;
333 if (fIndex) {
335 fIndex
[all...]
H A DAttributeIndexImpl.cpp185 AttributeIndexImpl *fIndex; member in class:AttributeIndexImpl::Iterator
358 fIndex(NULL)
408 error = fIndex->GetVolume()->AddNodeListener(this, fNode,
411 error = fIndex->GetVolume()->AddEntryListener(this, fEntry,
414 fIndex->GetVolume()->RemoveNodeListener(this, fNode);
430 error = fIndex->GetVolume()->RemoveEntryListener(this, fEntry);
433 error = fIndex->GetVolume()->RemoveNodeListener(this, fNode);
435 fIndex->GetVolume()->RemoveNodeListener(this, fNode);
449 fIndex = index;
450 if (fIndex)
[all...]
H A DQuery.cpp29 Index* GetIndex() const { return fIndex; }
32 Index *fIndex; member in class:IndexIterator
39 : fIndex(index),
50 if (fIndex) {
53 fInitialized = fIndex->Find(key, keyLength, &fIterator);
65 if (fIndex) {
66 fInitialized = fIndex->GetIterator(&fIterator);
78 if (fIndex) {
81 fIndex->GetIterator(&fIterator);
H A DAttribute.h43 AttributeIndex *GetIndex() const { return fIndex; }
60 AttributeIndex *fIndex; member in class:Attribute
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndexer.h37 AttributeIndex* fIndex; member in class:AttributeIndexer
/haiku/src/kits/debugger/arch/
H A DRegister.cpp16 fIndex(index),
/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 ++;
/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJar.cpp502 fIndex(0)
519 fIndex(0)
556 fIndex = 0;
617 fIndex = 0;
618 fElement = fList->ItemAt(fIndex);
631 if (fIndex == 0) {
648 fIndex--;
654 fList->RemoveItemAt(fIndex);
672 fIndex++;
673 if (fList && fIndex < fLis
[all...]
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp66 fIndex(index),
101 TRACE("AHCIPort::Init1 port %d\n", fIndex);
110 snprintf(name, sizeof(name), "AHCI port %d", fIndex);
115 TRACE("failed allocating memory for port %d\n", fIndex);
170 TRACE("AHCIPort::Init2 port %d\n", fIndex);
185 TRACE("%s: port %d, device %s\n", __func__, fIndex,
195 TRACE("AHCIPort::Uninit port %d\n", fIndex);
202 __func__, fIndex);
209 ERROR("%s: port %d error FIS rx still running\n", __func__, fIndex);
232 ERROR("%s: port %d unable to hard reset device\n", __func__, fIndex);
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.h75 int32 Index() { return fIndex; }
95 int32 fIndex; member in class:Session
/haiku/src/apps/icon-o-matic/generic/command/
H A DAddCommand.h67 int32 fIndex; member in class:AddCommand
80 fIndex(index),
125 if (fItems[i] && !fContainer->AddItem(fItems[i], fIndex + i)) {
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp236 fIndex(index),
253 fIndex = index;
261 fIndex = -1;
275 if (fIndex >= 0 && fIndex < symbolCount)
276 symbol = (Elf_Sym*)(fSection->GetData() + fIndex * symbolSize);
332 fIndex(index),
349 fIndex = index;
357 fIndex = -1;
375 if (fIndex >
[all...]
H A DElfFile.h61 int32 fIndex; member in class:SymbolPatcher::ElfSymbol
83 int32 fIndex; member in class:SymbolPatcher::ElfRelocation
/haiku/src/add-ons/print/drivers/pcl6/
H A DRasterizer.h97 int fIndex; member in class:Rasterizer
/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;

Completed in 203 milliseconds

1234