Searched refs:Segment (Results 1 - 13 of 13) sorted by relevance

/haiku/src/apps/diskusage/
H A DPieView.h66 struct Segment { struct in class:PieView
67 Segment() function in struct:PieView::Segment
69 Segment(float b, float e, FileInfo* i) function in struct:PieView::Segment
71 Segment(const Segment &s) function in struct:PieView::Segment
73 ~Segment() { }
79 typedef vector<Segment> SegmentList;
H A DPieView.cpp481 fMouseOverInfo[0].push_back(Segment(0.0, mySpan, info));
483 fMouseOverInfo[0].push_back(Segment(mySpan, 360.0,
495 fMouseOverInfo[0].push_back(Segment(0.0, mySpan, info));
547 Segment(beginAngle, beginAngle + mySpan, info));
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwpci.c220 * consisting of a Segment number, Bus number, Device number,
389 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function));
416 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function,
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp122 Segment* segment = new(std::nothrow) Segment(fileOffset, fileLength,
133 for (int32 i = 0; Segment* segment = fSegments.ItemAt(i); i++) {
157 struct Segment { struct in struct:ElfFile::SymbolLookupSource
162 Segment(uint64 fileOffset, uint64 fileLength, uint64 memoryAddress) function in struct:ElfFile::SymbolLookupSource::Segment
173 BObjectList<Segment> fSegments;
H A DCoreFile.h43 ElfSegment* Segment() const { return fSegment; } function in struct:CoreFileAreaInfo
H A DCoreFile.cpp253 ElfSegment* textSegment = textArea != NULL ? textArea->Segment() : NULL;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl1.h837 UINT16 Segment; member in struct:acpi_cedt_rdpas
1160 UINT16 Segment; member in struct:acpi_dmar_hardware_unit
1176 UINT16 Segment; member in struct:acpi_dmar_reserved_memory
1194 UINT16 Segment; member in struct:acpi_dmar_atsr
1237 UINT16 Segment; member in struct:acpi_dmar_satc
1871 UINT32 Bus; /* Bus and Segment numbers */
1892 * Segment number is encoded in bits 23:8
H A Dactbl3.h548 UINT8 Bus; /* PCI Bus/Segment/Function numbers */
758 UINT16 Segment; member in struct:acpi_viot_virtio_iommu_pci
809 UINT16 PciSegment; /* PCI Segment number */
937 UINT8 PciSegment; /* PCI Segment number */
H A Dactypes.h1458 UINT16 Segment; member in struct:acpi_pci_id
H A Dactbl2.h3542 UINT16 Segment; member in struct:acpi_sdev_pcie
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexregion.c566 Function, BitWidth, PciId->Segment, PciId->Bus, PciId->Device,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devrgnini.c450 PciId->Segment = ACPI_LOWORD (PciValue);
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp358 ElfSegment* segment = info->Segment();

Completed in 230 milliseconds