Lines Matching refs:xx
58 UINT16 xx; in sdpu_find_ccb_by_cid() local
62 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) in sdpu_find_ccb_by_cid()
86 UINT16 xx; in sdpu_find_ccb_by_db() local
92 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) in sdpu_find_ccb_by_db()
115 UINT16 xx; in sdpu_allocate_ccb() local
119 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) in sdpu_allocate_ccb()
175 UINT16 xx; in sdpu_build_attrib_seq() local
180 xx = 5; in sdpu_build_attrib_seq()
182 xx = num_attrs * 3; in sdpu_build_attrib_seq()
184 if (xx > 255) in sdpu_build_attrib_seq()
187 UINT16_TO_BE_STREAM (p_out, xx); in sdpu_build_attrib_seq()
192 UINT8_TO_BE_STREAM (p_out, xx); in sdpu_build_attrib_seq()
205 for (xx = 0; xx < num_attrs; xx++, p_attr++) in sdpu_build_attrib_seq()
633 UINT16 xx; in sdpu_is_base_uuid() local
635 for (xx = 4; xx < MAX_UUID_SIZE; xx++) in sdpu_is_base_uuid()
636 if (p_uuid[xx] != sdp_base_uuid[xx]) in sdpu_is_base_uuid()
885 UINT16 xx; in sdpu_get_attrib_seq_len() local
889 for (xx = 0; xx < attr_seq->num_attr; xx++) in sdpu_get_attrib_seq_len()
893 start_id = attr_seq->attr_entry[xx].start; in sdpu_get_attrib_seq_len()
894 end_id = attr_seq->attr_entry[xx].end; in sdpu_get_attrib_seq_len()
908 xx--; in sdpu_get_attrib_seq_len()