Searched refs:shift_size (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/ |
D | values.pass.cpp | 54 static_assert((E::shift_size == 397), ""); in test1() 75 where(E::shift_size); in test1() 95 static_assert((E::shift_size == 156), ""); in test2() 116 where(E::shift_size); in test2()
|
D | ctor_sseq_all_zero.pass.cpp | 56 const std::size_t shift_size = 1u; in test() local 61 shift_size, in test()
|
/external/webrtc/webrtc/modules/audio_processing/utility/ |
D | delay_estimator.c | 331 int shift_size = 0; in WebRtc_SoftResetBinaryDelayEstimatorFarend() local 337 shift_size = self->history_size - abs_shift; in WebRtc_SoftResetBinaryDelayEstimatorFarend() 338 assert(shift_size > 0); in WebRtc_SoftResetBinaryDelayEstimatorFarend() 345 padding_index = shift_size; in WebRtc_SoftResetBinaryDelayEstimatorFarend() 351 sizeof(*self->binary_far_history) * shift_size); in WebRtc_SoftResetBinaryDelayEstimatorFarend() 356 sizeof(*self->far_bit_counts) * shift_size); in WebRtc_SoftResetBinaryDelayEstimatorFarend()
|
/external/libcxx/include/ |
D | random | 84 static constexpr size_t shift_size = m; 2092 static _LIBCPP_CONSTEXPR const size_t shift_size = __m; 2237 …ter_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>::shift_size;
|