Searched refs:uByte (Results 1 – 13 of 13) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
D | usb.h | 131 uByte bmRequestType; 132 uByte bRequest; 273 uByte bLength; 274 uByte bDescriptorType; 275 uByte bDescriptorSubtype; 280 uByte bLength; 281 uByte bDescriptorType; 287 uByte bDeviceClass; 288 uByte bDeviceSubClass; 289 uByte bDeviceProtocol; [all …]
|
D | usb_cdc.h | 58 uByte bLength; 59 uByte bDescriptorType; 60 uByte bDescriptorSubtype; 65 uByte bLength; 66 uByte bDescriptorType; 67 uByte bDescriptorSubtype; 68 uByte bmCapabilities; 71 uByte bDataInterface; 75 uByte bLength; 76 uByte bDescriptorType; [all …]
|
D | usbhid.h | 47 uByte bLength; 48 uByte bDescriptorType; 50 uByte bCountryCode; 51 uByte bNumDescriptors; 53 uByte bDescriptorType;
|
D | usb_endian.h | 36 typedef uint8_t uByte; typedef
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_hid.h | 59 uByte bLength; 60 uByte bDescriptorType; 61 uByte bEndpointAddress; 62 uByte bmAttributes; 64 uByte bInterval;
|
D | f_uac.h | 165 uByte bLength; 166 uByte bDescriptorType; 167 uByte bEndpointAddress; 168 uByte bmAttributes; 170 uByte bInterval; 171 uByte bRefresh; 172 uByte bSynchAddress;
|
/third_party/icu/icu4c/source/i18n/ |
D | decNumberLocal.h | 73 #define uByte uint8_t macro 285 uByte *msd; /* -> most significant digit */ 286 uByte *lsd; /* -> least ditto */ 481 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 487 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 498 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 509 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 528 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
|
D | decNumber.cpp | 190 static const uByte d2utable[DECMAXD2U+1]=D2UTABLE; 221 static const uByte DECSTICKYTAB[10]={1,1,2,3,4,6,6,7,8,9}; /* used if sticky */ 252 decContext *, uByte, uInt *); 515 uByte bits=0; /* working flags [assume +ve] */ in uprv_decNumberFromString() 774 decAddOp(res, &dzero, rhs, set, (uByte)(rhs->bits & DECNEG), &status); in uprv_decNumberAbs() 1788 uByte sub; /* add or subtract */ in uprv_decNumberNextToward() 1995 uByte bits=0; /* result sign if errors */ in uprv_decNumberPower() 2073 uByte rbits=rhs->bits; /* save */ in uprv_decNumberPower() 2099 uByte rbits=rhs->bits; /* save */ in uprv_decNumberPower() 3469 uByte sign; /* rhs sign */ in uprv_decNumberCopySign() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | decNumberLocal.h | 73 #define uByte uint8_t macro 285 uByte *msd; /* -> most significant digit */ 286 uByte *lsd; /* -> least ditto */ 481 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 487 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 498 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 509 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 528 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
|
D | decNumber.cpp | 190 static const uByte d2utable[DECMAXD2U+1]=D2UTABLE; 221 static const uByte DECSTICKYTAB[10]={1,1,2,3,4,6,6,7,8,9}; /* used if sticky */ 252 decContext *, uByte, uInt *); 515 uByte bits=0; /* working flags [assume +ve] */ in uprv_decNumberFromString() 774 decAddOp(res, &dzero, rhs, set, (uByte)(rhs->bits & DECNEG), &status); in uprv_decNumberAbs() 1788 uByte sub; /* add or subtract */ in uprv_decNumberNextToward() 1995 uByte bits=0; /* result sign if errors */ in uprv_decNumberPower() 2073 uByte rbits=rhs->bits; /* save */ in uprv_decNumberPower() 2099 uByte rbits=rhs->bits; /* save */ in uprv_decNumberPower() 3469 uByte sign; /* rhs sign */ in uprv_decNumberCopySign() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | decNumberLocal.h | 73 #define uByte uint8_t macro 285 uByte *msd; /* -> most significant digit */ 286 uByte *lsd; /* -> least ditto */ 481 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 487 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 498 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 509 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 528 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
|
D | decNumber.cpp | 190 static const uByte d2utable[DECMAXD2U+1]=D2UTABLE; 221 static const uByte DECSTICKYTAB[10]={1,1,2,3,4,6,6,7,8,9}; /* used if sticky */ 252 decContext *, uByte, uInt *); 515 uByte bits=0; /* working flags [assume +ve] */ in uprv_decNumberFromString() 774 decAddOp(res, &dzero, rhs, set, (uByte)(rhs->bits & DECNEG), &status); in uprv_decNumberAbs() 1788 uByte sub; /* add or subtract */ in uprv_decNumberNextToward() 1995 uByte bits=0; /* result sign if errors */ in uprv_decNumberPower() 2073 uByte rbits=rhs->bits; /* save */ in uprv_decNumberPower() 2099 uByte rbits=rhs->bits; /* save */ in uprv_decNumberPower() 3469 uByte sign; /* rhs sign */ in uprv_decNumberCopySign() [all …]
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
D | umass.c | 266 uByte bCBWFlags; 269 uByte bCBWLUN; 270 uByte bCDBLength; 272 uByte CBWCDB[CBWCDBLENGTH]; 285 uByte bCSWStatus;
|