/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/ |
ScriptSave.c | 304 UINT16 Segment;
310 Segment = VA_ARG (Marker, UINT16);
316 Segment,
339 UINT16 Segment;
346 Segment = VA_ARG (Marker, UINT16);
354 Segment,
[all...] |
/prebuilts/go/darwin-x86/src/debug/macho/ |
file.go | 42 // A SegmentHeader is the header for a Mach-O 32-bit or 64-bit load segment command. 57 // A Segment represents a Mach-O 32-bit or 64-bit load segment command. 58 type Segment struct { 72 // Data reads and returns the contents of the segment. 73 func (s *Segment) Data() ([]byte, error) { 82 // Open returns a new ReadSeeker reading the segment. 83 func (s *Segment) Open() io.ReadSeeker { return io.NewSectionReader(s.sr, 0, 1<<63-1) } 277 var s *Segment 367 s = new(Segment) [all...] |
/prebuilts/go/linux-x86/src/debug/macho/ |
file.go | 42 // A SegmentHeader is the header for a Mach-O 32-bit or 64-bit load segment command. 57 // A Segment represents a Mach-O 32-bit or 64-bit load segment command. 58 type Segment struct { 72 // Data reads and returns the contents of the segment. 73 func (s *Segment) Data() ([]byte, error) { 82 // Open returns a new ReadSeeker reading the segment. 83 func (s *Segment) Open() io.ReadSeeker { return io.NewSectionReader(s.sr, 0, 1<<63-1) } 277 var s *Segment 367 s = new(Segment) [all...] |
/external/guava/guava/src/com/google/common/cache/ |
LocalCache.java | 103 * If a maximum size is specified, a best-effort bounding is performed per segment, using a 108 * ordering of writes to a segment is sequentially consistent. An update to the map and recording 114 * This implementation uses a per-segment queue to record a memento of the additions, removals, 120 * operates per-segment rather than globally for increased implementation simplicity. We expect 140 * Number of cache access operations that can be buffered per segment before the cache's recency 161 * the segment. 166 * Shift value for indexing within segments. Helps prevent entries that end up in the same segment 172 final Segment<K, V>[] segments; 267 // maximumSize/Weight is specified in which case ensure that each segment gets at least 10 269 // happens per segment instead of globally, so too many segments compared to the maximum siz 1809 Segment<K, V> segment = segmentFor(hash); local [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/ |
Iort.asl | 212 [0004] PCI Segment Number : 00000001
241 [0004] PCI Segment Number : 00000002
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PciHostBridgeLib/ |
PciHostBridgeLib.c | 121 RootBus->Segment = 0;
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/ |
Thunk.c | 47 @param Segment Segment number
48 @param Offset Offset in segment
59 IN UINT16 Segment,
72 DwordRegs.Cs = Segment;
185 // Fill in the descriptor with our real-mode segment value
405 Thunk to 16-bit real mode and call Segment:Offset. Regs will contain the
410 @param Segment Segemnt of 16-bit mode call
426 IN UINT16 Segment,
444 IaSegment = Segment;
[all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/ |
UartInit.c | 60 #define MmPciAddress( Segment, Bus, Device, Function, Register ) \
|
/external/google-breakpad/src/common/mac/ |
macho_reader_unittest.cc | 53 using mach_o::Segment; 102 const string &segment)); 110 MOCK_METHOD1(SegmentCommand, bool(const Segment &)); 174 reporter.SectionsMissing("segment name"); 179 reporter.MisplacedSegmentData("segment name"); 184 reporter.MisplacedSectionData("section name", "segment name"); 576 // A SizedSection representing a segment load command. 581 // Append a segment load command header with the given characteristics. 606 // Return a label representing the size of this segment when loaded into 608 // segment, it defaults to the final size of the segment's in-fil 1091 LoadedSection segment; local 1127 LoadedSection segment; local 1164 LoadedSection segment; local 1200 LoadedSection segment; local 1272 LoadedSection segment; local 1379 LoadedSection segment; local 1437 LoadedSection segment; local 1478 LoadedSection segment; local 1519 LoadedSection segment; local 1564 LoadedSection segment; local 1641 Segment segment; local [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
ComputingConcurrentHashMapTest.java | 32 import com.google.common.collect.MapMakerInternalMap.Segment; 110 Segment<Object, Object> segment = map.segments[0]; local 118 ReferenceEntry<Object, Object> entry = segment.getEntry(key, hash); 123 checkEvictionQueues(map, segment, readOrder, writeOrder); 125 assertTrue(segment.recencyQueue.isEmpty()); 137 assertTrue(segment.recencyQueue.size() <= DRAIN_THRESHOLD); 140 int undrainedIndex = reads.size() - segment.recencyQueue.size(); 141 checkAndDrainRecencyQueue(map, segment, reads.subList(undrainedIndex, reads.size())); 144 checkEvictionQueues(map, segment, readOrder, writeOrder) 167 Segment<Object, Object> segment = map.segments[0]; local 196 Segment<Object, Object> segment = map.segments[0]; local [all...] |
/external/okhttp/okio/okio/src/main/java/okio/ |
GzipSink.java | 131 for (Segment head = buffer.head; byteCount > 0; head = head.next) {
|
/external/okhttp/okio/okio/src/test/java/okio/ |
InflaterSourceTest.java | 79 for (int i = 0; i < Segment.SIZE; i++) {
|
/external/swiftshader/third_party/subzero/src/ |
IceTargetLowering.cpp | 585 // variables with single segment live ranges as they are not split further in 608 for (auto &Segment : Var->getLiveRange().getSegments()) { 611 auto *Node = Var->getLiveRange().getNodeForSegment(Segment.first); 614 getInstructionsInRange(Node, Segment.first, Segment.second)) { 634 // Skip if variable has less than `MinUseThreshold` uses in the segment. 643 LR.addSegment(Segment); 667 auto Segment = ExtraVar->getLiveRange().getSegments()[0]; 670 Info.Replacing->getLiveRange().getNodeForSegment(Segment.first); 673 getInstructionsInRange(Node, Segment.first, Segment.second) [all...] |
/frameworks/native/libs/gui/ |
BufferHubConsumer.cpp | 140 bool /*forceFlush*/, std::vector<OccupancyTracker::Segment>* /*outHistory*/) {
|
/frameworks/native/libs/gui/include/gui/ |
BufferQueueConsumer.h | 147 std::vector<OccupancyTracker::Segment>* outHistory) override;
|
ConsumerBase.h | 106 std::vector<OccupancyTracker::Segment>* outHistory);
|
IGraphicBufferConsumer.h | 263 // Optionally closes out the pending segment if forceFlush is true. 265 std::vector<OccupancyTracker::Segment>* outHistory) = 0;
|
/frameworks/native/services/surfaceflinger/ |
BufferLayer.h | 113 std::vector<OccupancyTracker::Segment> getOccupancyHistory(bool forceFlush) override;
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/ |
DebugLinesSubsection.h | 28 support::ulittle16_t RelocSegment; // Code segment of line contribution. 125 void setRelocationAddress(uint16_t Segment, uint32_t Offset);
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/ |
DebugLinesSubsection.h | 28 support::ulittle16_t RelocSegment; // Code segment of line contribution. 125 void setRelocationAddress(uint16_t Segment, uint32_t Offset);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/ |
DebugLinesSubsection.h | 34 support::ulittle16_t RelocSegment; // Code segment of line contribution. 132 void setRelocationAddress(uint16_t Segment, uint32_t Offset);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/ |
DebugLinesSubsection.h | 34 support::ulittle16_t RelocSegment; // Code segment of line contribution. 132 void setRelocationAddress(uint16_t Segment, uint32_t Offset);
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/ |
DebugLinesSubsection.h | 34 support::ulittle16_t RelocSegment; // Code segment of line contribution. 132 void setRelocationAddress(uint16_t Segment, uint32_t Offset);
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/ |
DebugLinesSubsection.h | 34 support::ulittle16_t RelocSegment; // Code segment of line contribution. 132 void setRelocationAddress(uint16_t Segment, uint32_t Offset);
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/ |
DebugLinesSubsection.h | 28 support::ulittle16_t RelocSegment; // Code segment of line contribution. 125 void setRelocationAddress(uint16_t Segment, uint32_t Offset);
|