Lines Matching refs:uByte
73 #define uByte uint8_t
123 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
127 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
224 /*extern const uByte d2utable[DECMAXD2U+1];*/
285 uByte *msd; /* -> most significant digit */
286 uByte *lsd; /* -> least ditto */
408 /* coefficient, starting at uByte u, is all zeros */
454 /* a BCD string (uByte *bcdin) of length DECPMAX uBytes. */
457 /* dpd to three BCD8 digits starting at uByte u. Note that an */
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]; \