HomeSort by: relevance | last modified time | path
    Searched defs:uByte (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumberLocal.h 88 #define uByte uint8_t
110 extern const uByte DECSTICKYTAB[10]; /* re-round digits if sticky */
118 extern const uByte DPD2BCD8[4096]; /* DPD -> ddd + len */
119 extern const uByte BIN2BCD8[4000]; /* 0-999 -> ddd + len */
151 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
155 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
249 extern const uByte d2utable[DECMAXD2U+1];
310 uByte *msd; /* -> most significant digit */
311 uByte *lsd; /* -> least ditto */
434 /* coefficient, starting at uByte u, is all zeros *
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumberLocal.h 88 #define uByte uint8_t
110 extern const uByte DECSTICKYTAB[10]; /* re-round digits if sticky */
118 extern const uByte DPD2BCD8[4096]; /* DPD -> ddd + len */
119 extern const uByte BIN2BCD8[4000]; /* 0-999 -> ddd + len */
151 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
155 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
249 extern const uByte d2utable[DECMAXD2U+1];
310 uByte *msd; /* -> most significant digit */
311 uByte *lsd; /* -> least ditto */
434 /* coefficient, starting at uByte u, is all zeros *
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumberLocal.h 88 #define uByte uint8_t
110 extern const uByte DECSTICKYTAB[10]; /* re-round digits if sticky */
118 extern const uByte DPD2BCD8[4096]; /* DPD -> ddd + len */
119 extern const uByte BIN2BCD8[4000]; /* 0-999 -> ddd + len */
151 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
155 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
249 extern const uByte d2utable[DECMAXD2U+1];
310 uByte *msd; /* -> most significant digit */
311 uByte *lsd; /* -> least ditto */
434 /* coefficient, starting at uByte u, is all zeros *
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumberLocal.h 88 #define uByte uint8_t
110 extern const uByte DECSTICKYTAB[10]; /* re-round digits if sticky */
118 extern const uByte DPD2BCD8[4096]; /* DPD -> ddd + len */
119 extern const uByte BIN2BCD8[4000]; /* 0-999 -> ddd + len */
151 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
155 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
249 extern const uByte d2utable[DECMAXD2U+1];
310 uByte *msd; /* -> most significant digit */
311 uByte *lsd; /* -> least ditto */
434 /* coefficient, starting at uByte u, is all zeros *
    [all...]
  /src/sys/dev/usb/
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...]

Completed in 28 milliseconds