Searched refs:uByte (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.1-release/sys/dev/sound/usb/
H A Duaudioreg.h74 uByte bLength;
75 uByte bDescriptorType;
76 uByte bEndpointAddress;
77 uByte bmAttributes;
79 uByte bInterval;
87 uByte bRefresh;
88 uByte bSynchAddress;
92 uByte bLength;
93 uByte bDescriptorType;
94 uByte bDescriptorSubtyp
[all...]
/freebsd-10.1-release/contrib/gcclibs/libdecnumber/
H A DdecUtility.h36 extern void decDensePackCoeff (const decNumber *, uByte *, Int, Int);
37 extern void decDenseUnpackCoeff (const uByte *, Int, decNumber *, Int, Int);
H A DdecUtility.c76 decDensePackCoeff (const decNumber * dn, uByte * bytes, Int len, Int shift)
83 uByte *bout; /* -> current output byte */
181 *bout = (uByte) dpd; /* [top 2 bits truncated] */
183 *bout = (uByte) (dpd >> 8);
186 *bout |= (uByte) (dpd << 2);
188 *bout = (uByte) (dpd >> 6);
191 *bout |= (uByte) (dpd << 4);
193 *bout = (uByte) (dpd >> 4);
196 *bout |= (uByte) (dpd << 6);
198 *bout = (uByte) (dp
[all...]
H A DdecNumberLocal.h46 #define uByte uint8_t macro
H A Ddecimal128.c82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */
109 uByte top; /* work */
144 d128->bytes[0] = (uByte) (comb << 2);
175 d128->bytes[0] = (uByte) (comb << 2);
H A Ddecimal32.c82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */
109 uByte top; /* work */
144 d32->bytes[0] = (uByte) (comb << 2);
172 d32->bytes[0] = (uByte) (comb << 2);
H A Ddecimal64.c82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */
109 uByte top; /* work */
144 d64->bytes[0] = (uByte) (comb << 2);
171 d64->bytes[0] = (uByte) (comb << 2);
H A DdecNumber.c220 uByte, uInt *);
355 uByte bits = 0; /* working flags [assume +ve] */
665 decAddOp (res, &dzero, rhs, set, (uByte) (rhs->bits & DECNEG), &status);
993 uByte bits = 0; /* result sign if errors */
997 uByte dacbuff[sizeof (decNumber) + D2U (DECBUFFER + 9) * sizeof (Unit)];
999 uByte lhsbuff[sizeof (decNumber) + D2U (DECBUFFER + 9) * sizeof (Unit)];
1068 uByte rbits = rhs->bits; /* save */
1360 uByte merged; /* merged flags */
1469 uByte buff[sizeof (decNumber) + (D2U (DECBUFFER + 1) - 1) * sizeof (Unit)];
1471 uByte buf
[all...]
/freebsd-10.1-release/sys/dev/usb/
H A Dusb.h148 uByte bmRequestType;
149 uByte bRequest;
277 uByte bLength;
278 uByte bDescriptorType;
279 uByte bDescriptorSubtype;
284 uByte bLength;
285 uByte bDescriptorType;
291 uByte bDeviceClass;
292 uByte bDeviceSubClass;
293 uByte bDeviceProtoco
[all...]
H A Dusb_cdc.h56 uByte bLength;
57 uByte bDescriptorType;
58 uByte bDescriptorSubtype;
63 uByte bLength;
64 uByte bDescriptorType;
65 uByte bDescriptorSubtype;
66 uByte bmCapabilities;
69 uByte bDataInterface;
73 uByte bLength;
74 uByte bDescriptorTyp
[all...]
H A Dusbhid.h49 uByte bLength;
50 uByte bDescriptorType;
52 uByte bCountryCode;
53 uByte bNumDescriptors;
55 uByte bDescriptorType;
H A Dusb_endian.h39 typedef uint8_t uByte; typedef
H A Dusb_msctest.c122 uByte bCBWFlags;
125 uByte bCBWLUN;
126 uByte bCDBLength;
128 uByte CBWCDB[CBWCDBLENGTH];
137 uByte bCSWStatus;
/freebsd-10.1-release/sys/dev/usb/serial/
H A Duvisor.c127 uByte port_function_id;
128 uByte port;
152 uByte num_ports;
153 uByte endpoint_numbers_different;
157 uByte port;
158 uByte end_point_info;
/freebsd-10.1-release/tools/tools/usbtest/
H A Dusb_msc_test.c53 uByte bCBWFlags;
56 uByte bCBWLUN;
57 uByte bCDBLength;
59 uByte CBWCDB[CBWCDBLENGTH];
72 uByte bCSWStatus;
/freebsd-10.1-release/sys/dev/usb/storage/
H A Dustorage_fs.c139 uByte bCBWFlags;
142 uByte bCBWLUN;
143 uByte bCDBLength;
145 uByte CBWCDB[CBWCDBLENGTH];
156 uByte bCSWStatus;
H A Dumass.c247 uByte bCBWFlags;
250 uByte bCBWLUN;
251 uByte bCDBLength;
253 uByte CBWCDB[CBWCDBLENGTH];
266 uByte bCSWStatus;
/freebsd-10.1-release/sys/dev/usb/net/
H A Dif_mos.c265 uByte val = 0;
311 uByte val;

Completed in 215 milliseconds