Searched refs:fIndex (Results 51 - 75 of 97) sorted by last modified time

1234

/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
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;
/haiku/src/apps/switcher/
H A DGroupListView.cpp20 fIndex(index),
34 return fIndex;
62 int32 fIndex; member in class:RendererLayoutItem
/haiku/headers/os/net/
H A DNetworkInterface.h47 int32 Index() const { return fIndex; }
50 int32 fIndex; member in class:BNetworkInterfaceAddress
/haiku/src/kits/tracker/
H A DEntryIterator.h131 int32 fIndex; member in class:BPrivate::CachedEntryIterator
H A DRecentItems.cpp262 fIndex = 0;
359 return fItems.FindRef("refs", fIndex++, result);
409 if (fIndex == 0) {
477 if (fIndex == 0) {
501 if (fIndex == 0) {
H A DFavoritesMenu.h88 int32 fIndex; member in class:BPrivate::FavoritesMenu
H A DRecentItems.h80 int32 fIndex; member in class:BRecentItemsList
/haiku/src/kits/device/
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 DUSBConfiguration.cpp18 fIndex(index),
25 command.config.config_index = fIndex;
56 return fIndex;
/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...]
/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 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/apps/deskbar/
H A DResourceSet.cpp293 fIndex(0),
308 fIndex = (size_t*)malloc(sizeof(size_t) * fNumEntries);
309 MakeIndex(fStrings, amount, fNumEntries, fIndex);
316 fIndex(0),
320 fIndex = (size_t*)const_cast<void*>(block);
325 while (fIndex[fNumEntries] > last_off && fIndex[fNumEntries] < size ) {
326 last_off = fIndex[fNumEntries];
335 free(fIndex);
338 fIndex
[all...]
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDFile.cpp16 if (fIndex >= fSize) {
18 fIndex = 0;
23 return (int)fBuffer[fIndex ++];
H A DPPDFile.h29 int fIndex; member in class:FileBuffer
33 FileBuffer(BFile* file) : fFile(file), fIndex(0), fSize(0) {}
/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/src/tests/system/kernel/file_corruption/fs/
H A DBlock.cpp22 fIndex = other.fIndex;
80 status_t error = transaction.RegisterBlock(fIndex);
84 error = block_cache_make_writable(fVolume->BlockCache(), fIndex,
87 transaction.PutBlock(fIndex, NULL);
101 fTransaction->PutBlock(fIndex, fData);
103 block_cache_put(fVolume->BlockCache(), fIndex);
119 fIndex = blockIndex;
H A DBlock.h34 uint64 Index() const { return fIndex; }
43 uint64 fIndex; member in class:Block
H A DBlockAllocator.h81 fIndex(0)
87 if (fIndex > 0)
88 fAllocator->Free(fIndex, 1, fTransaction);
93 return fIndex;
99 status_t error = fAllocator->Allocate(0, 1, fTransaction, fIndex,
102 fIndex = 0;
108 uint64 index = fIndex;
109 fIndex = 0;
116 uint64 fIndex; member in class:AllocatedBlock
/haiku/src/servers/app/
H A DWindowList.cpp31 fIndex(index),
46 fIndex = index;
57 window_anchor& windowAnchor = window->Anchor(fIndex);
60 window_anchor& beforeAnchor = before->Anchor(fIndex);
66 windowAnchor.previous->Anchor(fIndex).next = window;
74 fLastWindow->Anchor(fIndex).next = window;
85 if (fIndex < kMaxWorkspaces)
86 window->SetWorkspaces(window->Workspaces() | (1UL << fIndex));
93 window_anchor& windowAnchor = window->Anchor(fIndex);
100 windowAnchor.previous->Anchor(fIndex)
[all...]
H A DWindowList.h25 int32 Index() const { return fIndex; }
40 int32 fIndex; member in class:WindowList

Completed in 321 milliseconds

1234