Lines Matching refs:xx
300 uint16_t xx; in sdpu_find_ccb_by_cid() local
304 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_find_ccb_by_cid()
324 uint16_t xx; in sdpu_find_ccb_by_db() local
329 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_find_ccb_by_db()
348 uint16_t xx; in sdpu_allocate_ccb() local
352 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_allocate_ccb()
400 uint16_t xx; in sdpu_build_attrib_seq() local
405 xx = 5; in sdpu_build_attrib_seq()
407 xx = num_attrs * 3; in sdpu_build_attrib_seq()
409 if (xx > 255) { in sdpu_build_attrib_seq()
412 UINT16_TO_BE_STREAM(p_out, xx); in sdpu_build_attrib_seq()
416 UINT8_TO_BE_STREAM(p_out, xx); in sdpu_build_attrib_seq()
426 for (xx = 0; xx < num_attrs; xx++, p_attr++) { in sdpu_build_attrib_seq()
850 uint16_t xx; in sdpu_is_base_uuid() local
852 for (xx = 4; xx < Uuid::kNumBytes128; xx++) in sdpu_is_base_uuid()
853 if (p_uuid[xx] != sdp_base_uuid[xx]) return (false); in sdpu_is_base_uuid()
1033 uint16_t xx; in sdpu_get_attrib_seq_len() local
1037 for (xx = 0; xx < attr_seq->num_attr; xx++) { in sdpu_get_attrib_seq_len()
1039 start_id = attr_seq->attr_entry[xx].start; in sdpu_get_attrib_seq_len()
1040 end_id = attr_seq->attr_entry[xx].end; in sdpu_get_attrib_seq_len()
1050 xx--; in sdpu_get_attrib_seq_len()