HomeSort by: relevance | last modified time | path
    Searched refs:uByte (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/sys/dev/usb/
uvideoreg.h 48 uByte data4[8];
88 uByte bLength;
89 uByte bDescriptorType;
90 uByte bDescriptorSubtype;
95 uByte bLength;
96 uByte bDescriptorType;
97 uByte bDescriptorSubtype;
101 uByte bInCollection;
103 uByte baInterfaceNr[];
108 uByte bLength
    [all...]
uaudioreg.h 57 uByte bLength;
58 uByte bDescriptorType;
59 uByte bEndpointAddress;
60 uByte bmAttributes;
62 uByte bInterval;
73 uByte bRefresh;
74 uByte bSynchAddress;
79 uByte bLength;
80 uByte bDescriptorType;
81 uByte bDescriptorSubtype
    [all...]
usbcdc.h 56 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 bDescriptorType
    [all...]
if_atureg.h 237 uByte Cmd;
238 uByte Reserved;
245 uByte AtCmd;
246 uByte AtReserved;
250 uByte MIBType;
251 uByte MIBSize;
252 uByte MIBIndex;
253 uByte MIBReserved;
256 uByte data[72];
261 uByte Cmd
    [all...]
usbhid.h 54 uByte bLength;
55 uByte bDescriptorType;
57 uByte bCountryCode;
58 uByte bNumDescriptors;
60 uByte bDescriptorType;
usb.h 72 typedef uint8_t uByte;
90 uByte bmRequestType;
91 uByte bRequest;
213 uByte bLength;
214 uByte bDescriptorType;
220 uByte bLength;
221 uByte bDescriptorType;
227 uByte bDeviceClass;
228 uByte bDeviceSubClass;
229 uByte bDeviceProtocol
    [all...]
uirdavar.h 66 uByte bLength;
67 uByte bDescriptorType;
70 uByte bmDataSize;
77 uByte bmWindowSize;
85 uByte bmMinTurnaroundTime;
104 uByte bmAdditionalBOFs;
113 uByte bIrdaSniff;
114 uByte bMaxUnicastList;
usbdi_util.h 97 uByte bLength;
98 uByte bDescriptorType;
99 uByte bDescriptorSubtype;
104 const uByte *cur;
105 const uByte *end;
umassvar.h 83 uByte bCBWFlags;
86 uByte bCBWLUN;
87 uByte bCDBLength;
89 uByte CBWCDB[CBWCDBLENGTH];
100 uByte bCSWStatus;
115 uByte type;
117 uByte value;
126 uByte asc;
127 uByte ascq;
if_ncmreg.h 98 uByte bmNtbFormatsSupported[2];
mbim.h 592 uByte bLength;
593 uByte bDescriptorType;
594 uByte bDescriptorSubtype;
599 uByte bNumberFilters;
600 uByte bMaxFilterSize;
602 uByte bmNetworkCapabilities;
uvisor.c 99 uByte port_function_id;
100 uByte port;
119 uByte num_ports;
120 uByte endpoint_numbers_different;
124 uByte port;
125 uByte end_point_info;
ugraphire_rdesc.h 33 static const uByte uhid_graphire3_4x5_report_descr[] = {
x1input_rdesc.h 35 static const uByte uhid_x1input_report_descr[] = {
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decPacked.c 69 uByte * decPackedFromNumber(uByte *bcd, Int length, Int *scale,
72 uByte obyte, *out; /* current output byte, and where it goes */
119 obyte=(uByte)(u-X10(temp));
122 obyte=(uByte)(u%10);
157 decNumber * decPackedToNumber(const uByte *bcd, Int length,
159 const uByte *last=bcd+length-1; /* -> last byte */
160 const uByte *first; /* -> first non-zero byte */
decCommon.c 232 static uByte allnines[DECPMAX]=
244 uByte *ub; /* work */
247 uByte *umsd=num->msd; /* local copy */
248 uByte *ulsd=num->lsd; /* .. */
287 uByte *roundat; /* -> re-round digit */
288 uByte reround; /* reround value */
471 uByte buffer[ROUNDUP(DECPMAX+3, 4)]; /* [+3 allows uInt padding] */
472 uByte *s=umsd; /* source */
473 uByte *t=buffer; /* safe target */
474 uByte *tlsd=buffer+(ulsd-umsd)+shift; /* target LSD *
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decPacked.c 69 uByte * decPackedFromNumber(uByte *bcd, Int length, Int *scale,
72 uByte obyte, *out; /* current output byte, and where it goes */
119 obyte=(uByte)(u-X10(temp));
122 obyte=(uByte)(u%10);
157 decNumber * decPackedToNumber(const uByte *bcd, Int length,
159 const uByte *last=bcd+length-1; /* -> last byte */
160 const uByte *first; /* -> first non-zero byte */
decCommon.c 232 static uByte allnines[DECPMAX]=
244 uByte *ub; /* work */
247 uByte *umsd=num->msd; /* local copy */
248 uByte *ulsd=num->lsd; /* .. */
287 uByte *roundat; /* -> re-round digit */
288 uByte reround; /* reround value */
471 uByte buffer[ROUNDUP(DECPMAX+3, 4)]; /* [+3 allows uInt padding] */
472 uByte *s=umsd; /* source */
473 uByte *t=buffer; /* safe target */
474 uByte *tlsd=buffer+(ulsd-umsd)+shift; /* target LSD *
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decPacked.c 69 uByte * decPackedFromNumber(uByte *bcd, Int length, Int *scale,
72 uByte obyte, *out; /* current output byte, and where it goes */
119 obyte=(uByte)(u-X10(temp));
122 obyte=(uByte)(u%10);
157 decNumber * decPackedToNumber(const uByte *bcd, Int length,
159 const uByte *last=bcd+length-1; /* -> last byte */
160 const uByte *first; /* -> first non-zero byte */
decCommon.c 232 static uByte allnines[DECPMAX]=
244 uByte *ub; /* work */
247 uByte *umsd=num->msd; /* local copy */
248 uByte *ulsd=num->lsd; /* .. */
287 uByte *roundat; /* -> re-round digit */
288 uByte reround; /* reround value */
471 uByte buffer[ROUNDUP(DECPMAX+3, 4)]; /* [+3 allows uInt padding] */
472 uByte *s=umsd; /* source */
473 uByte *t=buffer; /* safe target */
474 uByte *tlsd=buffer+(ulsd-umsd)+shift; /* target LSD *
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decPacked.c 69 uByte * decPackedFromNumber(uByte *bcd, Int length, Int *scale,
72 uByte obyte, *out; /* current output byte, and where it goes */
119 obyte=(uByte)(u-X10(temp));
122 obyte=(uByte)(u%10);
157 decNumber * decPackedToNumber(const uByte *bcd, Int length,
159 const uByte *last=bcd+length-1; /* -> last byte */
160 const uByte *first; /* -> first non-zero byte */
decCommon.c 232 static uByte allnines[DECPMAX]=
244 uByte *ub; /* work */
247 uByte *umsd=num->msd; /* local copy */
248 uByte *ulsd=num->lsd; /* .. */
287 uByte *roundat; /* -> re-round digit */
288 uByte reround; /* reround value */
471 uByte buffer[ROUNDUP(DECPMAX+3, 4)]; /* [+3 allows uInt padding] */
472 uByte *s=umsd; /* source */
473 uByte *t=buffer; /* safe target */
474 uByte *tlsd=buffer+(ulsd-umsd)+shift; /* target LSD *
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal32.c 50 extern const uByte BIN2CHAR[4001];
260 const uByte *u; /* work */
455 (d)->bytes[0]|=(uByte)((e)>>4); \
456 (d)->bytes[1]|=(uByte)(((e)&0x0F)<<4);}
  /src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal32.c 50 extern const uByte BIN2CHAR[4001];
260 const uByte *u; /* work */
455 (d)->bytes[0]|=(uByte)((e)>>4); \
456 (d)->bytes[1]|=(uByte)(((e)&0x0F)<<4);}
  /src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal32.c 50 extern const uByte BIN2CHAR[4001];
260 const uByte *u; /* work */
455 (d)->bytes[0]|=(uByte)((e)>>4); \
456 (d)->bytes[1]|=(uByte)(((e)&0x0F)<<4);}

Completed in 58 milliseconds

1 2 3