Searched refs:p_end (Results 1 – 8 of 8) sorted by relevance
529 UINT8 *p, *p_start, *p_end, *p_param_len; in process_service_search_attr_rsp() local676 p_end = &p_ccb->rsp_list[p_ccb->list_len]; in process_service_search_attr_rsp()678 if ((p + seq_len) != p_end) { in process_service_search_attr_rsp()683 while (p < p_end) { in process_service_search_attr_rsp()820 UINT8 *p_end; in add_attr() local862 p_end = p + attr_len; in add_attr()868 return (p_end); in add_attr()945 p_end = p + attr_len; in add_attr()951 return (p_end); in add_attr()958 while (p < p_end) { in add_attr()
131 UINT8 *p_end = p + seq_len; in find_uuid_in_seq() local140 while (p < p_end) { in find_uuid_in_seq()
423 UINT8 *p_end; /* end of all packet */ in avdt_scb_hdl_pkt_frag() local429 p_end = p + p_data->p_pkt->len; in avdt_scb_hdl_pkt_frag()431 while (p < p_end) { in avdt_scb_hdl_pkt_frag()432 if (p_end - p < 4) { /* length check. maximum length of AL header = 4 */ in avdt_scb_hdl_pkt_frag()433 AVDT_TRACE_WARNING("p_end: %p - p:%p < 4\n", p_end, p); in avdt_scb_hdl_pkt_frag()451 al_len = (UINT16)(p_end - p); in avdt_scb_hdl_pkt_frag()464 frag_len = (UINT16)(p_end - p); in avdt_scb_hdl_pkt_frag()510 if (p + al_len < p_end) { in avdt_scb_hdl_pkt_frag()603 if (p < p_end) { in avdt_scb_hdl_pkt_frag()
1132 UINT8 *p, *plen, *pm1, *p_end; in AVDT_SendReport() local1202 p_end = p; in AVDT_SendReport()1222 p_pkt->len = p_end - p; in AVDT_SendReport()
577 UINT8 *p_end; in avdt_msg_prs_cfg() local597 p_end = p + len; in avdt_msg_prs_cfg()598 while ((p < p_end) && (err == 0)) { in avdt_msg_prs_cfg()600 if ((p_end - p) < AVDT_LEN_CFG_MIN) { in avdt_msg_prs_cfg()
293 uint8_t *p_end = p_o + ESP_UUID_LEN_128; in uuid128_be_to_esp_uuid() local294 for (; p_o != p_end; *p_o++ = *p_i--) in uuid128_be_to_esp_uuid()
167 const uint8_t *p_end; in load_partitions() local191 p_end = p_start + SPI_FLASH_SEC_SIZE; in load_partitions()193 … for(const uint8_t *p_entry = p_start; p_entry < p_end; p_entry += sizeof(esp_partition_info_t)) { in load_partitions()
158 int64_t* p_end = (int64_t*) arg; in test_correct_delay_timer_func() local159 *p_end = ref_clock_get(); in test_correct_delay_timer_func()