Home
last modified time | relevance | path

Searched refs:offset_top (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_match.c145 match_ref(PCRE2_SIZE offset, PCRE2_SIZE offset_top, register PCRE2_SPTR eptr, in match_ref() argument
159 if (offset >= offset_top || mb->ovector[offset] == PCRE2_UNSET) in match_ref()
429 PCRE2_SIZE offset_top, match_block *mb, eptrblock *eptrb, uint32_t rdepth);
472 PCRE2_SPTR mstart, PCRE2_SIZE offset_top, match_block *mb, eptrblock *eptrb, in op_recurse_ovecsave() argument
491 rrc = match(eptr, callpat + PRIV(OP_lengths)[*callpat], mstart, offset_top, in op_recurse_ovecsave()
580 PCRE2_SIZE offset_top, match_block *mb, eptrblock *eptrb, uint32_t rdepth) in match() argument
610 frame->Xoffset_top = offset_top; in match()
623 #define offset_top frame->Xoffset_top in match() macro
805 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, mb, in match()
829 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, mb, in match()
[all …]
/external/libhevc/decoder/
Dihevcd_get_mv.c484 WORD32 offset_top, offset_left; in ihevcd_get_mv_ctb() local
487 offset_top = ctb_size_in_min_pu * nbr_pu_idx_strd + 0 + 1; in ihevcd_get_mv_ctb()
500 pu4_ctb_top_pu_idx[i] = pu4_nbr_pu_idx[offset_top]; in ihevcd_get_mv_ctb()
503 offset_top += 1; in ihevcd_get_mv_ctb()