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

  /external/pcre/dist/
pcre_exec.c 499 offset_top current top pointer
514 PCRE_PUCHAR mstart, int offset_top, match_data *md, eptrblock *eptrb,
545 frame->Xoffset_top = offset_top;
558 #define offset_top frame->Xoffset_top macro
759 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md,
783 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
789 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
797 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md,
805 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
826 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md
6239 #undef offset_top macro
    [all...]
  /external/libhevc/decoder/
ihevcd_get_mv.c 484 WORD32 offset_top, offset_left; local
487 offset_top = ctb_size_in_min_pu * nbr_pu_idx_strd + 0 + 1;
500 pu4_ctb_top_pu_idx[i] = pu4_nbr_pu_idx[offset_top];
503 offset_top += 1;

Completed in 51 milliseconds