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

/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp110 // prior clip. This could be wildly incorrect if the
113 // size of the prior bound (e.g., if the second clip
114 // exactly matched the bottom half of the prior clip).
169 // the prior clip's finite bound
243 // current clip. The prior clip could reduce the size of this
253 void SkClipStack::Element::updateBoundAndGenID(const Element* prior) { argument
266 (SkRegion::kIntersect_Op == fOp && NULL == prior) ||
267 (SkRegion::kIntersect_Op == fOp && prior->fIsIntersectionOfRects &&
268 prior->rectRectIntersectAllowed(fRect, fDoAA))) {
302 if (NULL == prior) {
[all...]
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h145 // next/prior - These functions unlike std::advance do not modify the
150 // prior(myIt) returns copy of myIt decremented once
151 // prior(myIt, n) returns copy of myIt decremented n times
167 inline ItTy prior(ItTy it, Dist n) function in namespace:llvm
174 inline ItTy prior(ItTy it) function in namespace:llvm
/external/skia/src/core/
H A DSkClipStack.cpp110 // prior clip. This could be wildly incorrect if the
113 // size of the prior bound (e.g., if the second clip
114 // exactly matched the bottom half of the prior clip).
169 // the prior clip's finite bound
243 // current clip. The prior clip could reduce the size of this
253 void SkClipStack::Element::updateBoundAndGenID(const Element* prior) { argument
266 (SkRegion::kIntersect_Op == fOp && NULL == prior) ||
267 (SkRegion::kIntersect_Op == fOp && prior->fIsIntersectionOfRects &&
268 prior->rectRectIntersectAllowed(fRect, fDoAA))) {
302 if (NULL == prior) {
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dicuplug.c240 uplug_nextPlug(UPlugData *prior) { argument
241 if(prior==NULL) {
244 UPlugData *nextPlug = &prior[1];
/external/icu4c/common/
H A Dicuplug.c244 uplug_nextPlug(UPlugData *prior) { argument
245 if(prior==NULL) {
248 UPlugData *nextPlug = &prior[1];
/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/chromium_org/third_party/sqlite/src/src/
H A Dmain.c81 ** VFS, and mutex subsystems prior to doing any serious work with
139 ** MutexAlloc() is called for a static mutex prior to initializing the
897 int delay, prior; local
902 prior = totals[count];
905 prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));
907 if( prior + delay > timeout ){
908 delay = timeout - prior;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c818 ** the [sqlite3] object prior to attempting to close the object. ^If
1585 ** other SQLite resources must be deallocated prior to invoking
1605 ** prior to using any other SQLite interface. For maximum portability,
1607 ** directly prior to using any other SQLite interface. Future releases
1652 ** may only be invoked prior to library initialization using
1720 ** xRealloc is always a value returned by a prior call to xRoundup.
1761 void (*xFree)(void*); /* Free a prior allocation */
1902 ** undoing any prior invocation of [SQLITE_CONFIG_MALLOC]. ^If the
2218 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2251 ** ^(If SQLite has not been initialized using [sqlite3_initialize()] prior
108349 int delay, prior; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c825 ** the [sqlite3] object prior to attempting to close the object. ^If
1318 ** is not changed but instead the prior value of that setting is written
1701 ** other SQLite resources must be deallocated prior to invoking
1721 ** prior to using any other SQLite interface. For maximum portability,
1723 ** directly prior to using any other SQLite interface. Future releases
1768 ** may only be invoked prior to library initialization using
1833 ** xRealloc is always a value returned by a prior call to xRoundup.
1871 void (*xFree)(void*); /* Free a prior allocation */
2013 ** undoing any prior invocation of [SQLITE_CONFIG_MALLOC]. ^If the
2353 ** running prior t
28006 int prior = 0; local
113394 int delay, prior; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c825 ** the [sqlite3] object prior to attempting to close the object. ^If
1318 ** is not changed but instead the prior value of that setting is written
1701 ** other SQLite resources must be deallocated prior to invoking
1721 ** prior to using any other SQLite interface. For maximum portability,
1723 ** directly prior to using any other SQLite interface. Future releases
1768 ** may only be invoked prior to library initialization using
1833 ** xRealloc is always a value returned by a prior call to xRoundup.
1871 void (*xFree)(void*); /* Free a prior allocation */
2013 ** undoing any prior invocation of [SQLITE_CONFIG_MALLOC]. ^If the
2353 ** running prior t
28024 int prior = 0; local
113430 int delay, prior; local
[all...]

Completed in 3134 milliseconds