Searched refs:fIndex (Results 1 - 25 of 97) sorted by last modified time

1234

/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/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/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...]
/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;
/haiku/src/add-ons/kernel/file_systems/ramfs/
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 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 DAttribute.cpp20 fIndex(NULL),
43 if (fIndex)
44 fIndex->Removed(this);
83 if (offset < (off_t)kMaxIndexKeyLength && size > 0 && fIndex)
84 fIndex->Changed(this, oldKey, oldLength);
104 fIndex = index;
/haiku/src/kits/tracker/
H A DFavoritesMenu.cpp77 fIndex(-1),
213 fIndex = 0;
223 if (fItems.FindRef("refs", fIndex++, &ref) != B_OK)
261 fIndex = 0;
267 if (fItems.FindRef("refs", fIndex++, &ref) != B_OK)
/haiku/src/apps/icon-o-matic/shape/commands/
H A DSplitPointsCommand.cpp34 fIndex(NULL),
42 fIndex = new (nothrow) int32[count];
53 memcpy(fIndex, indices, count * sizeof(int32));
55 if (!fPath->GetPointsAt(fIndex[i],
69 delete[] fIndex;
83 if (!fIndex || !fPoint || !fPointIn || !fPointOut || !fConnected)
99 int32 index = fIndex[i] + 1 + i;
133 int32 index = fIndex[i] + 1;
148 _Select(fIndex, fCount);
H A DRemovePointsCommand.cpp34 fIndex(NULL),
53 fIndex(NULL),
68 delete[] fIndex;
83 if (!fIndex || !fPoint || !fPointIn || !fPointOut || !fConnected)
108 if (fPath->AddPoint(fPoint[i], fIndex[i])) {
109 fPath->SetPoint(fIndex[i],
124 _Select(fIndex, fCount);
145 if (!fPath->RemovePoint(fIndex[i] - i)) {
176 fIndex = new (nothrow) int32[count];
187 memcpy(fIndex, indice
[all...]
H A DInsertPointCommand.cpp32 fIndex(index),
36 if (fPath && (!fPath->GetPointsAt(fIndex, fPoint, fPointIn, fPointOut)
37 || !fPath->GetPointOutAt(fIndex - 1, fPreviousOut)
38 || !fPath->GetPointInAt(fIndex + 1, fNextIn))) {
63 fPath->GetPointInAt(fIndex, fPointIn);
64 fPath->GetPointOutAt(fIndex, fPointOut);
80 if (fPath->RemovePoint(fIndex)) {
83 fPath->GetPointOutAt(fIndex - 1, fPreviousOut);
84 fPath->SetPointOut(fIndex - 1, previousOut);
87 fPath->GetPointInAt(fIndex, fNextI
[all...]
H A DFlipPointsCommand.cpp32 fIndex(NULL),
36 fIndex = new (nothrow) int32[count];
43 memcpy(fIndex, indices, count * sizeof(int32));
49 delete[] fIndex;
59 if (!fIndex)
79 if (fPath->GetPointsAt(fIndex[i], point, pointIn, pointOut, &connected)) {
83 fPath->SetPoint(fIndex[i],
105 _Select(fIndex, fCount);
H A DChangePointCommand.cpp32 fIndex(index),
36 if (fPath && !fPath->GetPointsAt(fIndex, fPoint, fPointIn, fPointOut, &fConnected))
66 if (!fPath->GetPointsAt(fIndex, point, pointIn, pointOut, &connected))
98 if (fPath->GetPointsAt(fIndex, point, pointIn, pointOut, &connected)
99 && fPath->SetPoint(fIndex, fPoint, fPointIn, fPointOut, fConnected)) {
120 _Select(&fIndex, 1);
H A DAddPointCommand.cpp29 fIndex(index),
55 if (!fPath->GetPointsAt(fIndex, fPoint, fPointIn, fPointOut))
70 if (fPath->RemovePoint(fIndex)) {
91 if (fPath->AddPoint(fPoint, fIndex)) {
92 fPath->SetPoint(fIndex, fPoint, fPointIn, fPointOut, true);
94 _Select(&fIndex, 1);
/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/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/kits/tracker/infowindow/
H A DInfoWindow.cpp100 fIndex(group_index),
209 if ((fIndex + 2) % 2 == 1) {
211 fIndex--;
214 windRect.OffsetBy(fIndex * 8, fIndex * 8);
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h361 : fTable(table), fIndex(index), fNext(value) {}
375 fIndex = 0;
388 while (fNext == NULL && fIndex < fTable->fTableSize)
389 fNext = fTable->fTable[fIndex++];
393 size_t fIndex; member in class:BOpenHashTable::Iterator
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp127 fIndex(index)
322 fIndex(-1),
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp168 fIndex = 0;
211 print_partition(partition, level, fIndex++);
216 int fIndex; member in class:PrintShortVisitor
224 : fIndex(index)
235 return (fIndex-- == 0);
239 int fIndex; member in class:FindPartitionByIndexVisitor
/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/headers/private/netservices/
H A DNetworkCookieJar.h124 int32 fIndex; member in class:BPrivate::Network::BNetworkCookieJar::Iterator
160 int32 fIndex; member in class:BPrivate::Network::BNetworkCookieJar::UrlIterator
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.h73 int fIndex; member in class:AHCIPort
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/common/
H A DPartitionMap.h217 int32 Index() const { return fIndex; }
218 void SetIndex(int32 index) { fIndex = index; }
236 int32 fIndex; member in class:PrimaryPartition

Completed in 137 milliseconds

1234