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

  /external/oprofile/opjitconv/
jitsymbol.c 207 static int select_one(int start_idx, int end_idx)
215 for (i = start_idx; i <= end_idx; i++) {
315 static unsigned long long eliminate_overlaps(int start_idx, int end_idx,
328 for (i = start_idx; i <= end_idx; i++) {
370 static int handle_overlap_region(int start_idx, int end_idx)
381 for (i = start_idx; i <= end_idx; i++) {
391 idx = select_one(start_idx, end_idx);
392 totaltime = eliminate_overlaps(start_idx, end_idx, idx);
create_bfd.c 26 * from start_idx to end_idx pointing into entries_address_ascending array */
104 /* create a .text section. end_idx: index last jitentry (inclusive!) */
105 static int create_text_section(int start_idx, int end_idx)
114 struct jitentry * ee = entries_address_ascending[end_idx];
144 * Copy all code of the functions that are within start_idx and end_idx to
148 int end_idx)
156 for (i = start_idx; i <= end_idx; i++) {
  /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/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 511 uptr end_idx = beg_idx + count * size; local
513 if (end_idx + size > region->mapped_user) {
516 while (end_idx + size > region->mapped_user + map_size)
518 CHECK_GE(region->mapped_user + map_size, end_idx);
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp     [all...]

Completed in 215 milliseconds