Searched defs:prior (Results 1 - 17 of 17) sorted by relevance

/external/skia/src/core/
H A DSkClipStack.cpp245 // prior clip. This could be wildly incorrect if the
248 // size of the prior bound (e.g., if the second clip
249 // exactly matched the bottom half of the prior clip).
304 // the prior clip's finite bound
377 // current clip. The prior clip could reduce the size of this
387 void SkClipStack::Element::updateBoundAndGenID(const Element* prior) { argument
401 (SkRegion::kIntersect_Op == fOp && nullptr == prior) ||
402 (SkRegion::kIntersect_Op == fOp && prior->fIsIntersectionOfRects &&
403 prior->rectRectIntersectAllowed(this->getRect(), fDoAA))) {
437 if (nullptr == prior) {
679 Element* prior = (Element*) iter.prev(); local
[all...]
/external/icu/icu4c/source/common/
H A Dicuplug.cpp252 uplug_nextPlug(UPlugData *prior) { argument
253 if(prior==NULL) {
256 UPlugData *nextPlug = &prior[1];
/external/skia/src/pathops/
H A DSkOpContour.h163 const SkOpSegment* prior = nullptr; local
166 SkASSERT(segment->prev() == prior);
167 prior = segment;
169 SkASSERT(prior == fTail);
H A DSkOpSegment.cpp416 SkOpSpan* prior = &fHead; local
421 priorAngle->set(spanBase, prior);
433 prior = span;
524 SkOpAngle* prior = angle; local
527 SkASSERT(prior->next() == angle);
529 if (prior->unorderable() || angle->unorderable() || next->unorderable()) {
550 SkOpAngle* prior = firstAngle; local
552 angle = prior;
553 prior = angle->previous();
554 SkASSERT(prior
1199 SkOpSpan* prior = nullptr; local
1676 testForCoincidence(const SkOpPtT* priorPtT, const SkOpPtT* ptT, const SkOpSpanBase* prior, const SkOpSpanBase* spanBase, const SkOpSegment* opp, SkScalar flatnessLimit) const argument
[all...]
H A DSkPathOpsDebug.cpp618 const SkOpSpan* prior = nullptr; local
651 // find prior span containing opp segment
662 prior = priorTest;
672 const SkOpPtT* oppStart = prior->ptT();
691 coincident = testForCoincidence(priorPtT, ptT, prior, spanBase, opp, 5000);
H A DSkPathOpsTSect.h248 SkTSpan<TCurve, OppCurve>* addFollowing(SkTSpan<TCurve, OppCurve>* prior);
380 SkTSpan<TCurve, OppCurve>* prior) {
382 result->fStartT = prior ? prior->fEndT : 0;
383 SkTSpan<TCurve, OppCurve>* next = prior ? prior->fNext : fHead;
385 result->fPrev = prior;
387 if (prior) {
388 prior->fNext = result;
1036 SkTSpan<TCurve, OppCurve>* prior local
379 addFollowing( SkTSpan<TCurve, OppCurve>* prior) argument
1540 SkTSpan<TCurve, OppCurve>* prior = nullptr; local
[all...]
/external/speex/libspeex/
H A Dpreprocess.c19 derived from this software without specific prior written permission.
215 spx_word16_t *prior; /**< A-priori SNR */ member in struct:SpeexPreprocessState_
458 st->prior = (spx_word16_t*)speex_alloc((N+M)*sizeof(spx_word16_t));
492 st->prior[i]=SHL16(1, SNR_SHIFT);
545 speex_free(st->prior);
807 st->prior[i] = EXTRACT16(PSHR32(ADD32(MULT16_16(gamma,MAX16(0,st->post[i])), MULT16_16(Q15_ONE-gamma,DIV32_16_Q8(st->old_ps[i],tot_noise))), 15));
808 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT));
814 st->zeta[0] = PSHR32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[0]), MULT16_16(QCONST16(.3f,15),st->prior[0])),15);
816 st->zeta[i] = PSHR32(ADD32(ADD32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[i]), MULT16_16(QCONST16(.15f,15),st->prior[
[all...]
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c1478 * Negotiation prior to having received peer information or for P2PS PD
2680 struct p2ps_advertisement **prior; local
2686 prior = &p2p->p2ps_adv_list;
2690 *prior = adv_data->next;
2694 prior = &adv_data->next;
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.c1478 * Negotiation prior to having received peer information or for P2PS PD
2680 struct p2ps_advertisement **prior; local
2686 prior = &p2p->p2ps_adv_list;
2690 *prior = adv_data->next;
2694 prior = &adv_data->next;
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.c1478 * Negotiation prior to having received peer information or for P2PS PD
2680 struct p2ps_advertisement **prior; local
2686 prior = &p2p->p2ps_adv_list;
2690 *prior = adv_data->next;
2694 prior = &adv_data->next;
/external/sqlite/dist/orig/
H A Dsqlite3.c509 ** with the [sqlite3] object prior to attempting to close the object. ^If
1051 ** is not changed but instead the prior value of that setting is written
1520 ** other SQLite resources must be deallocated prior to invoking
1540 ** prior to using any other SQLite interface. For maximum portability,
1542 ** directly prior to using any other SQLite interface. Future releases
1589 ** may only be invoked prior to library initialization using
1655 ** xRealloc is always a value returned by a prior call to xRoundup.
1693 void (*xFree)(void*); /* Free a prior allocation */
1852 ** undoing any prior invocation of [SQLITE_CONFIG_MALLOC]. ^If the
2273 ** running prior t
29768 int prior = 0; local
132220 int delay, prior; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c509 ** with the [sqlite3] object prior to attempting to close the object. ^If
1051 ** is not changed but instead the prior value of that setting is written
1520 ** other SQLite resources must be deallocated prior to invoking
1540 ** prior to using any other SQLite interface. For maximum portability,
1542 ** directly prior to using any other SQLite interface. Future releases
1589 ** may only be invoked prior to library initialization using
1655 ** xRealloc is always a value returned by a prior call to xRoundup.
1693 void (*xFree)(void*); /* Free a prior allocation */
1852 ** undoing any prior invocation of [SQLITE_CONFIG_MALLOC]. ^If the
2273 ** running prior t
29786 int prior = 0; local
132238 int delay, prior; local
[all...]
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 906 milliseconds