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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
fold_impl.hpp 49 typedef typename apply2< ForwardOp, state0, typename deref<iter0>::type >::type state1; typedef in struct:boost::mpl::aux::fold_impl
53 typedef state1 state;
67 typedef typename apply2< ForwardOp, state0, typename deref<iter0>::type >::type state1; typedef in struct:boost::mpl::aux::fold_impl
69 typedef typename apply2< ForwardOp, state1, typename deref<iter1>::type >::type state2;
87 typedef typename apply2< ForwardOp, state0, typename deref<iter0>::type >::type state1; typedef in struct:boost::mpl::aux::fold_impl
89 typedef typename apply2< ForwardOp, state1, typename deref<iter1>::type >::type state2;
109 typedef typename apply2< ForwardOp, state0, typename deref<iter0>::type >::type state1; typedef in struct:boost::mpl::aux::fold_impl
111 typedef typename apply2< ForwardOp, state1, typename deref<iter1>::type >::type state2;
iter_fold_impl.hpp 49 typedef typename apply2< ForwardOp,state0,iter0 >::type state1; typedef in struct:boost::mpl::aux::iter_fold_impl
53 typedef state1 state;
67 typedef typename apply2< ForwardOp,state0,iter0 >::type state1; typedef in struct:boost::mpl::aux::iter_fold_impl
69 typedef typename apply2< ForwardOp,state1,iter1 >::type state2;
87 typedef typename apply2< ForwardOp,state0,iter0 >::type state1; typedef in struct:boost::mpl::aux::iter_fold_impl
89 typedef typename apply2< ForwardOp,state1,iter1 >::type state2;
109 typedef typename apply2< ForwardOp,state0,iter0 >::type state1; typedef in struct:boost::mpl::aux::iter_fold_impl
111 typedef typename apply2< ForwardOp,state1,iter1 >::type state2;
  /external/webrtc/src/common_audio/signal_processing/
resample_by_2.c 75 register WebRtc_Word32 state1 = filtState[1]; local
86 diff = in32 - state1;
90 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1);
91 state1 = tmp1;
116 filtState[1] = state1;
132 register WebRtc_Word32 state1 = filtState[1]; local
143 diff = in32 - state1;
147 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state1);
148 state1 = tmp1;
174 filtState[1] = state1;
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 62 WebRtc_Word32 state1 = state[1]; local
75 "smmulr %[b2], %[tmp_coeff1], %[state1]\n\t"
79 "smmulr %[b1], %[tmp_coeff1], %[state1]\n\t"
88 [state1]"r"(state1)
94 b1 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[7], coefficient[6], state1);
98 b2 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[3], coefficient[2], state1);
107 state1 = state0;
111 state[1] = state1;
  /cts/tests/tests/util/src/android/util/cts/
StateSetTest.java 152 int state1; local
155 state1 = 1;
156 assertTrue(StateSet.stateSetMatches(stateSpec8, state1));
158 state1 = 2;
159 assertFalse(StateSet.stateSetMatches(stateSpec8, state1));
162 assertFalse(StateSet.stateSetMatches(stateSpec8, state1));
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
MD5.java 41 private int state0, state1, state2, state3; field in class:MD5
90 int b = state1;
174 state1 += b;
184 state1 = 0xefcdab89;
255 encode(dst, pos + 4, state1);
  /external/aac/libSBRenc/src/
resampler.cpp 391 FIXP_BQS state1, state2, state1b, state2b; local
393 state1 = states[0][s1];
405 state0 = input + fMult(state1, coeff[B1]) + fMult(state2, coeff[B2]);
417 state1 = state1b;
433 FIXP_BQS state1, state2; local
437 state1 = states[i][s1];
440 state0 = input - fMult(state1, coeff[A1]) - fMult(state2, coeff[A2]);
441 y = state0 + fMult(state1, coeff[B1]) + fMult(state2, coeff[B2]);
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_test.cc 801 State state1 = static_cast<State>(state1_int); local
    [all...]
fullscreen_controller_state_unittest.cc 394 State state1 = static_cast<State>(state1_int); local
397 if (ShouldSkipStateAndEventPair(state1, EVENT_INVALID) ||
401 if (NextTransitionInShortestPath(state1, state2, NUM_STATES).state ==
404 << GetStateString(state1) << " " << GetStateString(state2);
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 1355 TestInterstitialPage::InterstitialState state1 = local
1405 TestInterstitialPage::InterstitialState state1 = local
1486 TestInterstitialPage::InterstitialState state1 = local
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 1736 TestInterstitialPage::InterstitialState state1 = local
1789 TestInterstitialPage::InterstitialState state1 = local
1875 TestInterstitialPage::InterstitialState state1 = local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 5449 uint32_t state1[2] = { 0, 0 }; local
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 5468 uint32_t state1[2] = { 0, 0 }; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 1228 milliseconds