Lines Matching refs:xx
59 uint16_t xx, yy;
75 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) {
89 if (xx == p_rec->num_attributes) break;
173 uint16_t xx;
176 for (xx = 0, p_at = &p_rec->attribute[0]; xx < p_rec->num_attributes;
177 xx++, p_at++) {
197 uint16_t xx, yy, len;
206 for (xx = 0; xx < num_elem; xx++, p_elem_list++) {
299 uint16_t xx, yy, zz;
312 for (xx = 0; xx < sdp_cb.server_db.num_records; xx++, p_rec++) {
315 for (yy = xx; yy < sdp_cb.server_db.num_records - 1; yy++, p_rec++) {
358 uint16_t xx, yy, zz;
398 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) {
410 if (xx == p_rec->num_attributes)
414 for (yy = p_rec->num_attributes; yy > xx; yy--)
476 uint16_t xx;
486 for (xx = 0; xx < num_elem; xx++) {
488 switch (len[xx]) {
490 UINT8_TO_BE_STREAM(p, (type[xx] << 3) | SIZE_ONE_BYTE);
493 UINT8_TO_BE_STREAM(p, (type[xx] << 3) | SIZE_TWO_BYTES);
496 UINT8_TO_BE_STREAM(p, (type[xx] << 3) | SIZE_FOUR_BYTES);
499 UINT8_TO_BE_STREAM(p, (type[xx] << 3) | SIZE_EIGHT_BYTES);
502 UINT8_TO_BE_STREAM(p, (type[xx] << 3) | SIZE_SIXTEEN_BYTES);
505 UINT8_TO_BE_STREAM(p, (type[xx] << 3) | SIZE_IN_NEXT_BYTE);
506 UINT8_TO_BE_STREAM(p, len[xx]);
510 ARRAY_TO_BE_STREAM(p, p_val[xx], len[xx]);
521 SDP_TRACE_ERROR("SDP_AddSequence - too long, add %d elements of %d", xx,
550 uint16_t xx;
560 for (xx = 0; xx < num_uuids; xx++, p_uuids++) {
566 xx, num_uuids);
625 uint16_t xx;
636 for (xx = 0; xx < num_elem; xx++, p_proto_list++) {
759 uint16_t xx;
767 for (xx = 0; xx < num_services; xx++, p_service_uuids++) {
795 uint16_t xx, yy;
801 for (xx = 0; xx < sdp_cb.server_db.num_records; xx++, p_rec++) {
807 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) {
822 for (yy = xx; yy < p_rec->num_attributes; yy++, p_attr++) {
828 xx =
830 for (yy = 0; yy < xx; yy++, pad_ptr++) *pad_ptr = *(pad_ptr + len);