Searched refs:chase (Results 1 - 25 of 45) sorted by relevance

12

/external/tremolo/Tremolo/
H A Dcodebook.c162 long chase=0; local
165 /* chase the tree as far as it's already populated, fill in past */
168 if(chase>=top){
169 if (chase < 0 || chase >= n) return 1;
171 r[chase*2]=top;
172 r[chase*2+1]=0;
174 if (chase < 0 || chase >= n || chase*
631 ogg_uint32_t chase=0; local
[all...]
H A Ddpen.s97 MOV r7, #0 @ r7 = chase
100 ADC r2, r6, r7, LSL #1 @ r8 = &t[chase*2+C]
106 AND r7, r7, #0x7F @ r7 = chase
112 MOV r0, r7 @ return chase
123 MOV r7, r10 @ r7 = chase=next
125 ADC r8, r6, r7 @ r8 = t+chase+bit
126 LDRB r10,[r8], -r6 @ r10= next=t[chase+bit] r8=chase+bit
139 CMP r8, r7 @ if bit==0 (chase+bit==chase) (set
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsOp.cpp12 static SkOpSegment* findChaseOp(SkTDArray<SkOpSpan*>& chase, int* tIndex, int* endIndex) { argument
13 while (chase.count()) {
15 chase.pop(&span);
30 *chase.insert(0) = span;
32 *chase.append() = span;
76 // OPTIMIZATION: should this also add to the chase?
83 *chase.insert(0) = span;
85 *chase.append() = span;
154 SkTDArray<SkOpSpan*> chase; local
164 SkOpSegment* next = current->findNextOp(&chase,
[all...]
H A DSkPathOpsCommon.h17 // FIXME: find chase uses insert, so it can't be converted to SkTArray yet
18 SkOpSegment* FindChase(SkTDArray<SkOpSpan*>* chase, int* tIndex, int* endIndex);
H A DSkPathOpsSimplify.cpp37 SkTDArray<SkOpSpan*> chase; local
47 SkOpSegment* next = current->findNextWinding(&chase, &nextStart, &nextEnd,
82 SkASSERT(!SkPathOpsDebug::ChaseContains(chase, last));
84 *chase.append() = last;
86 SkDebugf("%s chase.append id=%d windSum=%d small=%d\n", __FUNCTION__,
92 current = FindChase(&chase, &index, &endIndex);
H A DSkPathOpsDebug.h197 void Dump(const SkTDArray<SkOpSpan* >& chase);
198 void Dump(const SkTDArray<SkOpSpan* >* chase);
H A DSkPathOpsCommon.cpp137 SkOpSegment* FindChase(SkTDArray<SkOpSpan*>* chase, int* tIndex, int* endIndex) { argument
138 while (chase->count()) {
140 chase->pop(&span);
152 *chase->insert(0) = span;
154 *chase->append() = span;
215 *chase->insert(0) = span;
H A DSkOpSegment.h314 SkOpSegment* findNextOp(SkTDArray<SkOpSpan*>* chase, int* nextStart, int* nextEnd,
316 SkOpSegment* findNextWinding(SkTDArray<SkOpSpan*>* chase, int* nextStart, int* nextEnd,
H A DSkOpSegment.cpp2674 SkOpSegment* SkOpSegment::findNextOp(SkTDArray<SkOpSpan*>* chase, int* nextStart, int* nextEnd,
2775 SkASSERT(!SkPathOpsDebug::ChaseContains(*chase, last));
2776 *chase->append() = last;
2778 SkDebugf("%s chase.append id=%d windSum=%d small=%d\n", __FUNCTION__,
2804 SkOpSegment* SkOpSegment::findNextWinding(SkTDArray<SkOpSpan*>* chase, int* nextStart,
2889 SkASSERT(!SkPathOpsDebug::ChaseContains(*chase, last));
2890 *chase->append() = last;
2892 SkDebugf("%s chase.append id=%d windSum=%d small=%d\n", __FUNCTION__,
3224 // OPTIMIZATION: the reverse mark and chase could skip the first marking
3228 // OPTIMIZATION: the reverse mark and chase coul
[all...]
/external/skia/src/pathops/
H A DSkPathOpsOp.cpp12 static SkOpSegment* findChaseOp(SkTDArray<SkOpSpan*>& chase, int* tIndex, int* endIndex) { argument
13 while (chase.count()) {
15 chase.pop(&span);
30 *chase.insert(0) = span;
32 *chase.append() = span;
76 // OPTIMIZATION: should this also add to the chase?
83 *chase.insert(0) = span;
85 *chase.append() = span;
154 SkTDArray<SkOpSpan*> chase; local
164 SkOpSegment* next = current->findNextOp(&chase,
[all...]
H A DSkPathOpsCommon.h17 // FIXME: find chase uses insert, so it can't be converted to SkTArray yet
18 SkOpSegment* FindChase(SkTDArray<SkOpSpan*>* chase, int* tIndex, int* endIndex);
H A DSkPathOpsSimplify.cpp37 SkTDArray<SkOpSpan*> chase; local
47 SkOpSegment* next = current->findNextWinding(&chase, &nextStart, &nextEnd,
82 SkASSERT(!SkPathOpsDebug::ChaseContains(chase, last));
84 *chase.append() = last;
86 SkDebugf("%s chase.append id=%d windSum=%d small=%d\n", __FUNCTION__,
92 current = FindChase(&chase, &index, &endIndex);
H A DSkPathOpsDebug.h197 void Dump(const SkTDArray<SkOpSpan* >& chase);
198 void Dump(const SkTDArray<SkOpSpan* >* chase);
H A DSkPathOpsCommon.cpp137 SkOpSegment* FindChase(SkTDArray<SkOpSpan*>* chase, int* tIndex, int* endIndex) { argument
138 while (chase->count()) {
140 chase->pop(&span);
152 *chase->insert(0) = span;
154 *chase->append() = span;
215 *chase->insert(0) = span;
H A DSkOpSegment.h314 SkOpSegment* findNextOp(SkTDArray<SkOpSpan*>* chase, int* nextStart, int* nextEnd,
316 SkOpSegment* findNextWinding(SkTDArray<SkOpSpan*>* chase, int* nextStart, int* nextEnd,
H A DSkOpSegment.cpp2674 SkOpSegment* SkOpSegment::findNextOp(SkTDArray<SkOpSpan*>* chase, int* nextStart, int* nextEnd,
2775 SkASSERT(!SkPathOpsDebug::ChaseContains(*chase, last));
2776 *chase->append() = last;
2778 SkDebugf("%s chase.append id=%d windSum=%d small=%d\n", __FUNCTION__,
2804 SkOpSegment* SkOpSegment::findNextWinding(SkTDArray<SkOpSpan*>* chase, int* nextStart,
2889 SkASSERT(!SkPathOpsDebug::ChaseContains(*chase, last));
2890 *chase->append() = last;
2892 SkDebugf("%s chase.append id=%d windSum=%d small=%d\n", __FUNCTION__,
3224 // OPTIMIZATION: the reverse mark and chase could skip the first marking
3228 // OPTIMIZATION: the reverse mark and chase coul
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DShapeOps.cpp16 // FIXME: this and find chase should be merge together, along with
20 static Segment* findChaseOp(SkTDArray<Span*>& chase, int& nextStart, int& nextEnd) { argument
21 while (chase.count()) {
23 chase.pop(&span);
34 *chase.insert(0) = span;
36 *chase.append() = span;
94 *chase.insert(0) = span;
96 *chase.append() = span;
H A DSimplify.cpp2402 Segment* findNextOp(SkTDArray<Span*>& chase, int& nextStart, int& nextEnd,
2502 *chase.append() = last;
2504 SkDebugf("%s chase.append id=%d\n", __FUNCTION__,
2524 Segment* findNextWinding(SkTDArray<Span*>& chase, int& nextStart, int& nextEnd,
2618 *chase.append() = last;
2620 SkDebugf("%s chase.append id=%d\n", __FUNCTION__,
3029 // OPTIMIZATION: the reverse mark and chase could skip the first marking
3161 // this span is excluded by the winding rule -- chase the ends
5926 static Segment* findChase(SkTDArray<Span*>& chase, int& tIndex, int& endIndex) {
5927 while (chase
[all...]
/external/skia/experimental/Intersection/
H A DShapeOps.cpp16 // FIXME: this and find chase should be merge together, along with
20 static Segment* findChaseOp(SkTDArray<Span*>& chase, int& nextStart, int& nextEnd) { argument
21 while (chase.count()) {
23 chase.pop(&span);
34 *chase.insert(0) = span;
36 *chase.append() = span;
94 *chase.insert(0) = span;
96 *chase.append() = span;
H A DSimplify.cpp2402 Segment* findNextOp(SkTDArray<Span*>& chase, int& nextStart, int& nextEnd,
2502 *chase.append() = last;
2504 SkDebugf("%s chase.append id=%d\n", __FUNCTION__,
2524 Segment* findNextWinding(SkTDArray<Span*>& chase, int& nextStart, int& nextEnd,
2618 *chase.append() = last;
2620 SkDebugf("%s chase.append id=%d\n", __FUNCTION__,
3029 // OPTIMIZATION: the reverse mark and chase could skip the first marking
3161 // this span is excluded by the winding rule -- chase the ends
5926 static Segment* findChase(SkTDArray<Span*>& chase, int& tIndex, int& endIndex) {
5927 while (chase
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDebug.cpp608 void Dump(const SkTDArray<SkOpSpan *>& chase) { argument
609 SkPathOpsDebug::DumpSpans(chase);
612 void Dump(const SkTDArray<SkOpSpan *>* chase) { argument
613 SkPathOpsDebug::DumpSpans(*chase);
/external/skia/tests/
H A DPathOpsDebug.cpp608 void Dump(const SkTDArray<SkOpSpan *>& chase) { argument
609 SkPathOpsDebug::DumpSpans(chase);
612 void Dump(const SkTDArray<SkOpSpan *>* chase) { argument
613 SkPathOpsDebug::DumpSpans(*chase);
/external/valgrind/main/none/tests/
H A Dcmdline2.stdout.exp151 --vex-guest-chase-thresh=<0..99> [10]
152 --vex-guest-chase-cond=no|yes [no]
/external/chromium_org/sdch/open-vcdiff/
H A Dltmain.sh3404 LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %s\n",
3408 LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %s\n",
3655 Does not chase symlinks, even on platforms that support them.
/external/chromium_org/third_party/libxml/src/
H A Dltmain.sh3404 LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %s\n",
3408 LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %s\n",
3655 Does not chase symlinks, even on platforms that support them.

Completed in 474 milliseconds

12