HomeSort by relevance Sort by last modified time
    Searched refs:Segment (Results 151 - 175 of 604) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
__init__.py 89 getbaseclasses(Segment)
156 'Seg ' : Segment,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
__init__.py 89 getbaseclasses(Segment)
156 'Seg ' : Segment,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
Thunk.c 88 Thunk to 16-bit real mode and call Segment:Offset. Regs will contain the
93 @param Segment Segemnt of 16-bit mode call
109 IN UINT16 Segment,
126 return InternalLegacyBiosFarCall (This, Segment, Offset, Regs, Stack, StackSize);
147 Thunk to 16-bit real mode and call Segment:Offset. Regs will contain the
152 @param Segment Segemnt of 16-bit mode call
168 IN UINT16 Segment,
272 ThunkRegSet.E.CS = Segment;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciPlatform/
PciPlatform.h 44 UINTN Segment;
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
S3BootScriptLib.h 201 @param[in] Segment The PCI segment number for Address.
214 IN UINT16 Segment,
224 @param[in] Segment The PCI segment number for Address.
237 IN UINT16 Segment,
430 @param Segment The PCI segment number for Address.
446 and EFI_BOOT_SCRIPT_PCI_CONFIG2_POLL_OPCODE, the 'Segment' parameter is assumed as
455 IN UINT16 Segment,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseS3BootScriptLibNull/
BootScriptLib.c 160 @param Segment The PCI segment number for Address.
172 IN UINT16 Segment,
184 @param Segment The PCI segment number for Address.
196 IN UINT16 Segment,
395 @param Segment The PCI segment number for Address.
406 EFI_BOOT_SCRIPT_PCI_CONFIG2_READ_WRITE_OPCODE and EFI_BOOT_SCRIPT_PCI_CONFIG2_POLL_OPCODE, the 'Segment' parameter is assumed as
414 IN UINT16 Segment,
    [all...]
  /external/llvm/test/MC/MachO/ARM/
darwin-Thumb-reloc.s 2 @ RUN: llvm-readobj -file-headers -s -sd -r -t -macho-segment -macho-dysymtab -macho-indirect-symbols < %t.obj > %t.dump
44 @ CHECK: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00)
65 @ CHECK: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00)
116 @ CHECK: Segment {
  /external/okhttp/okio/okio/src/main/java/okio/
Okio.java 74 Segment head = source.head;
134 Segment tail = sink.writableSegment(1);
135 int maxToCopy = (int) Math.min(byteCount, Segment.SIZE - tail.limit);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCContext.h 171 const MCSectionMachO *getMachOSection(StringRef Segment,
176 const MCSectionMachO *getMachOSection(StringRef Segment,
180 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
  /external/swiftshader/third_party/LLVM/lib/MC/
MCContext.cpp 156 getMachOSection(StringRef Segment, StringRef Section,
160 // We unique sections by their segment/section pair. The returned section
171 Name += Segment;
180 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes,
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 67 "use-segment-set-for-physregs", cl::Hidden, cl::init(true),
69 "Use segment set for the computation of the live ranges of physregs."));
286 // Flush the segment set to the segment vector.
320 // Use segment set to speed-up initial computation of the live range.
347 LR.addSegment(LiveRange::Segment(Def, Def.getDeadSlot(), VNI));
391 LR.addSegment(LiveRange::Segment(BlockStart, Idx, VNI));
473 assert(I != LI.end() && "Missing segment for VNI");
561 const LiveRange::Segment *Segment = SR.getSegmentContaining(VNI->def)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
BootScriptExecute.c     [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 40 bool parseSectionSwitch(const char *Segment, const char *Section,
392 bool DarwinAsmParser::parseSectionSwitch(const char *Segment,
403 Segment, Section, TAA, StubSize,
610 StringRef Segment, Section;
615 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section,
645 bool isText = Segment == "__TEXT"; // FIXME: Hack.
647 Segment, Section, TAA, StubSize,
808 StringRef Segment;
809 if (getParser().parseIdentifier(Segment))
810 return TokError("expected segment name after '.zerofill' directive")
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 41 import com.google.common.cache.LocalCache.Segment;
241 // share capacity over each segment, then round up to nearest power of two
453 Segment<Object, Object> segment = map.segments[0]; local
461 ReferenceEntry<Object, Object> entry = segment.getEntry(key, hash);
466 checkEvictionQueues(map, segment, readOrder, writeOrder);
468 assertTrue(segment.recencyQueue.isEmpty());
480 assertTrue(segment.recencyQueue.size() <= DRAIN_THRESHOLD);
483 int undrainedIndex = reads.size() - segment.recencyQueue.size();
484 checkAndDrainRecencyQueue(map, segment, reads.subList(undrainedIndex, reads.size()))
509 Segment<Object, Object> segment = map.segments[0]; local
538 Segment<Object, Object> segment = map.segments[0]; local
609 Segment<Object, Object> segment = map.segments[0]; local
748 Segment<Object, Object> segment = map.segments[0]; local
842 Segment<Object, Object> segment = map.segments[0]; local
1009 Segment<Object, Object> segment = map.segments[0]; local
1084 Segment<Object, Object> segment = map.segments[0]; local
1128 Segment<Object, Object> segment = map.segments[0]; local
1167 Segment<Object, Object> segment = map.segments[0]; local
1199 Segment<Object, Object> segment = map.segments[0]; local
1231 Segment<Object, Object> segment = map.segments[0]; local
1271 Segment<Object, Object> segment = map.segments[0]; local
1346 Segment<Object, Object> segment = map.segments[0]; local
1385 Segment<Object, Object> segment = map.segments[0]; local
1432 Segment<Object, Object> segment = map.segments[0]; local
1468 Segment<Object, Object> segment = map.segments[0]; local
1492 Segment<Object, Object> segment = map.segments[0]; local
1515 Segment<Object, Object> segment = map.segments[0]; local
1561 Segment<Object, Object> segment = map.segments[0]; local
1606 Segment<Object, Object> segment = map.segments[0]; local
1668 Segment<Object, Object> segment = map.segments[0]; local
1703 Segment<Object, Object> segment = map.segments[0]; local
1738 Segment<Object, Object> segment = map.segments[0]; local
1772 Segment<Object, Object> segment = map.segments[0]; local
1819 Segment<Object, Object> segment = map.segments[0]; local
1873 Segment<Object, Object> segment = map.segments[0]; local
1898 Segment<Object, Object> segment = map.segments[0]; local
1942 Segment<Object, Object> segment = map.segments[0]; local
1983 Segment<Object, Object> segment = map.segments[0]; local
2026 Segment<Object, Object> segment = map.segments[0]; local
2130 Segment<Object, Object> segment = map.segments[0]; local
2169 Segment<Object, Object> segment = map.segments[0]; local
2221 Segment<Object, Object> segment = map.segments[0]; local
2263 Segment<Object, Object> segment = map.segments[0]; local
2293 Segment<Object, Object> segment = map.segments[0]; local
2324 Segment<Object, Object> segment = map.segments[0]; local
2355 Segment<Object, Object> segment = map.segments[0]; local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 145 return WriteEbmlHeader(writer, mkvmuxer::Segment::kDefaultDocTypeVersion);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 65 uint16_t Segment = 0;
83 uint16_t Segment;
136 uint16_t Segment;
370 uint16_t Segment;
608 uint16_t Segment;
628 uint16_t Segment;
776 uint16_t Segment;
797 uint16_t Segment;
912 uint16_t Segment;
934 uint16_t Segment;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 65 uint16_t Segment = 0;
83 uint16_t Segment;
136 uint16_t Segment;
370 uint16_t Segment;
608 uint16_t Segment;
628 uint16_t Segment;
776 uint16_t Segment;
797 uint16_t Segment;
912 uint16_t Segment;
934 uint16_t Segment;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 65 uint16_t Segment = 0;
83 uint16_t Segment;
136 uint16_t Segment;
370 uint16_t Segment;
608 uint16_t Segment;
628 uint16_t Segment;
776 uint16_t Segment;
797 uint16_t Segment;
912 uint16_t Segment;
934 uint16_t Segment;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 65 uint16_t Segment = 0;
83 uint16_t Segment;
136 uint16_t Segment;
370 uint16_t Segment;
608 uint16_t Segment;
628 uint16_t Segment;
776 uint16_t Segment;
797 uint16_t Segment;
912 uint16_t Segment;
934 uint16_t Segment;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 65 uint16_t Segment = 0;
83 uint16_t Segment;
136 uint16_t Segment;
370 uint16_t Segment;
608 uint16_t Segment;
628 uint16_t Segment;
776 uint16_t Segment;
797 uint16_t Segment;
912 uint16_t Segment;
934 uint16_t Segment;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 65 uint16_t Segment = 0;
83 uint16_t Segment;
136 uint16_t Segment;
370 uint16_t Segment;
608 uint16_t Segment;
628 uint16_t Segment;
776 uint16_t Segment;
797 uint16_t Segment;
912 uint16_t Segment;
934 uint16_t Segment;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 65 uint16_t Segment = 0;
83 uint16_t Segment;
136 uint16_t Segment;
370 uint16_t Segment;
608 uint16_t Segment;
628 uint16_t Segment;
776 uint16_t Segment;
797 uint16_t Segment;
912 uint16_t Segment;
934 uint16_t Segment;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 65 uint16_t Segment = 0;
83 uint16_t Segment;
136 uint16_t Segment;
370 uint16_t Segment;
608 uint16_t Segment;
628 uint16_t Segment;
776 uint16_t Segment;
797 uint16_t Segment;
912 uint16_t Segment;
934 uint16_t Segment;
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 659 Segment::Segment(IMkvReader* pReader, long long elem_start,
680 Segment::~Segment() {
701 long long Segment::CreateInstance(IMkvReader* pReader, long long pos,
702 Segment*& pSegment) {
798 pSegment = new (std::nothrow) Segment(pReader, idpos, pos, size);
818 long long Segment::ParseHeaders() {
819 // Outermost (level 0) segment object has been constructed,
1024 long Segment::LoadCluster(long long& pos, long& len)
    [all...]
  /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...]

Completed in 3466 milliseconds

1 2 3 4 5 67 8 91011>>