Searched refs:end_idx (Results 1 – 3 of 3) sorted by relevance
867 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; in _parse_object_str() local882 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()885 if (idx <= end_idx && str[idx] != '}') { in _parse_object_str()886 while (idx <= end_idx) { in _parse_object_str()898 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()899 if (idx > end_idx || str[idx] != ':') { in _parse_object_str()904 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()924 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()927 if (idx > end_idx) break; in _parse_object_str()938 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()[all …]
890 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; in _parse_object_str() local905 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()908 if (idx <= end_idx && str[idx] != '}') { in _parse_object_str()909 while (idx <= end_idx) { in _parse_object_str()921 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()922 if (idx > end_idx || str[idx] != ':') { in _parse_object_str()927 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()947 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()950 if (idx > end_idx) break; in _parse_object_str()961 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()[all …]
94 unsigned int index, start_idx, end_idx; in runtime_svc_init() local148 end_idx = get_unique_oen(rt_svc_descs[index].end_oen, in runtime_svc_init()150 assert(end_idx < MAX_RT_SVCS); in runtime_svc_init()151 for (; start_idx <= end_idx; start_idx++) in runtime_svc_init()