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

  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 54 size_t cur_idx = 0; local
57 uint32_t length = data[cur_idx++];
69 extended = data[cur_idx++];
71 extended |= data[cur_idx++];
81 uint32_t ID = data[cur_idx++];
  /system/extras/micro_bench/
micro_bench.cpp 45 #define COMPUTE_RUNNING(avg, running_avg, square_avg, cur_idx) \
46 running_avg = ((running_avg) / ((cur_idx) + 1)) * (cur_idx) + (avg) / ((cur_idx) + 1); \
47 square_avg = ((square_avg) / ((cur_idx) + 1)) * (cur_idx) + ((avg) / ((cur_idx) + 1)) * (avg);
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 387 Idx cur_idx; member in struct:re_string_t
445 ((pstr)->mbs[(pstr)->cur_idx + offset])
447 ((pstr)->mbs[(pstr)->cur_idx++])
453 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx)
454 #define re_string_cur_idx(pstr) ((pstr)->cur_idx)
458 #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx))
459 #define re_string_set_index(pstr,idx) ((pstr)->cur_idx = (idx))
regexec.c 69 Idx cur_idx, Idx nmatch) internal_function;
2356 Idx cur_idx = re_string_cur_idx (&mctx->input); local
3088 Idx cur_idx; local
    [all...]
regex_internal.c 831 pstr->cur_idx = 0;
848 && ! re_string_is_single_byte_char (pstr, pstr->cur_idx + idx))
852 off = pstr->cur_idx + idx;
864 since peek_byte_case doesn't advance cur_idx in any way. */
892 if (!re_string_first_byte (pstr, pstr->cur_idx))
895 off = pstr->offsets[pstr->cur_idx];
902 re_string_char_size_at (pstr, pstr->cur_idx));
907 return pstr->raw_mbs[pstr->raw_mbs_idx + pstr->cur_idx++];
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c 292 if (!only_active || p_scb->sco_idx == bta_ag_cb.sco.cur_idx)
348 bta_ag_cb.sco.cur_idx = p_scb->sco_idx;
559 bta_ag_cb.sco.cur_idx = p_scb->sco_idx;
577 bta_ag_cb.sco.cur_idx = p_scb->sco_idx;
    [all...]
bta_ag_int.h 300 UINT16 cur_idx; /* SCO handle */ member in struct:__anon2390

Completed in 448 milliseconds