Home
last modified time | relevance | path

Searched refs:uByte (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/sys/dev/sound/usb/
H A Duaudioreg.h76 uByte bLength;
94 uByte bLength;
104 uByte bLength;
108 uByte bDelay;
113 uByte bLength;
125 uByte bLength;
507 uByte bCur;
511 uByte bMIN;
512 uByte bMAX;
513 uByte bRES;
[all …]
/freebsd-12.1/sys/dev/usb/
H A Dusb.h150 uByte bRequest;
278 uByte bLength;
285 uByte bLength;
309 uByte bLength;
318 uByte bLength;
331 uByte bLength;
345 uByte bLength;
357 uByte bLength;
382 uByte bLength;
399 uByte bLength;
[all …]
H A Dusb_cdc.h58 uByte bLength;
65 uByte bLength;
75 uByte bLength;
86 uByte bLength;
94 uByte bLength;
97 uByte iMacAddress;
130 uByte bCharFormat;
134 uByte bParityType;
140 uByte bDataBits;
160 uByte data[16];
[all …]
H A Dusbhid.h51 uByte bLength;
52 uByte bDescriptorType;
54 uByte bCountryCode;
55 uByte bNumDescriptors;
57 uByte bDescriptorType;
H A Dusb_msctest.c133 uByte bCBWFlags;
136 uByte bCBWLUN;
137 uByte bCDBLength;
139 uByte CBWCDB[CBWCDBLENGTH];
148 uByte bCSWStatus;
H A Dusb_endian.h41 typedef uint8_t uByte; typedef
/freebsd-12.1/contrib/gcclibs/libdecnumber/
H A DdecUtility.c83 uByte *bout; /* -> current output byte */ in decDensePackCoeff()
181 *bout = (uByte) dpd; /* [top 2 bits truncated] */ in decDensePackCoeff()
183 *bout = (uByte) (dpd >> 8); in decDensePackCoeff()
186 *bout |= (uByte) (dpd << 2); in decDensePackCoeff()
188 *bout = (uByte) (dpd >> 6); in decDensePackCoeff()
191 *bout |= (uByte) (dpd << 4); in decDensePackCoeff()
193 *bout = (uByte) (dpd >> 4); in decDensePackCoeff()
196 *bout |= (uByte) (dpd << 6); in decDensePackCoeff()
198 *bout = (uByte) (dpd >> 2); in decDensePackCoeff()
224 decDenseUnpackCoeff (const uByte * bytes, Int len, decNumber * dn, in decDenseUnpackCoeff()
[all …]
H A DdecUtility.h36 extern void decDensePackCoeff (const decNumber *, uByte *, Int, Int);
37 extern void decDenseUnpackCoeff (const uByte *, Int, decNumber *, Int, Int);
H A Ddecimal64.c82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */ in decimal64FromNumber()
109 uByte top; /* work */ in decimal64FromNumber()
144 d64->bytes[0] = (uByte) (comb << 2); in decimal64FromNumber()
171 d64->bytes[0] = (uByte) (comb << 2); in decimal64FromNumber()
H A Ddecimal128.c82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */ in decimal128FromNumber()
109 uByte top; /* work */ in decimal128FromNumber()
144 d128->bytes[0] = (uByte) (comb << 2); in decimal128FromNumber()
175 d128->bytes[0] = (uByte) (comb << 2); in decimal128FromNumber()
H A Ddecimal32.c82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */ in decimal32FromNumber()
109 uByte top; /* work */ in decimal32FromNumber()
144 d32->bytes[0] = (uByte) (comb << 2); in decimal32FromNumber()
172 d32->bytes[0] = (uByte) (comb << 2); in decimal32FromNumber()
H A DdecNumber.c220 uByte, uInt *);
1360 uByte merged; /* merged flags */ in decNumberSameQuantum()
2239 uByte bits; /* result bits */ in decAddOp()
2247 uByte merged; /* merged flags */ in decAddOp()
2741 uByte bits; /* working sign */ in decDivideOp()
2742 uByte merged; /* merged flags */ in decDivideOp()
3445 uByte bits; /* result sign */ in decMultiplyOp()
3446 uByte merged; /* merged flags */ in decMultiplyOp()
3621 uByte merged; /* merged flags */ in decQuantizeOp()
5911 uByte *b, *b0; /* .. */
[all …]
H A DdecNumberLocal.h46 #define uByte uint8_t macro
/freebsd-12.1/sys/dev/usb/serial/
H A Duvisor.c129 uByte port_function_id;
130 uByte port;
154 uByte num_ports;
155 uByte endpoint_numbers_different;
159 uByte port;
160 uByte end_point_info;
/freebsd-12.1/sys/dev/usb/storage/
H A Dcfumass.c121 uByte bCBWFlags;
124 uByte bCBWLUN;
125 uByte bCDBLength;
127 uByte CBWCB[CBWCBLENGTH];
141 uByte bCSWStatus;
H A Dustorage_fs.c141 uByte bCBWFlags;
144 uByte bCBWLUN;
145 uByte bCDBLength;
147 uByte CBWCDB[CBWCDBLENGTH];
158 uByte bCSWStatus;
H A Dumass.c247 uByte bCBWFlags;
250 uByte bCBWLUN;
251 uByte bCDBLength;
253 uByte CBWCDB[CBWCDBLENGTH];
266 uByte bCSWStatus;
/freebsd-12.1/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-12.1/sys/dev/usb/net/
H A Dif_mos.c272 uByte val = 0; in mos_reg_read_1()
318 uByte val; in mos_reg_write_1()