Searched refs:uByte (Results 1 – 19 of 19) sorted by relevance
| /freebsd-12.1/sys/dev/sound/usb/ |
| H A D | uaudioreg.h | 76 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 D | usb.h | 150 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 D | usb_cdc.h | 58 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 D | usbhid.h | 51 uByte bLength; 52 uByte bDescriptorType; 54 uByte bCountryCode; 55 uByte bNumDescriptors; 57 uByte bDescriptorType;
|
| H A D | usb_msctest.c | 133 uByte bCBWFlags; 136 uByte bCBWLUN; 137 uByte bCDBLength; 139 uByte CBWCDB[CBWCDBLENGTH]; 148 uByte bCSWStatus;
|
| H A D | usb_endian.h | 41 typedef uint8_t uByte; typedef
|
| /freebsd-12.1/contrib/gcclibs/libdecnumber/ |
| H A D | decUtility.c | 83 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 D | decUtility.h | 36 extern void decDensePackCoeff (const decNumber *, uByte *, Int, Int); 37 extern void decDenseUnpackCoeff (const uByte *, Int, decNumber *, Int, Int);
|
| H A D | decimal64.c | 82 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 D | decimal128.c | 82 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 D | decimal32.c | 82 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 D | decNumber.c | 220 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 D | decNumberLocal.h | 46 #define uByte uint8_t macro
|
| /freebsd-12.1/sys/dev/usb/serial/ |
| H A D | uvisor.c | 129 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 D | cfumass.c | 121 uByte bCBWFlags; 124 uByte bCBWLUN; 125 uByte bCDBLength; 127 uByte CBWCB[CBWCBLENGTH]; 141 uByte bCSWStatus;
|
| H A D | ustorage_fs.c | 141 uByte bCBWFlags; 144 uByte bCBWLUN; 145 uByte bCDBLength; 147 uByte CBWCDB[CBWCDBLENGTH]; 158 uByte bCSWStatus;
|
| H A D | umass.c | 247 uByte bCBWFlags; 250 uByte bCBWLUN; 251 uByte bCDBLength; 253 uByte CBWCDB[CBWCDBLENGTH]; 266 uByte bCSWStatus;
|
| /freebsd-12.1/tools/tools/usbtest/ |
| H A D | usb_msc_test.c | 53 uByte bCBWFlags; 56 uByte bCBWLUN; 57 uByte bCDBLength; 59 uByte CBWCDB[CBWCDBLENGTH]; 72 uByte bCSWStatus;
|
| /freebsd-12.1/sys/dev/usb/net/ |
| H A D | if_mos.c | 272 uByte val = 0; in mos_reg_read_1() 318 uByte val; in mos_reg_write_1()
|