HomeSort by relevance Sort by last modified time
    Searched full:state0 (Results 1 - 11 of 11) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
fold_impl.hpp 34 typedef State state0; typedef in struct:boost::mpl::aux::fold_impl
35 typedef state0 state;
48 typedef State state0; typedef in struct:boost::mpl::aux::fold_impl
49 typedef typename apply2< ForwardOp, state0, typename deref<iter0>::type >::type state1;
66 typedef State state0; typedef in struct:boost::mpl::aux::fold_impl
67 typedef typename apply2< ForwardOp, state0, typename deref<iter0>::type >::type state1;
86 typedef State state0; typedef in struct:boost::mpl::aux::fold_impl
87 typedef typename apply2< ForwardOp, state0, typename deref<iter0>::type >::type state1;
108 typedef State state0; typedef in struct:boost::mpl::aux::fold_impl
109 typedef typename apply2< ForwardOp, state0, typename deref<iter0>::type >::type state1
    [all...]
iter_fold_impl.hpp 34 typedef State state0; typedef in struct:boost::mpl::aux::iter_fold_impl
35 typedef state0 state;
48 typedef State state0; typedef in struct:boost::mpl::aux::iter_fold_impl
49 typedef typename apply2< ForwardOp,state0,iter0 >::type state1;
66 typedef State state0; typedef in struct:boost::mpl::aux::iter_fold_impl
67 typedef typename apply2< ForwardOp,state0,iter0 >::type state1;
86 typedef State state0; typedef in struct:boost::mpl::aux::iter_fold_impl
87 typedef typename apply2< ForwardOp,state0,iter0 >::type state1;
108 typedef State state0; typedef in struct:boost::mpl::aux::iter_fold_impl
109 typedef typename apply2< ForwardOp,state0,iter0 >::type state1
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
resample_by_2.c 74 register WebRtc_Word32 state0 = filtState[0]; local
87 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0);
88 state0 = in32;
115 filtState[0] = state0;
131 register WebRtc_Word32 state0 = filtState[0]; local
144 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state0);
145 state0 = in32;
173 filtState[0] = state0;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 61 WebRtc_Word32 state0 = state[0]; local
74 "smmulr %[a2], %[tmp_coeff0], %[state0]\n\t"
78 "smmulr %[a1], %[tmp_coeff0], %[state0]\n\t"
87 [state0]"r"(state0),
93 a1 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[5], coefficient[4], state0);
97 a2 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[1], coefficient[0], state0);
107 state1 = state0;
108 state0 = WEBRTC_SPL_LSHIFT_W32(c, 2); // Write state as Q4
110 state[0] = state0;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.c 87 unsigned rc_constants_add_state(struct rc_constant_list * c, unsigned state0, unsigned state1)
94 if (c->Constants[index].u.State[0] == state0 &&
103 constant.u.State[0] = state0;
  /external/aac/libSBRenc/src/
resampler.cpp 399 FIXP_DBL state0; local
405 state0 = input + fMult(state1, coeff[B1]) + fMult(state2, coeff[B2]);
406 y = state0 - fMult(state1b, coeff[A1]) - fMult(state2b, coeff[A2]);
434 FIXP_DBL state0; local
440 state0 = input - fMult(state1, coeff[A1]) - fMult(state2, coeff[A2]);
441 y = state0 + fMult(state1, coeff[B1]) + fMult(state2, coeff[B2]);
448 states[i][s2] = (FIXP_BQS)(LONG)((state0 + (FIXP_DBL)(1<<(DFRACT_BITS-FRACT_BITS-2))) >> (DFRACT_BITS-FRACT_BITS-1));
450 states[i][s2] = state0<<1;
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 45 // areas are state_table, remap_base, and remap_string. state0 and state0_size
53 const uint32 state0; member in struct:google::protobuf::internal::__anon17859
346 // Return true if current Tbl pointer is within state0 range
349 const uint8* Tbl0 = &st->state_table[st->state0];
368 const uint8* Tbl_0 = &st->state_table[st->state0];
430 // Some exit code, !state0, back up over last char
431 // Some exit code, state0, back up one byte exactly
432 // source consumed, !state0, back up over partial char
433 // source consumed, state0, exit OK
434 // For illegal byte in state0, avoid backup up over PREVIOUS cha
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_audioop.py 289 d0, state0 = audioop.ratecv(datas[w], w, 1, 8000, 16000, None)
296 self.assertEqual(state, state0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_audioop.py 289 d0, state0 = audioop.ratecv(datas[w], w, 1, 8000, 16000, None)
296 self.assertEqual(state, state0)
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZone.java 158 s.append("[" + "State0" + "<" + mZoneTempThresholds[1] + "];");
  /external/icu/icu4c/source/common/
ucnvmbcs.cpp 5620 const int32_t *state0; local
    [all...]

Completed in 391 milliseconds