Home | History | Annotate | Download | only in avdt

Lines Matching refs:p_start

227   uint8_t *p, *p_start;
237 p = p_start = (uint8_t*)(p_data->p_pkt + 1) + p_data->p_pkt->offset;
257 offset = (uint16_t)(p - p_start);
262 pad_len = *(p_start + p_data->p_pkt->len);
300 uint8_t* p_start = p;
352 p_start += len;
353 return p_start;