Home
last modified time | relevance | path

Searched refs:nk (Results 1 – 25 of 274) sorted by relevance

1234567891011

/external/icu/icu4c/source/data/lang/
Dmas.txt5 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 …]
Dnnh.txt6 currency{"nkáb"}
/external/python/cpython2/Parser/
Dspark.py428 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/
Dixheaacd_acelp_bitparse.c155 WORD32 k, qn[2] = {0, 0}, nk, n, i; in ixheaacd_code_book_indices() local
165 nk = (qn[k] - 3) / 2; in ixheaacd_code_book_indices()
166 n = qn[k] - nk * 2; in ixheaacd_code_book_indices()
168 nk = 0; in ixheaacd_code_book_indices()
176 ixheaacd_read_bits_buf(it_bit_buff, nk); in ixheaacd_code_book_indices()
239 WORD32 i, j, n, qn, nk, kv[8]; in ixheaacd_fac_decoding() local
249 nk = 0; in ixheaacd_fac_decoding()
252 nk = (qn - 3) >> 1; in ixheaacd_fac_decoding()
253 n = qn - nk * 2; in ixheaacd_fac_decoding()
259 kv[j] = ixheaacd_read_bits_buf(it_bit_buff, nk); in ixheaacd_fac_decoding()
Dixheaacd_lpc_dec.c70 WORD32 i, k, n, qn, nk, kv[8] = {0}; in ixheaacd_decoding_avq_tool() local
79 nk = 0; in ixheaacd_decoding_avq_tool()
82 nk = (qn - 3) >> 1; in ixheaacd_decoding_avq_tool()
83 n = qn - nk * 2; in ixheaacd_decoding_avq_tool()
/external/ImageMagick/PerlMagick/t/reference/filter/
DContrast.miff15nk\nk\nk\nk\ok[qi_si[nlVsqm����������������������ͮswZp|k��������������������ҮcX�4(�<2�C5�A3�A6�?6�…
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DContrast.miff43nk�fgVBgVDgVCgVBgVBhV;eS>fbivu�xt�im�s|�����������hL�F<�FH�46�6/�3*�C:�_R�;/�/(�.*�:.�4'�+'�33�OU�…
/external/python/cpython2/Demo/turtle/
Dtdemo_penrose.py150 nk = len([x for x in tiledict if tiledict[x]])
152 print "%d kites and %d darts = %d pieces." % (nk, nd, nk+nd)
/external/python/cpython3/Lib/turtledemo/
Dpenrose.py147 nk = len([x for x in tiledict if tiledict[x]])
149 print("%d kites and %d darts = %d pieces." % (nk, nd, nk+nd))
/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcprij.h93 int nk; /* security key length (words) */ member
108 int nk; /* security key length (words) */ member
123 int nk; /* security key length (words) */ member
171 #define RIJ_NK(ctx) ((ctx)->nk)
/external/lua/src/
Dltable.h15 #define gnext(n) ((n)->i_key.nk.next)
25 #define wgkey(n) (&(n)->i_key.nk)
Dlparser.h119 int nk; /* number of elements in 'k' */ member
/external/python/cpython2/Objects/
Dfuncobject.c491 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/
Dmas.txt208 dn{"Ɛnkɔlɔ́ŋ"}
219 dn{"Ɛnkátá"}
237 dn{"Ɛnkɔ́lɔŋ ewíkî"}
/external/icu/icu4c/source/data/translit/
Dhy_AREVMDA_hy_AREVMDA_FONIPA.txt85 nk → ŋk; # օրէնք → /oɾɛnkʰ/ → /oɾɛŋkʰ/
/external/aac/libAACdec/src/
Dusacdec_lpc.cpp726 int qn[2], nk, n, I; in CLpc_DecodeAVQ() local
737 nk = 0; in CLpc_DecodeAVQ()
740 nk = (qn[l] - 3) >> 1; in CLpc_DecodeAVQ()
741 n = qn[l] - nk * 2; in CLpc_DecodeAVQ()
747 if (nk > 0) { in CLpc_DecodeAVQ()
751 kv[j] = FDKreadBits(hBs, nk); in CLpc_DecodeAVQ()
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D1a8010d3d11b60326dc48d057d24bd6d.000001ec.honggfuzz.cov5 …��q�ߥGW(��9��|�L�]��⿻����0Ϛ��g�Qk=����H'P�������XW�����f9�M���E�x�nk������G��� 'ܪ…
D4fff405bcccc4571d9935066e4f292e6.000005c8.honggfuzz.cov15 …&S��E|�F��r�=b5��%��V�E�y���wd���5;�Ցfq��n���៖��)�轖�`j]`Eh:]V����nk"�K��������Q=������…
/external/python/cpython3/Objects/
Dcall.c308 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 nk = i / 2; in _PyFunction_FastCallDict()
378 k, k != NULL ? k + 1 : NULL, nk, 2, in _PyFunction_FastCallDict()
/external/python/cpython2/Python/
Dceval.c3023 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 …]
/external/icu/icu4c/source/data/coll/
Dln.txt13 "&N<nd<<<nD<<<Nd<<<ND<ng<<<nG<<<Ng<<<NG<ngb<<<ngB<<<nGb<<<nGB<<<Ngb<<<NgB<<<NGB<nk"
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D6c420cedffa9a613d46708c89a060d78.000099f7.honggfuzz.cov16 ݪMk�S��s?gF\'��"����Ҹb8&H�F��%�������!�i�+}nP�&�Xn9z=nk��c�?C�")j�� G��c����2 iu Fi…
30 ݪMk�S��s?gF\'��"����Ҹb8&H�F��%�������!�i�+}nP�&�Xn9z=nk��c�?C�")j�� G��c����2 iu Fi…
45 ݪMk�S��s?gF\'��"����Ҹb8&H�F��%�������!�i�+}nP�&�Xn9z=nk��c�?C�")j�� G��c����2 iu Fi…
D3440e9d3f7081188d67bd33c74f1ffe6.000074cb.honggfuzz.cov9 ݪMk�S��s?gF\'��"����Ҹb8&H�F��%�������!�i�+}nP�&�Xn9z=nk��c�?C�")j�� G��c����2 iu Fi…
22 ݪMk�S��s?gF\'��"����Ҹb8&H�F��%�������!�i�+}nP�&�Xn9z=nk��c�?C�")j�� G��c����2 iu Fi…
35 ݪMk�S��s?gF\'��"����Ҹb8&H�F��%�������!�i�+}nP�&�Xn9z=nk��c�?C�")j�� G��c����2 iu Fi…
D4fff405bcccc4571d9935066e4f292e6.000005c8.honggfuzz.cov15 …&S��E|�F��r�=b5��%��V�E�y���wd���5;�Ցfq��n���៖��)�轖�`j]`Eh:]V����nk"�K��������Q=������…
D71edbf05426cc8fdd9f767c0905a3119.0000108b.honggfuzz.cov7 …f��5C˷�L/q�`���r�n���ۘ�4�Z隦���"������`�fW�����$2ﷸ��o�����SF��ܔP����{�g������� � < �nk�ٵ#5��

1234567891011