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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
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...]
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...]
  /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/chromium_org/v8/test/cctest/
test-random.cc 39 void SetSeeds(Handle<ByteArray> seeds, uint32_t state0, uint32_t state1) {
41 seeds->set(i, static_cast<byte>(state0 >> (i * kBitsPerByte)));
49 uint32_t state0,
55 SetSeeds(seeds, state0, state1);
62 SetSeeds(seeds, state0, state1);
  /external/v8/test/cctest/
test-random.cc 42 void SetSeeds(Handle<ByteArray> seeds, uint32_t state0, uint32_t state1) {
44 seeds->set(i, static_cast<byte>(state0 >> (i * kBitsPerByte)));
52 uint32_t state0,
58 SetSeeds(seeds, state0, state1);
65 SetSeeds(seeds, state0, state1);
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_utf8statetable.h 70 // areas are state_table, remap_base, and remap_string. state0 and state0_size
78 const uint32 state0; member in struct:__anon13048
94 const uint32 state0; member in struct:__anon13049
cld_utf8statetable.cc 9 // Return true if current Tbl pointer is within state0 range
12 const uint8* Tbl0 = &st->state_table[st->state0];
28 const uint8* Tbl_0 = &st->state_table[st->state0];
86 const uint8* Tbl_0 = &st->state_table[st->state0];
148 const uint8* Tbl_0 = &st->state_table[st->state0];
196 // Some exit code, !state0, back up over last char
197 // Some exit code, state0, back up one byte exactly
198 // source consumed, !state0, back up over partial char
199 // source consumed, state0, exit OK
200 // For illegal byte in state0, avoid backup up over PREVIOUS cha
    [all...]
  /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/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/chromium_org/third_party/mesa/src/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/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/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
MD5.java 41 private int state0, state1, state2, state3; field in class:MD5
89 int a = state0;
173 state0 += a;
183 state0 = 0x67452301;
254 encode(dst, pos, state0);
  /external/chromium_org/third_party/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::__anon15830
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...]
  /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::__anon26353
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)
  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c 5481 const int32_t *state0; local
    [all...]
  /external/icu4c/common/
ucnvmbcs.c 5483 const int32_t *state0; local
    [all...]

Completed in 628 milliseconds