/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cg7coll.c | 142 int32_t i, rlen, j, n; in TestG7Locales() local 190 int32_t j, n; in TestDemo1() local 221 int32_t j, n; in TestDemo2() local 250 int32_t j, n; in TestDemo3() local 280 int32_t j, n; in TestDemo4() local
|
/external/icu/icu4c/source/test/cintltst/ |
D | cg7coll.c | 143 int32_t i, rlen, j, n; in TestG7Locales() local 201 int32_t j, n; in TestDemo1() local 232 int32_t j, n; in TestDemo2() local 261 int32_t j, n; in TestDemo3() local 291 int32_t j, n; in TestDemo4() local
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | g7coll.cpp | 144 int32_t j, n; in TestG7Locales() local 179 int32_t j, n; in TestDemo1() local 213 int32_t j, n; in TestDemo2() local 247 int32_t j, n; in TestDemo3() local 276 int32_t j, n; in TestDemo4() local
|
/external/icu/icu4c/source/test/intltest/ |
D | g7coll.cpp | 137 int32_t j, n; in TestG7Locales() local 169 int32_t j, n; in TestDemo1() local 203 int32_t j, n; in TestDemo2() local 237 int32_t j, n; in TestDemo3() local 266 int32_t j, n; in TestDemo4() local
|
/external/aac/libFDK/include/ |
D | scramble.h | 115 inline void scramble_sgl(FIXP_SGL *x, INT n) in scramble_sgl() 117 INT m,k,j; in scramble_sgl() local 141 inline void scramble(FIXP_DBL *x, INT n) in scramble() 143 INT m,k,j; in scramble() local
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/ |
D | fft4g.c | 305 void WebRtc_cdft(int n, int isgn, float *a, int *ip, float *w) in WebRtc_cdft() 324 void WebRtc_rdft(int n, int isgn, float *a, int *ip, float *w) in WebRtc_rdft() 644 int j, nwh; in makewt() local 673 int j, nch; in makect() local 693 static void bitrv2(int n, int *ip, float *a) in bitrv2() 695 int j, j1, k, k1, l, m, m2; in bitrv2() local 793 static void bitrv2conj(int n, int *ip, float *a) in bitrv2conj() 795 int j, j1, k, k1, l, m, m2; in bitrv2conj() local 902 static void cftfsub(int n, float *a, float *w) in cftfsub() 904 int j, j1, j2, j3, l; in cftfsub() local [all …]
|
/external/webrtc/src/modules/audio_processing/utility/ |
D | fft4g.c | 305 void WebRtc_cdft(int n, int isgn, float *a, int *ip, float *w) in WebRtc_cdft() 324 void WebRtc_rdft(int n, int isgn, float *a, int *ip, float *w) in WebRtc_rdft() 644 int j, nwh; in makewt() local 673 int j, nch; in makect() local 693 static void bitrv2(int n, int *ip, float *a) in bitrv2() 695 int j, j1, k, k1, l, m, m2; in bitrv2() local 793 static void bitrv2conj(int n, int *ip, float *a) in bitrv2conj() 795 int j, j1, k, k1, l, m, m2; in bitrv2conj() local 902 static void cftfsub(int n, float *a, float *w) in cftfsub() 904 int j, j1, j2, j3, l; in cftfsub() local [all …]
|
/external/eigen/doc/special_examples/ |
D | Tutorial_sparse_example_details.cpp | 8 void insertCoefficient(int id, int i, int j, double w, std::vector<T>& coeffs, in insertCoefficient() 11 int n = boundary.size(); in insertCoefficient() local 19 void buildProblem(std::vector<T>& coefficients, Eigen::VectorXd& b, int n) in buildProblem() 23 for(int j=0; j<n; ++j) in buildProblem() local 37 void saveAsBitmap(const Eigen::VectorXd& x, int n, const char* filename) in saveAsBitmap()
|
/external/libvorbis/lib/ |
D | codebook.c | 31 long i,j; in vorbis_staticbook_pack() local 150 long i,j; in vorbis_staticbook_unpack() local 357 long vorbis_book_decodevs_add(codebook *book,float *a,oggpack_buffer *b,int n){ in vorbis_book_decodevs_add() 362 int i,j,o; in vorbis_book_decodevs_add() local 376 long vorbis_book_decodev_add(codebook *book,float *a,oggpack_buffer *b,int n){ in vorbis_book_decodev_add() 378 int i,j,entry; in vorbis_book_decodev_add() local 421 long vorbis_book_decodev_set(codebook *book,float *a,oggpack_buffer *b,int n){ in vorbis_book_decodev_set() 423 int i,j,entry; in vorbis_book_decodev_set() local 434 int i,j; in vorbis_book_decodev_set() local 445 oggpack_buffer *b,int n){ in vorbis_book_decodevv_add() [all …]
|
D | lpc.c | 61 float vorbis_lpc_from_data(float *data,float *lpci,int n,int m){ in vorbis_lpc_from_data() 66 int i,j; in vorbis_lpc_from_data() local 134 float *data,long n){ in vorbis_lpc_predict() 140 long i,j,o,p; in vorbis_lpc_predict() local
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
D | subsetsequence.cc | 52 void DumpInts(const char* label, const int* v, int n) { in DumpInts() 60 void DumpUint8s(const char* label, const uint8* v, int n) { in DumpUint8s() 106 for (int j = 0; j < new_size; ++j) { in NewLevel() local 186 for (int j = 0; j < new_size; ++j) { in Flush() local 207 int j = 0; in Extract() local 226 for (int j = 0; j < new_size; ++j) { in Extract() local 244 int j = 0; in Extract() local
|
/external/libvpx/libvpx/test/ |
D | idct8x8_test.cc | 40 for (int n = 0; n < 8; n++) in reference_dct_1d() local 51 for (int j = 0; j < 8; ++j) in reference_dct_2d() local 54 for (int j = 0; j < 8; ++j) in reference_dct_2d() local 60 for (int j = 0; j < 8; ++j) in reference_dct_2d() local 63 for (int j = 0; j < 8; ++j) in reference_dct_2d() local 76 for (int n = 0; n < 8; n++) { in reference_idct_1d() local 89 for (int j = 0; j < 8; ++j) in reference_idct_2d() local 92 for (int j = 0; j < 8; ++j) in reference_idct_2d() local 98 for (int j = 0; j < 8; ++j) in reference_idct_2d() local 101 for (int j = 0; j < 8; ++j) in reference_idct_2d() local [all …]
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
D | idct8x8_test.cc | 40 for (int n = 0; n < 8; n++) in reference_dct_1d() local 51 for (int j = 0; j < 8; ++j) in reference_dct_2d() local 54 for (int j = 0; j < 8; ++j) in reference_dct_2d() local 60 for (int j = 0; j < 8; ++j) in reference_dct_2d() local 63 for (int j = 0; j < 8; ++j) in reference_dct_2d() local 76 for (int n = 0; n < 8; n++) { in reference_idct_1d() local 89 for (int j = 0; j < 8; ++j) in reference_idct_2d() local 92 for (int j = 0; j < 8; ++j) in reference_idct_2d() local 98 for (int j = 0; j < 8; ++j) in reference_idct_2d() local 101 for (int j = 0; j < 8; ++j) in reference_idct_2d() local [all …]
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_Utils.h | 21 void SparseLUImpl<Scalar,Index>::countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t& glu) in countnz() 27 Index i, j, fsupc; in countnz() local 52 void SparseLUImpl<Scalar,Index>::fixupL(const Index n, const IndexVector& perm_r, GlobalLU_t& glu) in fixupL() 54 Index fsupc, i, j, k, jstart; in fixupL() local
|
/external/chromium_org/media/base/ |
D | audio_fifo_unittest.cc | 95 int n = 0; in TEST_F() local 119 for (int n = 0; n < kMaxFrameCount; ++n) { in TEST_F() local 144 for (int j = 0; j < bus->channels(); ++j) in TEST_F() local 159 int n = 1; in TEST_F() local 163 for (int j = 0; j < bus->channels(); ++j) in TEST_F() local 174 for (int j = 0; j < bus->channels(); ++j) in TEST_F() local 184 for (int j = 0; j < bus->channels(); ++j) { in TEST_F() local
|
/external/skia/tests/ |
D | SortTest.cpp | 18 static void rand_array(SkRandom& rand, int array[], int n) { in rand_array() 19 for (int j = 0; j < n; j++) { in rand_array() local 25 const int array[], const int reference[], int n) { in check_sort() 26 for (int j = 0; j < n; ++j) { in check_sort() local
|
/external/chromium_org/third_party/skia/tests/ |
D | SortTest.cpp | 18 static void rand_array(SkRandom& rand, int array[], int n) { in rand_array() 19 for (int j = 0; j < n; j++) { in rand_array() local 25 const int array[], const int reference[], int n) { in check_sort() 26 for (int j = 0; j < n; ++j) { in check_sort() local
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
D | p12-0x.cpp | 4 int *j = &nonexistent; // expected-error {{use of undeclared identifier 'nonexistent'}} member 7 int n = f(); // ok member 12 int j = sizeof(S::m + 42); // ok variable 16 int n; member 30 const std::type_info& n = typeid(*(Poly*)(0*sizeof S::m)); variable
|
/external/speex/libspeex/ |
D | lpc.c | 79 int i, j; in _spx_lpc() local 132 int n in _spx_autocorr() 136 int i, j; in _spx_autocorr() local 185 int n in _spx_autocorr()
|
/external/protobuf/gtest/samples/ |
D | prime_tables.h | 58 virtual bool IsPrime(int n) const { in IsPrime() 70 for (int n = p + 1; n > 0; n++) { in GetNextPrime() local 89 virtual bool IsPrime(int n) const { in IsPrime() 94 for (int n = p + 1; n < is_prime_size_; n++) { in GetNextPrime() local 110 for (int j = 2*i; j <= max; j += i) { in CalculatePrimesUpTo() local
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
D | r1mpyq.h | 8 void r1mpyq(DenseIndex m, DenseIndex n, Scalar *a, const std::vector<JacobiRotation<Scalar> > &v_gi… in r1mpyq() 13 for (Index j = n-2; j>=0; --j) in r1mpyq() local 20 for (Index j = 0; j<n-1; ++j) in r1mpyq() local
|
/external/chromium_org/testing/gtest/samples/ |
D | prime_tables.h | 58 virtual bool IsPrime(int n) const { in IsPrime() 70 for (int n = p + 1; n > 0; n++) { in GetNextPrime() local 89 virtual bool IsPrime(int n) const { in IsPrime() 94 for (int n = p + 1; n < is_prime_size_; n++) { in GetNextPrime() local 110 for (int j = 2*i; j <= max; j += i) { in CalculatePrimesUpTo() local
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/ |
D | omxSP_FFTFwd_RToCCS_F32_Sfs.c | 67 OMX_INT n) { in RevbinPermuteFwd() 69 OMX_INT j; in RevbinPermuteFwd() local 118 OMX_INT n) { in RevbinPermuteFwdSse() 120 OMX_INT j; in RevbinPermuteFwdSse() local 178 OMX_INT n; in omxSP_FFTFwd_RToCCS_F32_Sfs() local
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | filters.c | 33 int j = 0; in WebRtcIsacfix_AutocorrC() local 77 int n, j; in AllpassFilterForDec32() local 104 int n; in WebRtcIsacfix_DecimateAllpass32() local
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | filters.c | 23 int j = 0; in WebRtcIsacfix_AutocorrC() local 71 int n, j; in AllpassFilterForDec32() local 98 int n; in WebRtcIsacfix_DecimateAllpass32() local
|