Home | History | Annotate | Download | only in hw

Lines Matching full:sizeof

107 #define CONTINUATION_PARAM_SIZE	(1 + sizeof(int))
168 if (len <= sizeof(int))
170 len -= sizeof(int);
171 memcpy(&start, req + 1, sizeof(int));
200 rsp[len ++] = sizeof(int);
201 memcpy(rsp + len, &end, sizeof(int));
289 if (len <= sizeof(int))
291 len -= sizeof(int);
292 memcpy(&start, req + 1, sizeof(int));
324 lst[end ++] = sizeof(int);
325 memcpy(lst + end, &len, sizeof(int));
326 end += sizeof(int);
424 if (len <= sizeof(int))
426 len -= sizeof(int);
427 memcpy(&start, req + 1, sizeof(int));
478 lst[end ++] = sizeof(int);
479 memcpy(lst + end, &len, sizeof(int));
480 end += sizeof(int);
713 qemu_mallocz(record->attributes * sizeof(*record->attribute_list));
715 qemu_mallocz(record->uuids * sizeof(*record->uuid));
742 sizeof(*record->attribute_list),
746 sizeof(*record->uuid),
757 qemu_mallocz(sdp->services * sizeof(*sdp->service_list));
946 struct bt_l2cap_sdp_state_s *sdp = qemu_mallocz(sizeof(*sdp));