HomeSort by relevance Sort by last modified time
    Searched refs:state3 (Results 1 - 9 of 9) sorted by null

  /external/webrtc/src/common_audio/signal_processing/
resample_by_2.c 77 register WebRtc_Word32 state3 = filtState[3]; local
92 diff = tmp2 - state3;
93 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2);
109 out32 = (state3 + state7 + 1024) >> 11;
118 filtState[3] = state3;
134 register WebRtc_Word32 state3 = filtState[3]; local
149 diff = tmp2 - state3;
150 state3 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state2);
154 out32 = (state3 + 512) >> 10;
176 filtState[3] = state3;
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
StateSetTest.java 180 int state3 = 0; local
183 assertFalse(StateSet.stateSetMatches(stateSpec10, state3));
186 assertFalse(StateSet.stateSetMatches(stateSpec10, state3));
189 assertTrue(StateSet.stateSetMatches(stateSpec10, state3));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
iter_fold_impl.hpp 91 typedef typename apply2< ForwardOp,state2,iter2 >::type state3; typedef in struct:boost::mpl::aux::iter_fold_impl
95 typedef state3 state;
113 typedef typename apply2< ForwardOp,state2,iter2 >::type state3; typedef in struct:boost::mpl::aux::iter_fold_impl
115 typedef typename apply2< ForwardOp,state3,iter3 >::type state4;
fold_impl.hpp 91 typedef typename apply2< ForwardOp, state2, typename deref<iter2>::type >::type state3; typedef in struct:boost::mpl::aux::fold_impl
95 typedef state3 state;
113 typedef typename apply2< ForwardOp, state2, typename deref<iter2>::type >::type state3; typedef in struct:boost::mpl::aux::fold_impl
115 typedef typename apply2< ForwardOp, state3, typename deref<iter3>::type >::type state4;
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
IsValidUtf8TestUtil.java 244 int state3 = Utf8.partialIsValidUtf8(state2, bytes, j, numBytes);
245 if (isRoundTrippable != (state3 == Utf8.COMPLETE)) {
247 state1, state2, state3, i, j);
250 assertEquals(isRoundTrippable, (state3 == Utf8.COMPLETE));
264 assertEquals(state3,
275 assertEquals(state3,
277 assertEquals(state3,
  /system/core/sh/
main.c 158 goto state3;
190 state3:
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
MD5.java 41 private int state0, state1, state2, state3; field in class:MD5
92 int d = state3;
176 state3 += d;
186 state3 = 0x10325476;
257 encode(dst, pos + 12, state3);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_random.py 53 state3 = self.gen.getstate() # s/b distinct from state2
54 self.assertNotEqual(state2, state3)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_random.py 53 state3 = self.gen.getstate() # s/b distinct from state2
54 self.assertNotEqual(state2, state3)

Completed in 906 milliseconds