Searched refs:p_temp (Results 1 – 9 of 9) sorted by relevance
1115 UINT8 *p_temp; in SDP_SetLocalDiRecord() local1141 p_temp = temp_u16; in SDP_SetLocalDiRecord()1142 UINT16_TO_BE_STREAM(p_temp, di_specid); in SDP_SetLocalDiRecord()1192 p_temp = temp_u16; in SDP_SetLocalDiRecord()1193 UINT16_TO_BE_STREAM(p_temp, p_device_info->vendor); in SDP_SetLocalDiRecord()1202 p_temp = temp_u16; in SDP_SetLocalDiRecord()1203 UINT16_TO_BE_STREAM (p_temp, p_device_info->product); in SDP_SetLocalDiRecord()1212 p_temp = temp_u16; in SDP_SetLocalDiRecord()1213 UINT16_TO_BE_STREAM (p_temp, p_device_info->version); in SDP_SetLocalDiRecord()1231 p_temp = temp_u16; in SDP_SetLocalDiRecord()[all …]
386 UINT8 * p_temp; in sdp_copy_raw_data() local405 p_temp = p = &p_ccb->rsp_list[0]; in sdp_copy_raw_data()
798 TIMER_LIST_ENT *p_temp; in GKI_add_to_timer_list() local833 p_temp = p_timer_listq->p_first; in GKI_add_to_timer_list()834 while (p_tle->ticks > p_temp->ticks) in GKI_add_to_timer_list()837 if (p_temp->ticks > 0) in GKI_add_to_timer_list()838 p_tle->ticks -= p_temp->ticks; in GKI_add_to_timer_list()840 p_temp = p_temp->p_next; in GKI_add_to_timer_list()844 if (p_temp == p_timer_listq->p_first) in GKI_add_to_timer_list()852 p_temp->p_prev->p_next = p_tle; in GKI_add_to_timer_list()853 p_tle->p_prev = p_temp->p_prev; in GKI_add_to_timer_list()854 p_temp->p_prev = p_tle; in GKI_add_to_timer_list()[all …]
815 TIMER_LIST_ENT *p_temp; in GKI_add_to_timer_list() local845 p_temp = p_timer_listq->p_first; in GKI_add_to_timer_list()846 while (p_tle->ticks > p_temp->ticks) in GKI_add_to_timer_list()849 if (p_temp->ticks > 0) in GKI_add_to_timer_list()850 p_tle->ticks -= p_temp->ticks; in GKI_add_to_timer_list()852 p_temp = p_temp->p_next; in GKI_add_to_timer_list()856 if (p_temp == p_timer_listq->p_first) in GKI_add_to_timer_list()864 p_temp->p_prev->p_next = p_tle; in GKI_add_to_timer_list()865 p_tle->p_prev = p_temp->p_prev; in GKI_add_to_timer_list()866 p_temp->p_prev = p_tle; in GKI_add_to_timer_list()[all …]
214 UINT8 *p_temp; in ce_t3t_handle_update_cmd() local277 p_temp = p_block_data; in ce_t3t_handle_update_cmd()290 checksum+=p_temp[j]; in ce_t3t_handle_update_cmd()401 UINT8 *p_dst, *p_temp, *p_status; in ce_t3t_handle_check_cmd() local460 p_temp = p_dst; in ce_t3t_handle_check_cmd()487 checksum+=p_temp[i]; in ce_t3t_handle_check_cmd()
1435 CvLinkedRunPoint* p_temp; in icvFindContoursInInterval() local1451 p_temp = p00; in icvFindContoursInInterval()1453 p_temp->link = 0; in icvFindContoursInInterval()
2353 UINT8 *p_temp = ((UINT8 *) (p_buf + 1)) + p_buf->offset; in l2c_corrupt_the_fcr_packet() local2354 p_temp += L2CAP_PKT_OVERHEAD; in l2c_corrupt_the_fcr_packet()2355 if ((UINT16)((*p_temp) & 0x01) != (ctrl_word & 0x0001)) in l2c_corrupt_the_fcr_packet()2357 (*p_temp) |= (UINT8)(ctrl_word & 0x0001); in l2c_corrupt_the_fcr_packet()
3672 char *p_temp; in bta_dm_get_remname() local3676 if ((p_temp = BTM_SecReadDevName(bta_dm_search_cb.peer_bdaddr)) != NULL) in bta_dm_get_remname()3677 p_name = p_temp; in bta_dm_get_remname()