Home | History | Annotate | Download | only in i18n

Lines Matching refs:uByte

70   #define uByte  uint8_t
92 extern const uByte DECSTICKYTAB[10]; /* re-round digits if sticky */
99 extern const uByte DPD2BCD8[4096]; /* DPD -> ddd + len */
100 extern const uByte BIN2BCD8[4000]; /* 0-999 -> ddd + len */
132 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
136 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
231 extern const uByte d2utable[DECMAXD2U+1];
292 uByte *msd; /* -> most significant digit */
293 uByte *lsd; /* -> least ditto */
415 /* coefficient, starting at uByte u, is all zeros */
461 /* a BCD string (uByte *bcdin) of length DECPMAX uBytes. */
464 /* dpd to three BCD8 digits starting at uByte u. Note that an */
488 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
494 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
505 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
516 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
535 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \