Home | History | Annotate | Download | only in sdp

Lines Matching defs:xx

62     UINT16          xx, yy;
79 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++)
97 if (xx == p_rec->num_attributes)
194 UINT16 xx;
197 for (xx = 0, p_at = &p_rec->attribute[0]; xx < p_rec->num_attributes;
198 xx++, p_at++)
222 UINT16 xx, yy, len;
231 for (xx = 0; xx < num_elem; xx++, p_elem_list++)
333 UINT16 xx, yy, zz;
350 for (xx = 0; xx < sdp_cb.server_db.num_records; xx++, p_rec++)
355 for (yy = xx; yy < sdp_cb.server_db.num_records; yy++, p_rec++)
402 UINT16 xx, yy, zz;
447 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++)
463 if (xx == p_rec->num_attributes)
468 for (yy = p_rec->num_attributes; yy > xx; yy--)
540 UINT16 xx;
554 for (xx = 0; xx < num_elem; xx++)
557 switch (len[xx])
560 UINT8_TO_BE_STREAM (p, (type[xx] << 3) | SIZE_ONE_BYTE);
563 UINT8_TO_BE_STREAM (p, (type[xx] << 3) | SIZE_TWO_BYTES);
566 UINT8_TO_BE_STREAM (p, (type[xx] << 3) | SIZE_FOUR_BYTES);
569 UINT8_TO_BE_STREAM (p, (type[xx] << 3) | SIZE_EIGHT_BYTES);
572 UINT8_TO_BE_STREAM (p, (type[xx] << 3) | SIZE_SIXTEEN_BYTES);
575 UINT8_TO_BE_STREAM (p, (type[xx] << 3) | SIZE_IN_NEXT_BYTE);
576 UINT8_TO_BE_STREAM (p, len[xx]);
580 ARRAY_TO_BE_STREAM (p, p_val[xx], len[xx]);
594 SDP_TRACE_ERROR2 ("SDP_AddSequence - too long, add %d elements of %d", xx, num_elem);
623 UINT16 xx;
637 for (xx = 0; xx < num_uuids ; xx++, p_uuids++)
644 SDP_TRACE_WARNING2 ("SDP_AddUuidSequence - too long, add %d uuids of %d", xx, num_uuids);
709 UINT16 xx;
724 for (xx = 0; xx < num_elem; xx++, p_proto_list++)
858 UINT16 xx;
870 for (xx = 0; xx < num_services; xx++, p_service_uuids++)
899 UINT16 xx, yy;
905 for (xx = 0; xx < sdp_cb.server_db.num_records; xx++, p_rec++)
913 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++)
932 for (yy = xx; yy < p_rec->num_attributes; yy++, p_attr++)
940 xx = (p_rec->free_pad_ptr - ((pad_ptr+len) -
942 for( yy=0; yy<xx; yy++, pad_ptr++)