HomeSort by relevance Sort by last modified time
    Searched refs:Segment (Results 226 - 250 of 719) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/linux-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);
  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
ExtraFieldTest.java 130 ImmutableList<ExtraField.Segment> segments = mExtraFieldGetter.apply(foo).getSegments();
177 ImmutableList<ExtraField.Segment> segments = mExtraFieldGetter.apply(foo).getSegments();
231 ExtraField.Segment s = ef.getSingleSegment(0x7654);
327 ExtraField.Segment s = ef.getSingleSegment(0x7654);
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 79 * If a maximum size is specified, a best-effort bounding is performed per segment, using a
84 * ordering of writes to a segment is sequentially consistent. An update to the map and recording
90 * This implementation uses a per-segment queue to record a memento of the additions, removals,
96 * operates per-segment rather than globally for increased implementation simplicity. We expect
116 * Number of cache access operations that can be buffered per segment before the cache's recency
139 * the segment.
144 * Shift value for indexing within segments. Helps prevent entries that end up in the same segment
150 final transient Segment<K, V>[] segments;
247 // Ensure sum of segment max sizes = overall max size
298 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value)
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PciPlatform/
PciPlatform.c 196 UINTN Segment;
253 PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
  /frameworks/layoutlib/bridge/src/android/text/
StaticLayout_Delegate.java 18 import javax.swing.text.Segment;
94 it.setText((CharacterIterator) new Segment(builder.mText, 0, length));
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc 665 Segment::Segment(IMkvReader* pReader, long long elem_start,
686 Segment::~Segment() {
707 long long Segment::CreateInstance(IMkvReader* pReader, long long pos,
708 Segment*& pSegment) {
804 pSegment = new (std::nothrow) Segment(pReader, idpos, pos, size);
824 long long Segment::ParseHeaders() {
825 // Outermost (level 0) segment object has been constructed,
1030 long Segment::LoadCluster(long long& pos, long& len)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
BootScriptSave.c     [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
PciEmulation.c 32 UINTN Segment;
366 @param[out] SegmentNumber The PCI controller's current PCI segment number.
391 *SegmentNumber = Private->Segment;
534 Private->Segment = 0; // Default to segment zero
  /external/llvm/include/llvm/MC/
MCContext.h 330 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
335 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
338 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /external/valgrind/drd/
drd_barrier.c 45 Segment* sg; // Segment of the last pthread_barrier() call
47 Segment* post_wait_sg; // Segment created after *_barrier_wait() finished
148 Segment* latest_sg = 0;
385 * Store a pointer to the latest segment of the current thread in the
463 /* Create a new segment and store a pointer to that segment. */
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCContext.h 367 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
372 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
375 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCContext.h 367 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
372 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
375 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCContext.h 367 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
372 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
375 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCContext.h 367 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
372 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
375 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCContext.h 367 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
372 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
375 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCContext.h 367 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
372 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
375 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCContext.h 367 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
372 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
375 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCContext.h 367 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
372 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
375 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /compatibility/cdd/5_multimedia/
5_7_network-protocols.md 12 * [C-1-2] MUST support the media segment formats shown in
21 **Media Segment Formats**
26 <th>Segment formats</th>
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/AmdStyxPciHostBridgeLib/
AmdStyxPciHostBridgeLib.c 81 RootBridge->Segment = 0;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibDxe/
I2CLib.c 31 #define MmPciAddress( Segment, Bus, Device, Function, Register ) \
41 UINTN Segment;
121 mLpssPciDeviceList[I2cControllerIndex + 1].Segment,
198 mLpssPciDeviceList[I2cControllerIndex+1].Segment,

Completed in 1907 milliseconds

1 2 3 4 5 6 7 8 91011>>