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

/external/chromium_org/third_party/icu/source/common/
H A Dicuplug.c244 uplug_nextPlug(UPlugData *prior) { argument
245 if(prior==NULL) {
248 UPlugData *nextPlug = &prior[1];
/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp238 // prior clip. This could be wildly incorrect if the
241 // size of the prior bound (e.g., if the second clip
242 // exactly matched the bottom half of the prior clip).
297 // the prior clip's finite bound
370 // current clip. The prior clip could reduce the size of this
380 void SkClipStack::Element::updateBoundAndGenID(const Element* prior) { argument
394 (SkRegion::kIntersect_Op == fOp && NULL == prior) ||
395 (SkRegion::kIntersect_Op == fOp && prior->fIsIntersectionOfRects &&
396 prior->rectRectIntersectAllowed(this->getRect(), fDoAA))) {
436 if (NULL == prior) {
668 Element* prior = (Element*) iter.prev(); local
[all...]
/external/icu/icu4c/source/common/
H A Dicuplug.c244 uplug_nextPlug(UPlugData *prior) { argument
245 if(prior==NULL) {
248 UPlugData *nextPlug = &prior[1];
/external/skia/src/core/
H A DSkClipStack.cpp238 // prior clip. This could be wildly incorrect if the
241 // size of the prior bound (e.g., if the second clip
242 // exactly matched the bottom half of the prior clip).
297 // the prior clip's finite bound
370 // current clip. The prior clip could reduce the size of this
380 void SkClipStack::Element::updateBoundAndGenID(const Element* prior) { argument
394 (SkRegion::kIntersect_Op == fOp && NULL == prior) ||
395 (SkRegion::kIntersect_Op == fOp && prior->fIsIntersectionOfRects &&
396 prior->rectRectIntersectAllowed(this->getRect(), fDoAA))) {
436 if (NULL == prior) {
668 Element* prior = (Element*) iter.prev(); 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/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
108142 int delay, prior; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c405 ** with the [sqlite3] object prior to attempting to close the object. ^If
942 ** is not changed but instead the prior value of that setting is written
1385 ** other SQLite resources must be deallocated prior to invoking
1405 ** prior to using any other SQLite interface. For maximum portability,
1407 ** directly prior to using any other SQLite interface. Future releases
1452 ** may only be invoked prior to library initialization using
1517 ** xRealloc is always a value returned by a prior call to xRoundup.
1555 void (*xFree)(void*); /* Free a prior allocation */
1697 ** undoing any prior invocation of [SQLITE_CONFIG_MALLOC]. ^If the
2096 ** running prior t
27380 int prior = 0; local
123397 int delay, prior; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c405 ** with the [sqlite3] object prior to attempting to close the object. ^If
942 ** is not changed but instead the prior value of that setting is written
1385 ** other SQLite resources must be deallocated prior to invoking
1405 ** prior to using any other SQLite interface. For maximum portability,
1407 ** directly prior to using any other SQLite interface. Future releases
1452 ** may only be invoked prior to library initialization using
1517 ** xRealloc is always a value returned by a prior call to xRoundup.
1555 void (*xFree)(void*); /* Free a prior allocation */
1697 ** undoing any prior invocation of [SQLITE_CONFIG_MALLOC]. ^If the
2096 ** running prior t
27398 int prior = 0; local
123417 int delay, prior; local
[all...]

Completed in 1454 milliseconds