Lines Matching refs:xx

61     UINT16          xx, yy;  in sdp_db_service_search()  local
78 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) in sdp_db_service_search()
96 if (xx == p_rec->num_attributes) in sdp_db_service_search()
193 UINT16 xx; in sdp_db_find_attr_in_rec() local
196 for (xx = 0, p_at = &p_rec->attribute[0]; xx < p_rec->num_attributes; in sdp_db_find_attr_in_rec()
197 xx++, p_at++) in sdp_db_find_attr_in_rec()
221 UINT16 xx, yy, len; in sdp_compose_proto_list() local
230 for (xx = 0; xx < num_elem; xx++, p_elem_list++) in sdp_compose_proto_list()
332 UINT16 xx, yy, zz; in SDP_DeleteRecord() local
348 for (xx = 0; xx < sdp_cb.server_db.num_records; xx++, p_rec++) in SDP_DeleteRecord()
353 for (yy = xx; yy < sdp_cb.server_db.num_records; yy++, p_rec++) in SDP_DeleteRecord()
399 UINT16 xx, yy, zz; in SDP_AddAttribute() local
444 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) in SDP_AddAttribute()
460 if (xx == p_rec->num_attributes) in SDP_AddAttribute()
465 for (yy = p_rec->num_attributes; yy > xx; yy--) in SDP_AddAttribute()
531 UINT16 xx; in SDP_AddSequence() local
545 for (xx = 0; xx < num_elem; xx++) in SDP_AddSequence()
548 switch (len[xx]) in SDP_AddSequence()
551 UINT8_TO_BE_STREAM (p, (type[xx] << 3) | SIZE_ONE_BYTE); in SDP_AddSequence()
554 UINT8_TO_BE_STREAM (p, (type[xx] << 3) | SIZE_TWO_BYTES); in SDP_AddSequence()
557 UINT8_TO_BE_STREAM (p, (type[xx] << 3) | SIZE_FOUR_BYTES); in SDP_AddSequence()
560 UINT8_TO_BE_STREAM (p, (type[xx] << 3) | SIZE_EIGHT_BYTES); in SDP_AddSequence()
563 UINT8_TO_BE_STREAM (p, (type[xx] << 3) | SIZE_SIXTEEN_BYTES); in SDP_AddSequence()
566 UINT8_TO_BE_STREAM (p, (type[xx] << 3) | SIZE_IN_NEXT_BYTE); in SDP_AddSequence()
567 UINT8_TO_BE_STREAM (p, len[xx]); in SDP_AddSequence()
571 ARRAY_TO_BE_STREAM (p, p_val[xx], len[xx]); in SDP_AddSequence()
585 SDP_TRACE_ERROR ("SDP_AddSequence - too long, add %d elements of %d", xx, num_elem); in SDP_AddSequence()
614 UINT16 xx; in SDP_AddUuidSequence() local
628 for (xx = 0; xx < num_uuids ; xx++, p_uuids++) in SDP_AddUuidSequence()
635 SDP_TRACE_WARNING ("SDP_AddUuidSequence - too long, add %d uuids of %d", xx, num_uuids); in SDP_AddUuidSequence()
700 UINT16 xx; in SDP_AddAdditionProtoLists() local
715 for (xx = 0; xx < num_elem; xx++, p_proto_list++) in SDP_AddAdditionProtoLists()
849 UINT16 xx; in SDP_AddServiceClassIdList() local
861 for (xx = 0; xx < num_services; xx++, p_service_uuids++) in SDP_AddServiceClassIdList()
890 UINT16 xx, yy; in SDP_DeleteAttribute() local
896 for (xx = 0; xx < sdp_cb.server_db.num_records; xx++, p_rec++) in SDP_DeleteAttribute()
904 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) in SDP_DeleteAttribute()
923 for (yy = xx; yy < p_rec->num_attributes; yy++, p_attr++) in SDP_DeleteAttribute()
931 xx = (p_rec->free_pad_ptr - ((pad_ptr+len) - in SDP_DeleteAttribute()
933 for( yy=0; yy<xx; yy++, pad_ptr++) in SDP_DeleteAttribute()