/external/icu/icu4c/source/data/lang/ |
D | mas.txt | 5 ak{"nkʉtʉ́k ɔ́ɔ̄ lAkan"} 6 am{"nkʉtʉ́k ɔ́ɔ̄ lAmhari"} 7 ar{"nkʉtʉ́k ɔ́ɔ̄ lmarabu"} 8 be{"nkʉtʉ́k ɔ́ɔ̄ lBelarusi"} 9 bg{"nkʉtʉ́k ɔ́ɔ̄ lBulgaria"} 11 cs{"nkʉtʉ́k ɔ́ɔ̄ lcheki"} 12 de{"nkʉtʉ́k ɔ́ɔ̄ ljerumani"} 13 el{"nkʉtʉ́k ɔ́ɔ̄ lgiriki"} 14 en{"nkʉtʉ́k ɔ́ɔ̄ nkɨ́resa"} 15 es{"nkʉtʉ́k ɔ́ɔ̄ lspania"} [all …]
|
D | nnh.txt | 6 currency{"nkáb"}
|
/external/python/cpython2/Parser/ |
D | spark.py | 428 nk = self.cores[tcore] = self.edges[(k, None)] = NK.stateno 430 self.states[nk] = NK 487 nk = self.goto(k, None) 488 if nk is not None: 489 self.add(next, (nk, i+1)) 504 nk = self.goto(k, None) 505 if nk is not None: 506 self.add(cur, (nk, i)) 534 nk = self.edges.get((k, None), None) 535 if nk is not None: [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_acelp_bitparse.c | 154 WORD32 k, qn[2] = {0, 0}, nk, n, i; in ixheaacd_code_book_indices() local 164 nk = (qn[k] - 3) / 2; in ixheaacd_code_book_indices() 165 n = qn[k] - nk * 2; in ixheaacd_code_book_indices() 167 nk = 0; in ixheaacd_code_book_indices() 175 ixheaacd_read_bits_buf(it_bit_buff, nk); in ixheaacd_code_book_indices() 238 WORD32 i, j, n, qn, nk, kv[8]; in ixheaacd_fac_decoding() local 248 nk = 0; in ixheaacd_fac_decoding() 251 nk = (qn - 3) >> 1; in ixheaacd_fac_decoding() 252 n = qn - nk * 2; in ixheaacd_fac_decoding() 258 kv[j] = ixheaacd_read_bits_buf(it_bit_buff, nk); in ixheaacd_fac_decoding()
|
D | ixheaacd_lpc_dec.c | 68 WORD32 i, k, n, qn, nk, kv[8] = {0}; in ixheaacd_decoding_avq_tool() local 77 nk = 0; in ixheaacd_decoding_avq_tool() 80 nk = (qn - 3) >> 1; in ixheaacd_decoding_avq_tool() 81 n = qn - nk * 2; in ixheaacd_decoding_avq_tool()
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Contrast.miff | 15 …nk\nk\nk\nk\ok[qi_si[nlVsqm����������������������ͮswZp|k��������������������ҮcX�4(�<2�C5�A3�A6�?6�…
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Contrast.miff | 43 …nk�fgVBgVDgVCgVBgVBhV;eS>fbivu�xt�im�s|�����������hL�F<�FH�46�6/�3*�C:�_R�;/�/(�.*�:.�4'�+'�33�OU�…
|
/external/python/cpython3/Lib/turtledemo/ |
D | penrose.py | 144 nk = len([x for x in tiledict if tiledict[x]]) 146 print("%d kites and %d darts = %d pieces." % (nk, nd, nk+nd))
|
/external/python/cpython2/Demo/turtle/ |
D | tdemo_penrose.py | 150 nk = len([x for x in tiledict if tiledict[x]]) 152 print "%d kites and %d darts = %d pieces." % (nk, nd, nk+nd)
|
/external/lua/src/ |
D | ltable.h | 15 #define gnext(n) ((n)->i_key.nk.next) 25 #define wgkey(n) (&(n)->i_key.nk)
|
D | lparser.h | 119 int nk; /* number of elements in 'k' */ member
|
D | lobject.h | 479 } nk; member 487 k_->nk.value_ = io_->value_; k_->nk.tt_ = io_->tt_; \
|
/external/python/cpython2/Objects/ |
D | funcobject.c | 491 Py_ssize_t nk, nd; in function_call() local 505 nk = PyDict_Size(kw); in function_call() 506 kwtuple = PyTuple_New(2*nk); in function_call() 516 nk = i/2; in function_call() 520 nk = 0; in function_call() 527 k, nk, d, nd, in function_call()
|
/external/icu/icu4c/source/data/locales/ |
D | mas.txt | 208 dn{"Ɛnkɔlɔ́ŋ"} 219 dn{"Ɛnkátá"} 237 dn{"Ɛnkɔ́lɔŋ ewíkî"}
|
/external/icu/icu4c/source/data/translit/ |
D | hy_AREVMDA_hy_AREVMDA_FONIPA.txt | 85 nk → ŋk; # օրէնք → /oɾɛnkʰ/ → /oɾɛŋkʰ/
|
/external/aac/libAACdec/src/ |
D | usacdec_lpc.cpp | 727 int qn[2], nk, n, I; in CLpc_DecodeAVQ() local 738 nk = 0; in CLpc_DecodeAVQ() 741 nk = (qn[l] - 3) >> 1; in CLpc_DecodeAVQ() 742 n = qn[l] - nk * 2; in CLpc_DecodeAVQ() 748 if (nk > 0) { in CLpc_DecodeAVQ() 752 kv[j] = FDKreadBits(hBs, nk); in CLpc_DecodeAVQ()
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 1a8010d3d11b60326dc48d057d24bd6d.000001ec.honggfuzz.cov | 5 …��q�ߥGW(��9��|�L�]��⿻����0Ϛ��g�Qk=����H'P�������XW�����f9�M���E�x�nk������G���'ܪ…
|
D | 4fff405bcccc4571d9935066e4f292e6.000005c8.honggfuzz.cov | 15 …&S��E|�F��r�=b5��%��V�E�y���wd��5;�Ցfq��n���៖�)�轖�`j]`Eh:]V����nk"�K��������Q=������…
|
/external/icu/icu4c/source/data/coll/ |
D | ln.txt | 13 "&N<nd<<<nD<<<Nd<<<ND<ng<<<nG<<<Ng<<<NG<ngb<<<ngB<<<nGb<<<nGB<<<Ngb<<<NgB<<<NGB<nk"
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 4fff405bcccc4571d9935066e4f292e6.000005c8.honggfuzz.cov | 15 …&S��E|�F��r�=b5��%��V�E�y���wd��5;�Ցfq��n���៖�)�轖�`j]`Eh:]V����nk"�K��������Q=������…
|
D | 6c420cedffa9a613d46708c89a060d78.000099f7.honggfuzz.cov | 16 ݪMk�S��s?gF\'��"����Ҹb8&H�F��%������!�i�+}nP�&�Xn9z=nk��c�?C�")j�� G��c����2 iuFi… 30 ݪMk�S��s?gF\'��"����Ҹb8&H�F��%������!�i�+}nP�&�Xn9z=nk��c�?C�")j�� G��c����2 iuFi… 45 ݪMk�S��s?gF\'��"����Ҹb8&H�F��%������!�i�+}nP�&�Xn9z=nk��c�?C�")j�� G��c����2 iuFi…
|
D | 3440e9d3f7081188d67bd33c74f1ffe6.000074cb.honggfuzz.cov | 9 ݪMk�S��s?gF\'��"����Ҹb8&H�F��%������!�i�+}nP�&�Xn9z=nk��c�?C�")j�� G��c����2 iuFi… 22 ݪMk�S��s?gF\'��"����Ҹb8&H�F��%������!�i�+}nP�&�Xn9z=nk��c�?C�")j�� G��c����2 iuFi… 35 ݪMk�S��s?gF\'��"����Ҹb8&H�F��%������!�i�+}nP�&�Xn9z=nk��c�?C�")j�� G��c����2 iuFi…
|
D | 71edbf05426cc8fdd9f767c0905a3119.0000108b.honggfuzz.cov | 7 …f��5C˷�L/q�`���r�n���ۘ�4�Z隦���"������`�fW�����$2ﷸ��o�����SF��ܔP����{�g�������� < �nk�ٵ#5��
|
/external/python/cpython3/Objects/ |
D | call.c | 308 Py_ssize_t nd, nk; in _PyFunction_FastCallDict() local 334 nk = (kwargs != NULL) ? PyDict_GET_SIZE(kwargs) : 0; in _PyFunction_FastCallDict() 335 if (nk != 0) { in _PyFunction_FastCallDict() 340 kwtuple = PyTuple_New(2 * nk); in _PyFunction_FastCallDict() 355 assert(i / 2 == nk); in _PyFunction_FastCallDict() 378 k, k != NULL ? k + 1 : NULL, nk, 2, in _PyFunction_FastCallDict()
|
/external/python/cpython2/Python/ |
D | ceval.c | 3023 int nk = (oparg>>8) & 0xff; in PyEval_EvalFrameEx() local 3025 int n = na + 2 * nk; in PyEval_EvalFrameEx() 3048 x = ext_do_call(func, &sp, flags, na, nk); in PyEval_EvalFrameEx() 4338 int nk = (oparg>>8) & 0xff; in call_function() local 4339 int n = na + 2 * nk; in call_function() 4347 if (PyCFunction_Check(func) && nk == 0) { in call_function() 4392 x = fast_function(func, pp_stack, n, na, nk); in call_function() 4394 x = do_call(func, pp_stack, na, nk); in call_function() 4421 fast_function(PyObject *func, PyObject ***pp_stack, int n, int na, int nk) in fast_function() argument 4431 if (argdefs == NULL && co->co_argcount == n && nk==0 && in fast_function() [all …]
|