Home | History | Annotate | Download | only in i18n

Lines Matching refs:uInt

74   #define uInt   uint32_t
93 extern const uInt DECPOWERS[10]; /* powers of ten table */
97 extern const uInt DPD2BINK[1024]; /* DPD -> 0-999000 */
98 extern const uInt DPD2BINM[1024]; /* DPD -> 0-999000000 */
109 uInt u0, u1, v0, v1, w0, w1, w2, t; \
128 /* aliasing or alignment (as did the UINTAT simple cast to uInt). */
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*. */
154 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
294 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */
330 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
331 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
401 /* Macros to test if a certain 10 bits of a uInt or pair of uInts */
403 /* declet is at offset 0 (from the right) in a uInt: */
405 /* declet is at offset k (a multiple of 2) in a uInt: */
407 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
409 /* [the top 2 bits will always be in the more-significant uInt] */
412 || ((lo)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
451 /* Get the MSD similarly (as uInt) */
463 /* In-line sequence to convert least significant 10 bits of uInt */
487 uInt sourhi=DFWORD(df, 0); \
492 uInt sourhi=DFWWORD(df, 0); \
493 uInt sourlo=DFWWORD(df, 1); \
503 uInt sourhi=DFWORD(df, 0); \
504 uInt sourlo=DFWORD(df, 1); \
512 uInt sourhi=DFWWORD(df, 0); \
513 uInt sourmh=DFWWORD(df, 1); \
514 uInt sourml=DFWWORD(df, 2); \
515 uInt sourlo=DFWWORD(df, 3); \
531 uInt sourhi=DFWORD(df, 0); \
532 uInt sourmh=DFWORD(df, 1); \
533 uInt sourml=DFWORD(df, 2); \
534 uInt sourlo=DFWORD(df, 3); \
552 /* a base-billion uInt array, with the least-significant */
565 uInt sourhi=DFWORD(df, 0); \
572 uInt sourhi, sourlo; \
584 uInt sourhi, sourmh, sourml, sourlo; \
605 /* a base-thousand uInt array (of size DECLETS+1, to allow for */
612 uInt sourhi=DFWORD(df, 0); \
619 uInt sourhi, sourlo; \
631 uInt sourhi, sourmh, sourml, sourlo; \
652 /* add to a base-thousand uInt array (as for GETCOEFFTHOU). */
657 uInt sourhi=DFWORD(df, 0); \
666 uInt sourhi, sourlo; \
683 uInt sourhi, sourmh, sourml, sourlo; \