Searched refs:totalsize (Results 1 – 3 of 3) sorted by relevance
| /qemu/hw/usb/ |
| A D | combined-packet.c | 126 int totalsize; in usb_ep_combine_input_packets() local 170 totalsize = (p->combined) ? p->combined->iov.size : p->iov.size; in usb_ep_combine_input_packets() 174 (totalsize == (16 * KiB - 36) && p->int_req) || in usb_ep_combine_input_packets() 176 totalsize > 1 * MiB - ep->max_packet_size) { in usb_ep_combine_input_packets()
|
| /qemu/disas/ |
| A D | m68k.c | 65 unsigned int totalsize; /* Total size of number in bits */ member 4578 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid() 4580 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid() 4733 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 4750 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 4810 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 4904 memset (uto, 0, fmt->totalsize / FLOATFORMAT_CHAR_BIT); in floatformat_from_double() 4922 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() 4925 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start, in floatformat_from_double() 4941 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() [all …]
|
| /qemu/hw/ppc/ |
| A D | spapr_hcall.c | 1470 cb = fdt32_to_cpu(hdr.totalsize); in h_update_dt()
|
Completed in 19 milliseconds