Searched defs:seqlen (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Objects/stringlib/ |
D | join.h | 14 Py_ssize_t seqlen = 0; in STRINGLIB() local
|
/external/python/cpython3/Modules/ |
D | unicodename_db.h | 28597 int seqlen; member
|
/external/libvterm/src/ |
D | input.c | 18 int seqlen = fill_utf8(c, str); in vterm_input_push_char() local
|
D | keyboard.c | 18 int seqlen = fill_utf8(c, str); in vterm_keyboard_unichar() local
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_enc.c | 132 int i, seqcontlen, seqlen, ndef = 1; in ASN1_item_ex_i2d() local
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | rnn_test.py | 1042 def rnn_long_sequence_benchmark(batch_size, seqlen, num_units, dynamic, argument
|
/external/python/cpython2/Modules/ |
D | stropmodule.c | 171 Py_ssize_t seqlen, seplen = 0; in strop_joinfields() local
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 1599 Py_ssize_t seqlen = 0; in string_join() local
|
D | unicodeobject.c | 5655 Py_ssize_t seqlen; /* len(fseq) -- number of items in sequence */ in PyUnicode_Join() local
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 9930 Py_ssize_t seqlen; in PyUnicode_Join() local 9950 _PyUnicode_JoinArray(PyObject *separator, PyObject *const *items, Py_ssize_t seqlen) in _PyUnicode_JoinArray()
|