Home
last modified time | relevance | path

Searched defs:slicelen (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dsliceobject.h50 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dsliceobject.h50 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dsliceobject.h50 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dsliceobject.h50 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ argument
/aosp_15_r20/external/python/cpython3/Include/
Dsliceobject.h50 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ argument
/aosp_15_r20/external/python/cpython2/Modules/
Dmmapmodule.c785 Py_ssize_t start, stop, step, slicelen; in mmap_subscript() local
922 Py_ssize_t start, stop, step, slicelen; in mmap_ass_subscript() local
D_elementtree.c1365 Py_ssize_t start, stop, step, slicelen, cur, i; local
1422 Py_ssize_t start, stop, step, slicelen, newlen, cur, i; local
/aosp_15_r20/external/python/cpython3/Modules/
Dmmapmodule.c984 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.c1725 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
/aosp_15_r20/external/python/cpython2/Objects/
Dstructseq.c114 Py_ssize_t start, stop, step, slicelen, cur, i; in structseq_subscript() local
Dbytearrayobject.c610 Py_ssize_t start, stop, step, slicelen, needed; in bytearray_ass_subscript() local
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dblob.c416 Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelen) in get_slice_info()
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
D_ctypes.c4615 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
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
D_ctypes.c4532 Py_ssize_t start, stop, step, slicelen, cur, i; in Array_subscript() local
4710 Py_ssize_t start, stop, step, slicelen, otherlen, i, cur; in Array_ass_subscript() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_buffer.py551 def randslice_from_slicelen(slicelen, listlen): argument
/aosp_15_r20/external/python/cpython3/Objects/
Dbytearrayobject.c595 Py_ssize_t start, stop, step, slicelen, needed; in bytearray_ass_subscript() local