HomeSort by relevance Sort by last modified time
    Searched defs:cur_idx (Results 1 - 4 of 4) 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++];
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 300 UINT16 cur_idx; /* SCO handle */ member in struct:__anon2390
  /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...]

Completed in 688 milliseconds