Home | History | Annotate | Download | only in i18n

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*. */
222 /*extern const uByte d2utable[DECMAXD2U+1];*/
283 uByte *msd; /* -> most significant digit */
284 uByte *lsd; /* -> least ditto */
406 /* coefficient, starting at uByte u, is all zeros */
452 /* a BCD string (uByte *bcdin) of length DECPMAX uBytes. */
455 /* dpd to three BCD8 digits starting at uByte u. Note that an */
479 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
485 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
496 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
507 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
526 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \