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

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 215 Idx byte_idx, end_idx, remain_len;
220 end_idx = (pstr->bufs_len > pstr->len) ? pstr->len : pstr->bufs_len;
221 for (byte_idx = pstr->valid_len; byte_idx < end_idx;)
226 remain_len = end_idx - byte_idx;
277 Idx src_idx, byte_idx, end_idx, remain_len;
287 end_idx = (pstr->bufs_len > pstr->len) ? pstr->len : pstr->bufs_len;
293 while (byte_idx < end_idx)
310 remain_len = end_idx - byte_idx;
362 for (src_idx = pstr->valid_raw_len; byte_idx < end_idx;)
367 remain_len = end_idx - byte_idx
214 Idx byte_idx, end_idx, remain_len; local
276 Idx src_idx, byte_idx, end_idx, remain_len; local
533 Idx char_idx, end_idx; local
556 Idx buf_idx, end_idx; local
    [all...]
  /external/chromium_org/third_party/simplejson/
_speedups.c 1030 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
1178 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
1329 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
1401 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
1501 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
1604 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 513 uptr end_idx = beg_idx + count * size; local
515 if (end_idx + size > region->mapped_user) {
518 while (end_idx + size > region->mapped_user + map_size)
520 CHECK_GE(region->mapped_user + map_size, end_idx);
    [all...]

Completed in 276 milliseconds