HomeSort by relevance Sort by last modified time
    Searched defs:end_idx (Results 1 - 10 of 10) sorted by null

  /device/google/cuttlefish_common/common/vsoc/shm/
circqueue.h 57 uint32_t end_idx; member in struct:vsoc::layout::CircularQueueBase::Range
  /device/linaro/bootloader/arm-trusted-firmware/common/
runtime_svc.c 94 unsigned int index, start_idx, end_idx; local
148 end_idx = get_unique_oen(rt_svc_descs[index].end_oen,
150 assert(end_idx < MAX_RT_SVCS);
151 for (; start_idx <= end_idx; start_idx++)
  /external/pdfium/xfa/fde/
cfde_texteditengine_unittest.cpp 619 size_t end_idx = engine()->GetIndexAtEndOfLine(8U); local
620 engine()->SetSelection(start_idx, end_idx - start_idx);
659 end_idx = engine()->GetIndexAtEndOfLine(7U);
660 engine()->SetSelection(start_idx, end_idx - start_idx);
690 end_idx = engine()->GetIndexAtEndOfLine(7U);
691 engine()->SetSelection(start_idx, end_idx - start_idx);
cfde_texteditengine.cpp 1096 int32_t end_idx = start_idx + count - 1;
1100 if (it->nStart <= end_idx && end_idx < it->nStart + it->nCount) {
1103 piece.Union(arr[end_idx - it->nStart]);
1123 size_t end_idx = iter.FindNextBreakPos(false); local
1124 return {start_idx, end_idx - start_idx + 1};
    [all...]
  /external/u-boot/fs/fat/
fat_write.c 149 int j, end_idx = 0; local
155 end_idx++;
160 end_idx++;
166 end_idx++;
171 end_idx++;
177 end_idx++;
182 end_idx++;
191 for (; end_idx < 5; end_idx++) {
192 slotptr->name0_4[end_idx * 2] = 0xff
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_json.c 867 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
882 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
885 if (idx <= end_idx && str[idx] != '}') {
886 while (idx <= end_idx) {
898 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
899 if (idx > end_idx || str[idx] != ':') {
904 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
924 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
927 if (idx > end_idx) break;
938 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
991 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
1115 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
1182 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
1277 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
1379 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_json.c 890 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
905 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
908 if (idx <= end_idx && str[idx] != '}') {
909 while (idx <= end_idx) {
921 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
922 if (idx > end_idx || str[idx] != ':') {
927 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
947 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
950 if (idx > end_idx) break;
1014 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
1138 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
1205 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
1300 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
1402 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
    [all...]
  /external/python/cpython2/Modules/
_json.c 891 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
909 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
912 if (idx <= end_idx && str[idx] != '}') {
913 while (idx <= end_idx) {
925 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
926 if (idx > end_idx || str[idx] != ':') {
931 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
951 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
954 if (idx > end_idx) break;
965 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++
1018 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
1145 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
1212 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
1307 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
1409 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
    [all...]
  /external/python/cpython3/Modules/
_json.c 712 Py_ssize_t end_idx; local
724 end_idx = PyUnicode_GET_LENGTH(pystr) - 1;
734 while (idx <= end_idx && IS_WHITESPACE(PyUnicode_READ(kind,str, idx))) idx++;
737 if (idx > end_idx || PyUnicode_READ(kind, str, idx) != '}') {
742 if (idx > end_idx || PyUnicode_READ(kind, str, idx) != '"') {
762 while (idx <= end_idx && IS_WHITESPACE(PyUnicode_READ(kind, str, idx))) idx++;
763 if (idx > end_idx || PyUnicode_READ(kind, str, idx) != ':') {
768 while (idx <= end_idx && IS_WHITESPACE(PyUnicode_READ(kind, str, idx))) idx++;
796 while (idx <= end_idx && IS_WHITESPACE(PyUnicode_READ(kind, str, idx))) idx++;
799 if (idx <= end_idx && PyUnicode_READ(kind, str, idx) == '}'
845 Py_ssize_t end_idx; local
948 Py_ssize_t end_idx; local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 547 uptr end_idx = beg_idx + count * size; local
549 if (end_idx + size > region->mapped_user) {
552 while (end_idx + size > region->mapped_user + map_size)
554 CHECK_GE(region->mapped_user + map_size, end_idx);
    [all...]

Completed in 544 milliseconds