HomeSort by: relevance | last modified time | path
    Searched defs:Segment (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
segmented_array_test.cc 136 constexpr auto Segment = Array<TestData>::SegmentSize;
137 constexpr auto SegmentX2 = Segment * 2;
149 Data.trim(Segment);
150 ASSERT_EQ(Data.size(), Segment);
155 ASSERT_EQ(Back.First, static_cast<s64>(Segment + 1));
156 ASSERT_EQ(Back.Second, static_cast<s64>(Segment + 1));
160 Data.trim(Segment);
177 constexpr auto Segment = Array<TestData>::SegmentSize;
179 AllocatorType A(Segment);
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_segmented_array.h 35 struct Segment {
36 Segment *Prev;
37 Segment *Next;
42 // Each segment of the array will be laid out with the following assumptions:
44 // - Each segment will be on a cache-line address boundary (kCacheLineSize
51 // Segment, aligned properly, and the rest of the elements are accessed
54 // We then compute the size of the segment to follow this logic:
63 static constexpr uint64_t SegmentControlBlockSize = sizeof(Segment *) * 2;
74 "Must have at least 1 element per segment.");
76 static Segment SentinelSegment
    [all...]
  /src/sys/dev/acpi/
apei_cper.h 256 uint8_t Segment[2];
  /src/sys/external/bsd/acpica/dist/include/
actbl3.h 463 UINT8 Bus; /* PCI Bus/Segment/Function numbers */
675 UINT16 Segment;
726 UINT16 PciSegment; /* PCI Segment number */
854 UINT8 PciSegment; /* PCI Segment number */
actypes.h 1357 UINT16 Segment;
actbl1.h 751 UINT16 Segment;
1076 UINT16 Segment;
1092 UINT16 Segment;
1110 UINT16 Segment;
1153 UINT16 Segment;
1164 UINT16 Segment;
1805 UINT32 Bus; /* Bus and Segment numbers */
1824 * Macros to access the bus/segment numbers in Bus field above:
1826 * Segment number is encoded in bits 23:8
actbl2.h 627 UINT16 Segment;
1067 UINT16 Segment;
1371 UINT16 Segment;
2101 UINT16 PciSegment; /* PCI segment group number */
3950 UINT16 PcieSegmentNumber; /* PCIe Segment number */
3982 UINT16 PcieSegmentNumber; /* PCIe Segment number */
4141 UINT16 Segment;

Completed in 29 milliseconds