Home
last modified time | relevance | path

Searched refs:end_idx (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/tint/src/
H A Ddemangler.cc46 auto end_idx = start_idx; in Demangle() local
47 while (str[end_idx] >= '0' && str[end_idx] <= '9') { in Demangle()
48 end_idx++; in Demangle()
50 auto len = end_idx - start_idx; in Demangle()
56 pos = end_idx; in Demangle()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_strm.c199 size_t idx, end_idx; in strm_streamfrq_unacked_pop() local
265 end_idx = idx; in strm_streamfrq_unacked_pop()
269 for (; end_idx < fr->datacnt; ++end_idx) { in strm_streamfrq_unacked_pop()
270 v = &fr->data[end_idx]; in strm_streamfrq_unacked_pop()
279 if (fr->offset == offset && base_offset == 0 && fr->datacnt == end_idx) { in strm_streamfrq_unacked_pop()
284 if (fr->datacnt == end_idx) { in strm_streamfrq_unacked_pop()
285 memmove(fr->data, fr->data + idx, sizeof(fr->data[0]) * (end_idx - idx)); in strm_streamfrq_unacked_pop()
290 fr->datacnt = end_idx - idx; in strm_streamfrq_unacked_pop()
299 &nfrc, fr->datacnt - end_idx, str in strm_streamfrq_unacked_pop()
[all...]
H A Dngtcp2_conn.c1999 size_t idx, end_idx; in conn_cryptofrq_unacked_pop() local
2041 end_idx = idx; in conn_cryptofrq_unacked_pop()
2045 for (; end_idx < fr->datacnt; ++end_idx) { in conn_cryptofrq_unacked_pop()
2046 v = &fr->data[end_idx]; in conn_cryptofrq_unacked_pop()
2055 if (fr->offset == offset && base_offset == 0 && fr->datacnt == end_idx) { in conn_cryptofrq_unacked_pop()
2060 if (fr->datacnt == end_idx) { in conn_cryptofrq_unacked_pop()
2061 memmove(fr->data, fr->data + idx, sizeof(fr->data[0]) * (end_idx - idx)); in conn_cryptofrq_unacked_pop()
2066 fr->datacnt = end_idx - idx; in conn_cryptofrq_unacked_pop()
2075 &nfrc, fr->datacnt - end_idx, in conn_cryptofrq_unacked_pop()
[all...]
/third_party/python/Modules/
H A D_json.c689 Py_ssize_t end_idx; in _parse_object_unicode() local
701 end_idx = PyUnicode_GET_LENGTH(pystr) - 1; in _parse_object_unicode()
711 while (idx <= end_idx && IS_WHITESPACE(PyUnicode_READ(kind,str, idx))) idx++; in _parse_object_unicode()
714 if (idx > end_idx || PyUnicode_READ(kind, str, idx) != '}') { in _parse_object_unicode()
719 if (idx > end_idx || PyUnicode_READ(kind, str, idx) != '"') { in _parse_object_unicode()
736 while (idx <= end_idx && IS_WHITESPACE(PyUnicode_READ(kind, str, idx))) idx++; in _parse_object_unicode()
737 if (idx > end_idx || PyUnicode_READ(kind, str, idx) != ':') { in _parse_object_unicode()
742 while (idx <= end_idx && IS_WHITESPACE(PyUnicode_READ(kind, str, idx))) idx++; in _parse_object_unicode()
770 while (idx <= end_idx && IS_WHITESPACE(PyUnicode_READ(kind, str, idx))) idx++; in _parse_object_unicode()
773 if (idx <= end_idx in _parse_object_unicode()
819 Py_ssize_t end_idx; _parse_array_unicode() local
922 Py_ssize_t end_idx; _match_number_unicode() local
[all...]
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.c740 u64 idx, end_idx, aligned_size; in do_randread() local
775 end_idx = (u64)(aligned_size - buf_size) / (u64)4096 + 1; in do_randread()
780 idx = rand() % end_idx; in do_randread()

Completed in 15 milliseconds