/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 | 645 @param Segment Pci segment number
658 IN UINT16 Segment,
672 PciAddress = PCI_ADDRESS_ENCODE (Segment, Address);
733 @param Segment Pci segment number
746 IN UINT16 Segment,
762 PciAddress = PCI_ADDRESS_ENCODE (Segment, Address);
[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 | 150 return WriteEbmlHeader(writer, mkvmuxer::Segment::kDefaultDocTypeVersion); [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/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/ |
SymbolRecord.h | 63 uint16_t Segment = 0; 81 uint16_t Segment; 134 uint16_t Segment; 368 uint16_t Segment; 606 uint16_t Segment; 626 uint16_t Segment; 774 uint16_t Segment; 795 uint16_t Segment; 910 uint16_t Segment; 932 uint16_t Segment; [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/ |
SymbolRecord.h | 63 uint16_t Segment = 0; 81 uint16_t Segment; 134 uint16_t Segment; 368 uint16_t Segment; 606 uint16_t Segment; 626 uint16_t Segment; 774 uint16_t Segment; 795 uint16_t Segment; 910 uint16_t Segment; 932 uint16_t Segment; [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/ |
SymbolRecord.h | 62 uint16_t Segment = 0; 80 uint16_t Segment; 133 uint16_t Segment; 368 uint16_t Segment = 0; 609 uint16_t Segment; 629 uint16_t Segment; 781 uint16_t Segment; 802 uint16_t Segment; 917 uint16_t Segment; 939 uint16_t Segment; [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/ |
SymbolRecord.h | 62 uint16_t Segment = 0; 80 uint16_t Segment; 133 uint16_t Segment; 368 uint16_t Segment = 0; 609 uint16_t Segment; 629 uint16_t Segment; 781 uint16_t Segment; 802 uint16_t Segment; 917 uint16_t Segment; 939 uint16_t Segment; [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/ |
SymbolRecord.h | 62 uint16_t Segment = 0; 80 uint16_t Segment; 133 uint16_t Segment; 368 uint16_t Segment = 0; 609 uint16_t Segment; 629 uint16_t Segment; 781 uint16_t Segment; 802 uint16_t Segment; 917 uint16_t Segment; 939 uint16_t Segment; [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/ |
SymbolRecord.h | 62 uint16_t Segment = 0; 80 uint16_t Segment; 133 uint16_t Segment; 368 uint16_t Segment = 0; 609 uint16_t Segment; 629 uint16_t Segment; 781 uint16_t Segment; 802 uint16_t Segment; 917 uint16_t Segment; 939 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...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/ |
SymbolRecord.h | 63 uint16_t Segment = 0; 81 uint16_t Segment; 134 uint16_t Segment; 368 uint16_t Segment; 606 uint16_t Segment; 626 uint16_t Segment; 774 uint16_t Segment; 795 uint16_t Segment; 910 uint16_t Segment; 932 uint16_t Segment; [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/ |
SymbolRecord.h | 63 uint16_t Segment = 0; 81 uint16_t Segment; 134 uint16_t Segment; 368 uint16_t Segment; 606 uint16_t Segment; 626 uint16_t Segment; 774 uint16_t Segment; 795 uint16_t Segment; 910 uint16_t Segment; 932 uint16_t Segment; [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/ |
SymbolRecord.h | 62 uint16_t Segment = 0; 80 uint16_t Segment; 133 uint16_t Segment; 368 uint16_t Segment = 0; 609 uint16_t Segment; 629 uint16_t Segment; 781 uint16_t Segment; 802 uint16_t Segment; 917 uint16_t Segment; 939 uint16_t Segment; [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/ |
SymbolRecord.h | 62 uint16_t Segment = 0; 80 uint16_t Segment; 133 uint16_t Segment; 368 uint16_t Segment = 0; 609 uint16_t Segment; 629 uint16_t Segment; 781 uint16_t Segment; 802 uint16_t Segment; 917 uint16_t Segment; 939 uint16_t Segment; [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/ |
SymbolRecord.h | 62 uint16_t Segment = 0; 80 uint16_t Segment; 133 uint16_t Segment; 368 uint16_t Segment = 0; 609 uint16_t Segment; 629 uint16_t Segment; 781 uint16_t Segment; 802 uint16_t Segment; 917 uint16_t Segment; 939 uint16_t Segment; [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/ |
SymbolRecord.h | 62 uint16_t Segment = 0; 80 uint16_t Segment; 133 uint16_t Segment; 368 uint16_t Segment = 0; 609 uint16_t Segment; 629 uint16_t Segment; 781 uint16_t Segment; 802 uint16_t Segment; 917 uint16_t Segment; 939 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/google/contexthub/firmware/os/core/ |
seos.c | 467 it->shared = (const struct Segment *)(start); 468 it->sharedEnd = (const struct Segment *)(start + sz); 475 struct Segment *seg = osGetSegment(app); 490 bool osSegmentSetSize(struct Segment *seg, uint32_t size) 509 struct Segment *osSegmentGetEnd() 513 return (struct Segment *)(start + size); 519 const struct Segment *storageSeg = NULL; 534 struct Segment *osGetSegment(const struct AppHdr *app) 539 return (struct Segment *)((uint8_t*)app && 542 (uint8_t*)app - sizeof(struct Segment) : NULL) [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/ |
D03Iort.asl | 303 [0004] PCI Segment Number : 00000000
332 [0004] PCI Segment Number : 00000001
361 [0004] PCI Segment Number : 00000002
|