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

1234

/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/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp298 fIndex(-1),
312 if (fIndex >= 0) {
323 int32 Index() const { return fIndex; }
368 fIndex = 0;
373 if (nextDevice->Index() > fIndex)
375 fIndex = nextDevice->Index() + 1;
383 snprintf(buffer, sizeof(buffer), "%" B_PRId32 "/raw", fIndex);
603 int32 fIndex;
/haiku/headers/os/be_apps/Tracker/
H A DRecentItems.h80 int32 fIndex; member in class:BRecentItemsList
/haiku/headers/private/kernel/util/
H A DMultiHashTable.h95 Iterator::fIndex = fOriginalIndex + 1; member in class:MultiHashTable::ValueIterator::Iterator
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.h138 int32 fIndex; member in class:RemoteShareDirIterator
/haiku/src/kits/tracker/
H A DRecentItems.h80 int32 fIndex; member in class:BRecentItemsList
H A DEntryIterator.h131 int32 fIndex; member in class:BPrivate::CachedEntryIterator
/haiku/src/apps/debuganalyzer/model/
H A DModel.h267 int32 fIndex; member in class:Model::IOScheduler
547 int32 fIndex; member in class:Model::Thread
930 return fIndex;
1283 return fIndex;
1290 fIndex = index;
H A DModel.cpp127 fIndex(index)
322 fIndex(-1),
/haiku/src/libs/alm/
H A DALMLayout.cpp60 if (fIndex > 0)
61 _TabList()->RemoveItemAt(fIndex);
68 fIndex(-1)
84 fIndex = index;
91 fIndex = -1;
99 int32 fIndex; member in struct:BALM::BALMLayout::TabAddTransaction
/haiku/src/kits/network/libnetapi/
H A DNetworkInterface.cpp100 fIndex(-1),
114 fIndex = index;
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DLastModifiedIndex.cpp290 fIndex->_AddIteratorToUpdate(this);
H A DSizeIndex.cpp288 fIndex->_AddIteratorToUpdate(this);
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Writer.h373 uint32 fIndex; // the index of the next byte to be written member in class:PCL6Writer
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp1237 fIndex(volume),
1248 fExpression->Root()->CalculateScore(fIndex);
1249 fIndex.Unset();
1317 status_t status = fCurrent->PrepareQuery(fVolume, fIndex,
/haiku/headers/private/file_systems/
H A DQueryParser.h168 Index fIndex; member in class:QueryParser::Query
1328 fIndex(context),
1341 fExpression->Root()->CalculateScore(fIndex);
1342 QueryPolicy::IndexUnset(fIndex);
1564 status_t status = fCurrent->PrepareQuery(fContext, fIndex,
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAPrivate.h231 uint8 fIndex; member in class:ATADevice
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp93 uint32 fIndex; member in class:FragmentPacket
246 fIndex(0),
302 fIndex = buffer->index;
432 to->index = fIndex;
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp108 uint32 fIndex; member in class:FragmentPacket
341 fIndex = buffer->index;
471 to->index = fIndex;
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp1065 fIndex(index),
/haiku/src/kits/interface/
H A DColumnListView.cpp400 int32 fIndex; member in struct:BPrivate::RecursiveOutlineIterator::__anon3
5130 fStack[fStackIndex].fIndex = fCurrentListIndex + 1;
5142 fCurrentListIndex = fStack[fStackIndex].fIndex;

Completed in 147 milliseconds

1234