Lines Matching refs:xx
304 uint16_t xx; in sdpu_find_ccb_by_cid() local
308 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_find_ccb_by_cid()
328 uint16_t xx; in sdpu_find_ccb_by_db() local
333 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_find_ccb_by_db()
352 uint16_t xx; in sdpu_allocate_ccb() local
356 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_allocate_ccb()
404 uint16_t xx; in sdpu_build_attrib_seq() local
409 xx = 5; in sdpu_build_attrib_seq()
411 xx = num_attrs * 3; in sdpu_build_attrib_seq()
413 if (xx > 255) { in sdpu_build_attrib_seq()
416 UINT16_TO_BE_STREAM(p_out, xx); in sdpu_build_attrib_seq()
420 UINT8_TO_BE_STREAM(p_out, xx); in sdpu_build_attrib_seq()
430 for (xx = 0; xx < num_attrs; xx++, p_attr++) { in sdpu_build_attrib_seq()
854 uint16_t xx; in sdpu_is_base_uuid() local
856 for (xx = 4; xx < Uuid::kNumBytes128; xx++) in sdpu_is_base_uuid()
857 if (p_uuid[xx] != sdp_base_uuid[xx]) return (false); in sdpu_is_base_uuid()
1037 uint16_t xx; in sdpu_get_attrib_seq_len() local
1041 for (xx = 0; xx < attr_seq->num_attr; xx++) { in sdpu_get_attrib_seq_len()
1043 start_id = attr_seq->attr_entry[xx].start; in sdpu_get_attrib_seq_len()
1044 end_id = attr_seq->attr_entry[xx].end; in sdpu_get_attrib_seq_len()
1054 xx--; in sdpu_get_attrib_seq_len()