Home
last modified time | relevance | path

Searched defs:end_idx (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/
D_json.c894 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; in _parse_object_str() local
1021 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; in _parse_object_unicode() local
1148 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; in _parse_array_str() local
1215 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; in _parse_array_unicode() local
1310 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; in _match_number_str() local
1412 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; in _match_number_unicode() local
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp378 auto end_idx = p_layout_->GetGlobalEndIndexFromBinding(binding); in ValidateDrawState() local
669 auto end_idx = p_layout_->GetGlobalEndIndexFromBinding(binding); in BindCommandBuffer() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h547 uptr end_idx = beg_idx + count * size; in PopulateFreeList() local