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 570 UINT8 Bus; /* PCI Bus/Segment/Function numbers */
782 UINT16 Segment;
833 UINT16 PciSegment; /* PCI Segment number */
961 UINT8 PciSegment; /* PCI Segment number */
actypes.h 1465 UINT16 Segment;
actbl1.h 858 UINT16 Segment;
1183 UINT16 Segment;
1199 UINT16 Segment;
1217 UINT16 Segment;
1260 UINT16 Segment;
1271 UINT16 Segment;
1912 UINT32 Bus; /* Bus and Segment numbers */
1931 * Macros to access the bus/segment numbers in Bus field above:
1933 * Segment number is encoded in bits 23:8
actbl2.h 733 UINT16 Segment;
2013 UINT16 PciSegment; /* PCI segment group number */
3851 UINT16 PcieSegmentNumber; /* PCIe Segment number */
3883 UINT16 PcieSegmentNumber; /* PCIe Segment number */
4042 UINT16 Segment;

Completed in 23 milliseconds