Searched defs:slicelen (Results 1 – 7 of 7) sorted by relevance
| /third_party/python/Include/ |
| D | sliceobject.h | 50 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ argument
|
| /third_party/python/Modules/ |
| D | mmapmodule.c | 984 Py_ssize_t start, stop, step, slicelen; in mmap_subscript() local 1095 Py_ssize_t start, stop, step, slicelen; in mmap_ass_subscript() local
|
| D | _elementtree.c | 1725 Py_ssize_t start, stop, step, slicelen, i; in element_subscr() local 1778 Py_ssize_t start, stop, step, slicelen, newlen, i; in element_ass_subscr() local
|
| /third_party/python/Modules/_sqlite/ |
| D | blob.c | 416 Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelen) in get_slice_info()
|
| /third_party/python/Lib/test/ |
| D | test_buffer.py | 551 def randslice_from_slicelen(slicelen, listlen): argument
|
| /third_party/python/Objects/ |
| D | bytearrayobject.c | 595 Py_ssize_t start, stop, step, slicelen, needed; in bytearray_ass_subscript() local
|
| /third_party/python/Modules/_ctypes/ |
| D | _ctypes.c | 4615 Py_ssize_t start, stop, step, slicelen, i; in Array_subscript() local 4754 Py_ssize_t start, stop, step, slicelen, otherlen, i; in Array_ass_subscript() local
|