/external/jpeg/ |
D | makeproj.mac | 56 Add Files (ijg_folder as string) & "jcapimin.c" To Segment 1 57 Add Files (ijg_folder as string) & "jcapistd.c" To Segment 1 58 Add Files (ijg_folder as string) & "jctrans.c" To Segment 1 59 Add Files (ijg_folder as string) & "jcparam.c" To Segment 1 60 Add Files (ijg_folder as string) & "jdatadst.c" To Segment 1 61 Add Files (ijg_folder as string) & "jcinit.c" To Segment 1 62 Add Files (ijg_folder as string) & "jcmaster.c" To Segment 1 63 Add Files (ijg_folder as string) & "jcmarker.c" To Segment 1 64 Add Files (ijg_folder as string) & "jcmainct.c" To Segment 1 65 Add Files (ijg_folder as string) & "jcprepct.c" To Segment 1 [all …]
|
/external/valgrind/main/drd/ |
D | drd_segment.h | 60 } Segment; typedef 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* const sg); 79 static __inline__ int DRD_(sg_get_refcnt)(const Segment* const sg) in DRD_() 89 static __inline__ struct bitmap* DRD_(sg_bm)(Segment* const sg) in DRD_()
|
D | drd_segment.c | 58 static void sg_init(Segment* const sg, in sg_init() 62 Segment* creator_sg; in sg_init() 101 static void DRD_(sg_cleanup)(Segment* const sg) in DRD_() 111 Segment* DRD_(sg_new)(const DrdThreadId creator, const DrdThreadId created) in DRD_() 113 Segment* sg; in DRD_() 126 static void DRD_(sg_delete)(Segment* const sg) in DRD_() 146 Segment* DRD_(sg_get)(Segment* const sg) in DRD_() 158 void DRD_(sg_put)(Segment* const sg) in DRD_() 183 void DRD_(sg_merge)(Segment* const sg1, Segment* const sg2) in DRD_() 212 void DRD_(sg_print)(Segment* const sg) in DRD_()
|
D | drd_semaphore.c | 52 static void drd_segment_push(struct semaphore_info* p, Segment* sg) in drd_segment_push() 62 tl_assert(*(Segment**)VG_(indexXA)(p->last_sem_post_seg, n) == sg); in drd_segment_push() 66 static Segment* drd_segment_pop(struct semaphore_info* p) in drd_segment_pop() 69 Segment* sg; in drd_segment_pop() 79 sg = *(Segment**)VG_(indexXA)(p->last_sem_post_seg, sz - 1); in drd_segment_pop() 111 VG_(free), sizeof(Segment*)); in drd_semaphore_initialize() 120 Segment* sg; in semaphore_cleanup() 175 Segment* sg; in DRD_() 261 Segment* sg; in DRD_() 365 Segment* sg; in DRD_() [all …]
|
D | drd_thread.c | 50 static void thread_append_segment(const DrdThreadId tid, Segment* const sg); 51 static void thread_discard_segment(const DrdThreadId tid, Segment* const sg); 245 Segment* p; in DRD_() 455 Segment* sg; in DRD_() 456 Segment* sg_prev; in DRD_() 701 void thread_append_segment(const DrdThreadId tid, Segment* const sg) in thread_append_segment() 728 void thread_discard_segment(const DrdThreadId tid, Segment* const sg) in thread_discard_segment() 767 void DRD_(thread_get_latest_segment)(Segment** sg, const DrdThreadId tid) in DRD_() 788 Segment* latest_sg; in DRD_() 814 Segment* latest_sg; in DRD_() [all …]
|
D | drd_thread.h | 70 Segment* first; /**< Pointer to first segment. */ 71 Segment* last; /**< Pointer to last segment. */ 166 void DRD_(thread_get_latest_segment)(Segment** sg, const DrdThreadId tid); 170 const Segment* sg); 181 const Segment* const p); 339 Segment* DRD_(thread_get_segment)(const DrdThreadId tid) in DRD_() 351 Segment* DRD_(running_thread_get_segment)(void) in DRD_()
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | LoopBlinnPathProcessor.cpp | 64 using LoopBlinnPathProcessorImplementation::Segment; 90 class Segment; 113 struct ValueToString<LoopBlinnPathProcessorImplementation::Segment*> { 114 static String string(LoopBlinnPathProcessorImplementation::Segment* const& value) in string() 131 class Segment { class 132 WTF_MAKE_NONCOPYABLE(Segment); 140 Segment() in Segment() function in WebCore::LoopBlinnPathProcessorImplementation::Segment 192 Segment* next() const { return m_next; } in next() 193 Segment* prev() const { return m_prev; } in prev() 195 void setNext(Segment* next) { m_next = next; } in setNext() [all …]
|
D | LoopBlinnPathProcessor.h | 45 class Segment; variable 96 void conditionallySubdivide(LoopBlinnPathProcessorImplementation::Segment*, 97 … Vector<LoopBlinnPathProcessorImplementation::Segment*>& nextSegments); 105 …Vector<LoopBlinnPathProcessorImplementation::Segment*> allSegmentsOverlappingY(LoopBlinnPathProces…
|
/external/libvpx/mkvparser/ |
D | mkvparser.hpp | 63 class Segment; 198 Segment* const m_pSegment; 244 Segment*, 274 Segment*, 300 Segment*, 323 Segment* const m_pSegment; 330 Segment*, 362 Segment* const m_pSegment; 369 Segment*, 398 Segment* const m_pSegment; [all …]
|
D | mkvparser.cpp | 866 Segment::Segment( in Segment() function in mkvparser::Segment 887 Segment::~Segment() in ~Segment() 911 long long Segment::CreateInstance( in CreateInstance() 914 Segment*& pSegment) in CreateInstance() 1018 pSegment = new (std::nothrow) Segment(pReader, pos, size); in CreateInstance() 1040 long long Segment::ParseHeaders() in ParseHeaders() 1201 long Segment::FindNextCluster(long long& pos, size& len) const 1288 long Segment::ParseCluster(long long& off, long long& new_pos) const 1414 bool Segment::AddCluster(long long off, long long pos) 1442 long Segment::LoadCluster( in LoadCluster() [all …]
|
/external/v8/src/ |
D | zone.cc | 61 class Segment { class 63 Segment* next() const { return next_; } in next() 67 int capacity() const { return size_ - sizeof(Segment); } in capacity() 69 Address start() const { return address(sizeof(Segment)); } in start() 78 Segment* next_; 87 Segment* Zone::NewSegment(int size) { in NewSegment() 88 Segment* result = reinterpret_cast<Segment*>(Malloced::New(size)); in NewSegment() 100 void Zone::DeleteSegment(Segment* segment, int size) { in DeleteSegment() 113 Segment* keep = segment_head_; in DeleteAll() 120 Segment* current = segment_head_; in DeleteAll() [all …]
|
D | zone.h | 42 class Segment; variable 112 Segment* NewSegment(int size); 115 void DeleteSegment(Segment* segment, int size); 125 Segment* segment_head_;
|
/external/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 75 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() argument 78 assert(Segment.size() <= 16 && Section.size() <= 16 && in MCSectionMachO() 81 if (i < Segment.size()) in MCSectionMachO() 82 SegmentName[i] = Segment[i]; in MCSectionMachO() 180 StringRef &Segment, // Out. in ParseSectionSpecifier() argument 195 Segment = Comma.first; in ParseSectionSpecifier() 196 StripSpaces(Segment); in ParseSectionSpecifier() 199 if (Segment.empty() || Segment.size() > 16) in ParseSectionSpecifier()
|
D | MCContext.cpp | 159 getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() argument 174 Name += Segment; in getMachOSection() 183 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes, in getMachOSection()
|
/external/skia/include/core/ |
D | SkPathMeasure.h | 93 struct Segment { struct 101 SkTDArray<Segment> fSegments; argument 103 static const Segment* NextSegment(const Segment*); 110 const Segment* distanceToSegment(SkScalar distance, SkScalar* t);
|
/external/skia/src/core/ |
D | SkPathMeasure.cpp | 42 SkScalar SkPathMeasure::Segment::getScalarT() const { in getScalarT() 46 const SkPathMeasure::Segment* SkPathMeasure::NextSegment(const Segment* seg) { in NextSegment() 121 Segment* seg = fSegments.append(); in compute_quad_segs() 145 Segment* seg = fSegments.append(); in compute_cubic_segs() 161 Segment* seg; in buildSegments() 216 const Segment* seg = fSegments.begin(); in buildSegments() 217 const Segment* stop = fSegments.end(); in buildSegments() 226 const Segment* s = seg; in buildSegments() 402 const SkPathMeasure::Segment* SkPathMeasure::distanceToSegment( in distanceToSegment() 407 const Segment* seg = fSegments.begin(); in distanceToSegment() [all …]
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | SegmentedVector.h | 148 m_segments.append(new Segment); in append() 193 typedef Vector<T, SegmentSize> Segment; typedef 208 Segment* segmentFor(size_t index) in segmentFor() 242 m_segments.append(new Segment); in ensureSegment() 247 Segment m_inlineSegment; 248 Vector<Segment*, 32> m_segments;
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 34 bool ParseSectionSwitch(const char *Segment, const char *Section, 296 bool DarwinAsmParser::ParseSectionSwitch(const char *Segment, in ParseSectionSwitch() argument 305 bool isText = StringRef(Segment) == "__TEXT"; // FIXME: Hack. in ParseSectionSwitch() 307 Segment, Section, TAA, StubSize, in ParseSectionSwitch() 434 StringRef Segment, Section; in ParseDirectiveSection() local 439 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section, in ParseDirectiveSection() 446 bool isText = Segment == "__TEXT"; // FIXME: Hack. in ParseDirectiveSection() 448 Segment, Section, TAA, StubSize, in ParseDirectiveSection() 579 StringRef Segment; in ParseDirectiveZerofill() local 580 if (getParser().ParseIdentifier(Segment)) in ParseDirectiveZerofill() [all …]
|
/external/valgrind/tsan/ |
D | thread_sanitizer.cc | 1640 class Segment { class 1701 Segment *seg = GetInternal(sid); in AllocateFreshSegments() 1715 Segment *seg = GetSegmentByIndex(n_segments_); in AllocateFreshSegments() 1740 Segment *seg = GetInternal(sid); in SetupFreshSid() 1764 Segment *seg = GetInternal(sid); in Alive() 1774 Segment *seg = GetInternal(sid); in AssertLive() 1784 static INLINE Segment *Get(SID sid) { in Get() 1786 Segment *res = GetInternal(sid); in Get() 1793 Segment *seg = GetInternal(sid); in RecycleOneFreshSid() 1804 Segment *seg = GetInternal(sid); in RecycleOneSid() [all …]
|
/external/guava/src/com/google/common/collect/ |
D | CustomConcurrentHashMap.java | 589 final Segment[] segments; 628 this.segments[i] = new Segment(segmentSize); in Impl() 671 Segment[] newSegmentArray(int ssize) { in newSegmentArray() 677 return (Segment[]) Array.newInstance(Segment.class, ssize); in newSegmentArray() 688 Segment segmentFor(int hash) { in segmentFor() 700 final class Segment extends ReentrantLock { class in CustomConcurrentHashMap.Impl 764 Segment(int initialCapacity) { in Segment() method in CustomConcurrentHashMap.Impl.Segment 1228 final Segment[] segments = this.segments; in isEmpty() 1269 final Segment[] segments = this.segments; in size() 1298 for (Segment segment : segments) { in size() [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 66 SDValue Segment; member 77 Segment(), GV(0), CP(0), BlockAddr(0), ES(0), JT(-1), Align(0), in X86ISelAddressMode() 204 SDValue &Segment); 207 SDValue &Segment); 210 SDValue &Segment); 214 SDValue &Segment, 220 SDValue &Segment); 232 SDValue &Disp, SDValue &Segment) { in getAddressOperands() argument 257 if (AM.Segment.getNode()) in getAddressOperands() 258 Segment = AM.Segment; in getAddressOperands() [all …]
|
/external/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 36 MCSectionMachO(StringRef Segment, StringRef Section, 162 StringRef &Segment, // Out.
|
D | MCContext.h | 176 const MCSectionMachO *getMachOSection(StringRef Segment, 181 const MCSectionMachO *getMachOSection(StringRef Segment, in getMachOSection() argument 185 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K); in getMachOSection()
|
/external/libvpx/vp8/common/ |
D | loopfilter.c | 355 int Segment = (alt_flt_enabled) ? mbd->mode_info_context->mbmi.segment_id : 0; in vp8_loop_filter_frame() local 357 filter_level = baseline_filter_level[Segment]; in vp8_loop_filter_frame() 459 int Segment = (alt_flt_enabled) ? mbd->mode_info_context->mbmi.segment_id : 0; in vp8_loop_filter_frame_yonly() local 460 filter_level = baseline_filter_level[Segment]; in vp8_loop_filter_frame_yonly() 567 int Segment = (alt_flt_enabled) ? mbd->mode_info_context->mbmi.segment_id : 0; in vp8_loop_filter_partial_frame() local 568 filter_level = baseline_filter_level[Segment]; in vp8_loop_filter_partial_frame()
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | pseudotcp.h | 117 struct Segment { struct 153 bool process(Segment& seg);
|