Searched refs:fStack (Results 1 - 25 of 33) sorted by relevance

12

/haiku/src/apps/bootmanager/
H A DWizardController.cpp31 fStack(NULL)
38 if (fStack != NULL) {
39 fStack->MakeEmpty();
40 fStack = NULL;
48 if (fStack == NULL)
59 if (fStack == NULL)
62 int state = NextState(fStack->State());
76 if (fStack != NULL) {
77 StateStack* stack = fStack;
78 fStack
[all...]
H A DWizardController.h66 StateStack* fStack; member in class:WizardController
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DObject.cpp15 fStack(stack),
16 fUSBID(fStack->GetUSBID(this)),
25 fStack(parent->GetStack()),
26 fUSBID(fStack->GetUSBID(this)),
42 fStack->PutUSBID(this);
H A DBusManager.cpp15 fStack(stack),
261 fStack->AddBusManager(this);
262 fStackIndex = fStack->IndexOfBusManager(this);
263 fStack->Explore();
H A Dusb_private.h261 Stack * fStack; member in class:BusManager
282 Stack * GetStack() const { return fStack; }
303 Stack * fStack; member in class:Object
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp55 if (!fStack.Pop(&fCurrent)) {
150 fStack.Push(inode->BlockRun());
165 fStack.Push(inode->Attributes());
204 fStack.MakeEmpty();
211 fStack.Push(fVolume->Root());
217 fStack.Push(fVolume->Indices());
227 fStack.Push(inode->BlockRun());
248 while (fStack.Pop(&run))
H A DQuery.h72 Stack<Equation*> fStack; member in class:Query
H A DFileSystemVisitor.h58 Stack<block_run> fStack; member in class:FileSystemVisitor
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDParser.h23 StatementList fStack; // of nested statements member in class:PPDParser
H A DPPDParser.cpp174 , fStack(false)
186 fStack.Add(statement);
191 if (fStack.Size() > 0) {
192 return fStack.StatementAt(fStack.Size()-1);
199 fStack.Remove(Top());
/haiku/src/kits/storage/
H A DQuery.cpp39 fStack(NULL),
68 delete fStack;
69 fStack = NULL;
442 if (error == B_OK && !fStack) {
443 fStack = new(nothrow) QueryStack;
444 if (!fStack)
448 error = fStack->PushNode(node);
499 if (fStack) {
506 error = fStack->ConvertToTree(node);
512 delete fStack;
[all...]
/haiku/src/kits/shared/
H A DMessageBuilder.cpp48 if (!fStack.AddItem(fCurrentMessage))
76 if (fStack.CountItems() < 1)
79 BMessage* previousMessage = fStack.LastItem();
86 fStack.RemoveItemAt(fStack.CountItems() - 1);
/haiku/src/kits/debugger/dwarf/
H A DDwarfExpressionEvaluator.cpp90 target_addr_t* newStack = (target_addr_t*)realloc(fStack,
95 fStack = newStack;
99 fStack[fStackSize++] = value;
107 return fStack[--fStackSize];
115 fStack(NULL),
124 free(fStack);
334 _Push(fStack[fStackSize - 1]);
343 _Push(fStack[fStackSize - 2]);
350 _Push(fStack[fStackSize - index - 1]);
357 std::swap(fStack[fStackSiz
[all...]
H A DDwarfExpressionEvaluator.h92 target_addr_t* fStack; member in class:DwarfExpressionEvaluator
/haiku/headers/private/shared/
H A DMessageBuilder.h47 BObjectList<BMessage> fStack; member in class:BPrivate::BMessageBuilder
/haiku/headers/os/storage/
H A DQuery.h102 BPrivate::Storage::QueryStack* fStack; member in class:BQuery
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.h108 BList fStack; member in class:Svg2PictureView
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp298 fStack = stack;
303 fStatus = fStack->AllocateChunk((void **)&fQueueHead, &physicalAddress,
321 fStack->FreeChunk(fQueueHead, fQueueHead->this_phy, sizeof(uhci_qh));
324 fStack->FreeChunk(fStrayDescriptor, fStrayDescriptor->this_phy,
373 status_t result = fStack->AllocateChunk((void **)&fStrayDescriptor,
391 fStack->FreeChunk(fStrayDescriptor, fStrayDescriptor->this_phy,
509 fStack(stack),
580 fFrameArea = fStack->AllocateArea((void **)&fFrameList, &physicalAddress,
610 fQueues[i] = new(std::nothrow) Queue(fStack);
2124 if (fStack
[all...]
H A Duhci.h57 Stack * fStack; member in class:Queue
213 Stack * fStack; member in class:UHCI
H A Dehci.cpp326 fStack(stack),
623 fPeriodicFrameListArea = fStack->AllocateArea((void **)&fPeriodicFrameList,
1239 if (fStack->AllocateChunk(&bufferLog, &bufferPhy, dataLength) != B_OK) {
2220 fStack->FreeChunk(transfer->buffer_log,
2248 if (fStack->AllocateChunk((void **)&result, &physicalAddress,
2262 fStack->FreeChunk(result, physicalAddress, sizeof(ehci_qh));
2327 fStack->FreeChunk(queueHead, (phys_addr_t)queueHead->this_phy,
2548 if (fStack->AllocateChunk((void **)&result, &physicalAddress,
2574 if (fStack->AllocateChunk(&result->buffer_log, &physicalAddress,
2577 fStack
[all...]
H A Dohci.cpp275 fStack(stack),
341 fHccaArea = fStack->AllocateArea((void **)&fHcca, &hccaPhysicalAddress,
1796 if (fStack->AllocateChunk((void **)&endpoint, &physicalAddress,
1826 fStack->FreeChunk((void *)endpoint, endpoint->physical_address,
1987 if (fStack->AllocateChunk((void **)&descriptor, &physicalAddress,
2004 if (fStack->AllocateChunk(&descriptor->buffer_logical,
2007 fStack->FreeChunk(descriptor, descriptor->physical_address,
2026 fStack->FreeChunk(descriptor->buffer_logical,
2030 fStack->FreeChunk((void *)descriptor, descriptor->physical_address,
2097 if (fStack
[all...]
H A Dxhci.cpp348 fStack(stack),
703 fDcbaArea = fStack->AllocateArea((void **)&fDcba, &dmaAddress,
720 fScratchpadArea[i] = fStack->AllocateArea((void **)&fScratchpad[i],
735 fErstArea = fStack->AllocateArea((void **)&addr, &dmaAddress,
1319 fStack->AllocateChunk((void **)&result, &dummy, sizeof(xhci_td));
1330 if (fStack->AllocateChunk((void **)&result->trbs, &result->trb_addr,
1350 fStack->AllocateChunk((void **)&result->buffers, &dummy,
1367 if (fStack->AllocateChunk(&result->buffers[0],
1383 if (fStack->AllocateChunk(&result->buffers[i],
1420 fStack
[all...]
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp744 fStack.MakeEmpty();
745 fStack.Push(fStart);
752 return !fStack.IsEmpty();
761 if (!fStack.Pop(&element))
773 fStack.Push(group->ElementAt(i));
H A DRTF.h157 Stack<Element *> fStack; member in class:RTF::Iterator
/haiku/src/kits/interface/
H A DPictureDataWriter.cpp939 fStack.push(fData->Position());
955 off_t stackPos = fStack.top();
956 fStack.pop();

Completed in 140 milliseconds

12