Searched defs:Segment (Results 1 - 23 of 23) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_segment.h60 } Segment; typedef in typeref:struct:segment
63 Segment* DRD_(sg_new)(const DrdThreadId creator, const DrdThreadId created);
64 static int DRD_(sg_get_refcnt)(const Segment* const sg);
65 Segment* DRD_(sg_get)(Segment* const sg);
66 void DRD_(sg_put)(Segment* const sg);
67 static struct bitmap* DRD_(sg_bm)(Segment* const sg);
68 void DRD_(sg_merge)(Segment* const sg1, Segment* const sg2);
69 void DRD_(sg_print)(Segment* cons
[all...]
/external/skia/include/core/
H A DSkPathMeasure.h86 struct Segment { struct in class:SkPathMeasure
94 SkTDArray<Segment> fSegments;
97 static const Segment* NextSegment(const Segment*);
104 const Segment* distanceToSegment(SkScalar distance, SkScalar* t);
/external/llvm/lib/MC/
H A DMCSectionMachO.cpp75 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, argument
78 assert(Segment.size() <= 16 && Section.size() <= 16 &&
79 "Segment or section string too long");
81 if (i < Segment.size())
82 SegmentName[i] = Segment[i];
180 StringRef &Segment, // Out.
195 Segment = Comma.first;
196 StripSpaces(Segment);
199 if (Segment.empty() || Segment
179 ParseSectionSpecifier(StringRef Spec, StringRef &Segment, StringRef &Section, unsigned &TAA, bool &TAAParsed, unsigned &StubSize) argument
[all...]
H A DMCContext.cpp161 getMachOSection(StringRef Segment, StringRef Section, argument
176 Name += Segment;
185 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes,
/external/v8/src/
H A Dzone.cc43 class Segment { class in namespace:v8::internal
45 void Initialize(Segment* next, int size) {
50 Segment* next() const { return next_; }
54 int capacity() const { return size_ - sizeof(Segment); }
56 Address start() const { return address(sizeof(Segment)); }
65 Segment* next_;
89 Segment* Zone::NewSegment(int size) {
90 Segment* result = reinterpret_cast<Segment*>(Malloced::New(size));
101 void Zone::DeleteSegment(Segment* segmen
[all...]
/external/libvpx/vp8/common/
H A Dloopfilter.c355 int Segment = (alt_flt_enabled) ? mbd->mode_info_context->mbmi.segment_id : 0; local
357 filter_level = baseline_filter_level[Segment];
459 int Segment = (alt_flt_enabled) ? mbd->mode_info_context->mbmi.segment_id : 0; local
460 filter_level = baseline_filter_level[Segment];
567 int Segment = (alt_flt_enabled) ? mbd->mode_info_context->mbmi.segment_id : 0; local
568 filter_level = baseline_filter_level[Segment];
/external/libvpx/vp8/decoder/
H A Dthreading.c257 int Segment; local
351 Segment = (alt_flt_enabled) ? xd->mode_info_context->mbmi.segment_id : 0;
352 filter_level = pbi->mt_baseline_filter_level[Segment];
695 int Segment; local
839 Segment = (alt_flt_enabled) ? xd->mode_info_context->mbmi.segment_id : 0;
840 filter_level = pbi->mt_baseline_filter_level[Segment];
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp442 StringRef Segment, Section;
446 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section,
455 getContext().getMachOSection(Segment, Section, TAA, StubSize,
469 StringRef Segment, Section; local
473 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section,
484 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp360 const MachineOperand &Segment = MI->getOperand(Op+4); local
361 if (Segment.getReg()) {
H A DX86ISelDAGToDAG.cpp65 SDValue Segment; member in struct:__anon9020::X86ISelAddressMode
76 Segment(), GV(0), CP(0), BlockAddr(0), ES(0), JT(-1), Align(0),
206 SDValue &Segment);
209 SDValue &Segment);
212 SDValue &Segment);
216 SDValue &Segment,
222 SDValue &Segment);
234 SDValue &Disp, SDValue &Segment) {
259 if (AM.Segment.getNode())
260 Segment
232 getAddressOperands(X86ISelAddressMode &AM, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1276 SelectAddr(SDNode *Parent, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1319 SelectScalarSSELoad(SDNode *Root, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment, SDValue &PatternNodeWithChain) argument
1360 SelectLEAAddr(SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1422 SelectTLSADDRAddr(SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1446 TryFoldLoad(SDNode *P, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1976 SDValue Segment = CurDAG->getRegister(0, MVT::i32); local
2591 SDValue Base, Scale, Index, Disp, Segment; local
[all...]
H A DX86ISelLowering.cpp11053 DAG.getRegister(0, MVT::i32), // Segment.
11109 DAG.getRegister(0, MVT::i32), // Segment.
12280 MachineOperand &Segment = MI->getOperand(5); local
12387 .addOperand(Segment)
12412 .addOperand(Segment)
12439 .addOperand(Segment)
12459 .addOperand(Segment)
12495 .addOperand(Segment)
12577 .addReg(/*Segment=*/0)
/external/webkit/Source/JavaScriptCore/wtf/
H A DSegmentedVector.h148 m_segments.append(new Segment);
193 typedef Vector<T, SegmentSize> Segment; typedef in class:WTF::SegmentedVector
208 Segment* segmentFor(size_t index)
242 m_segments.append(new Segment);
247 Segment m_inlineSegment;
248 Vector<Segment*, 32> m_segments;
/external/libvpx/libmkv/
H A DEbmlIDs.h36 Segment = 0x18538067, enumerator in enum:mkv
42 //Segment Information
/external/skia/src/gpu/
H A DGrAAConvexPathRenderer.cpp23 struct Segment { struct in namespace:__anon12053
47 typedef SkTArray<Segment, true> SegmentArray;
121 const Segment& sega = (*segments)[a];
123 Segment& segb = (*segments)[b];
133 if (Segment::kLine == segb.fType) {
145 const Segment& sega = (*segments)[a];
147 Segment& segb = (*segments)[b];
224 segments->back().fType = Segment::kLine;
232 segments->back().fType = Segment::kQuad;
245 segments->back().fType = Segment
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.h117 struct Segment { struct in class:cricket::PseudoTcp
153 bool process(Segment& seg);
/external/llvm/include/llvm/MC/
H A DMCContext.h202 const MCSectionMachO *getMachOSection(StringRef Segment,
207 const MCSectionMachO *getMachOSection(StringRef Segment, argument
211 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp35 bool ParseSectionSwitch(const char *Segment, const char *Section,
308 bool DarwinAsmParser::ParseSectionSwitch(const char *Segment, argument
317 bool isText = StringRef(Segment) == "__TEXT"; // FIXME: Hack.
319 Segment, Section, TAA, StubSize,
446 StringRef Segment, Section; local
451 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section,
458 bool isText = Segment == "__TEXT"; // FIXME: Hack.
460 Segment, Section, TAA, StubSize,
622 StringRef Segment; local
623 if (getParser().ParseIdentifier(Segment))
[all...]
/external/libvpx/mkvparser/
H A Dmkvparser.hpp73 class Segment;
297 Segment* const m_pSegment;
356 Segment*,
385 Segment*,
391 Segment*,
418 Segment*,
423 Segment*,
448 Segment* const m_pSegment;
455 Segment*,
490 Segment* cons
781 class Segment class in namespace:mkvparser
[all...]
H A Dmkvparser.cpp678 Segment::Segment( function in class:mkvparser::Segment
703 Segment::~Segment()
727 long long Segment::CreateInstance(
730 Segment*& pSegment)
819 if (id == 0x08538067) //Segment ID
830 pSegment = new (std::nothrow) Segment(
857 long long Segment::ParseHeaders()
952 if (id == 0x0549A966) //Segment Inf
[all...]
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnPathProcessor.cpp64 using LoopBlinnPathProcessorImplementation::Segment;
90 class Segment;
113 struct ValueToString<LoopBlinnPathProcessorImplementation::Segment*> {
114 static String string(LoopBlinnPathProcessorImplementation::Segment* const& value)
124 // Segment
131 class Segment { class in namespace:WebCore::LoopBlinnPathProcessorImplementation
132 WTF_MAKE_NONCOPYABLE(Segment);
140 Segment() function in class:WebCore::LoopBlinnPathProcessorImplementation::Segment
192 Segment* next() const { return m_next; }
193 Segment* pre
[all...]
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java170 final Segment<K, V>[] segments;
376 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight) {
391 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight) {
407 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight) {
424 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight);
441 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) {
448 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) {
454 Segment<K, V> segment, ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) {
463 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) {
469 Segment<
423 referenceValue( Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight) argument
577 newEntry( Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) argument
587 copyEntry( Segment<K, V> segment, ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) argument
2023 static class Segment<K, V> extends ReentrantLock { class in class:LocalCache
2137 Segment(LocalCache<K, V> map, int initialCapacity, long maxSegmentWeight, method in class:LocalCache.Segment
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java151 final transient Segment<K, V>[] segments;
299 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value) {
312 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value) {
325 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value) {
339 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value);
356 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) {
363 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) {
369 Segment<K, V> segment, ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) {
378 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) {
384 Segment<
338 referenceValue( Segment<K, V> segment, ReferenceEntry<K, V> entry, V value) argument
545 newEntry( Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) argument
555 copyEntry( Segment<K, V> segment, ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) argument
2034 static class Segment<K, V> extends ReentrantLock { class in class:MapMakerInternalMap
2140 Segment(MapMakerInternalMap<K, V> map, int initialCapacity, int maxSegmentSize) { method in class:MapMakerInternalMap.Segment
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 397 milliseconds