Lines Matching refs:uByte
79 #define uByte uint8_t macro
100 extern const uByte DECSTICKYTAB[10]; /* re-round digits if sticky */
107 extern const uByte DPD2BCD8[4096]; /* DPD -> ddd + len */
108 extern const uByte BIN2BCD8[4000]; /* 0-999 -> ddd + len */
138 #define UBYTEAT(b) (*((uByte *)(b)))
229 extern const uByte d2utable[DECMAXD2U+1];
290 uByte *msd; /* -> most significant digit */
291 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]; \