HomeSort by relevance Sort by last modified time
    Searched defs:prior (Results 1 - 12 of 12) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
next_prior.hpp 10 // 13 Dec 2003 Added next(x, n) and prior(x, n) (Daniel Walker)
24 // const std::list<T>::iterator prev = boost::prior(p);
40 inline T prior(T x) { return --x; } function in namespace:boost
43 inline T prior(T x, Distance n) function in namespace:boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
next_prior.hpp 24 BOOST_MPL_AUX_COMMON_NAME_WKND(prior)
38 struct prior struct in namespace:boost::mpl
40 typedef typename T::prior type;
41 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,prior,(T))
45 BOOST_MPL_AUX_NA_SPEC(1, prior)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
integral_wrapper.hpp 65 typedef AUX_WRAPPER_INST(prior_value) prior; typedef in struct:AUX_WRAPPER_NAME
70 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (N - 1)) ) prior; typedef in struct:AUX_WRAPPER_NAME
73 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (value - 1)) ) prior; typedef in struct:AUX_WRAPPER_NAME
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
SortedMapInterfaceTest.java 86 K prior = iterator.next(); local
91 Comparable comparable = (Comparable) prior;
94 assertTrue(map.comparator().compare(prior, current) < 0);
96 current = prior;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
iterator.hpp 24 #include <boost/mpl/prior.hpp>
53 typedef v_iter<Vector,prior_> prior; typedef in struct:boost::mpl::v_iter
74 struct prior< v_iter<Vector,n_> > struct in namespace:boost::mpl
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityInputFilter.java 268 MotionEventHolder prior = current; local
270 prior.recycle();
  /external/llvm/include/llvm/ADT/
STLExtras.h 145 // 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/chromium_org/third_party/sqlite/src/src/
main.c 81 ** 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;
    [all...]
  /external/speex/libspeex/
preprocess.c 19 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[i]))
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 818 ** the [sqlite3] object prior to attempting to close the object. ^If
108349 int delay, prior; local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 825 ** the [sqlite3] object prior to attempting to close the object. ^If
28006 int prior = 0; local
113394 int delay, prior; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 825 ** the [sqlite3] object prior to attempting to close the object. ^If
28024 int prior = 0; local
113430 int delay, prior; local
    [all...]

Completed in 709 milliseconds