Home | History | Annotate | Download | only in avrc

Lines Matching refs:gap

98     int     i, gap;
102 gap = AVCT_MSG_OFFSET - p_pkt->offset;
105 *(p_data + i + gap) = *(p_data + i);
107 p_pkt->offset += gap;