Lines Matching refs:uInt
77 #define uInt uint32_t
100 uInt u0, u1, v0, v1, w0, w1, w2, t; \
119 /* aliasing or alignment (as did the UINTAT simple cast to uInt). */
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*. */
145 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
287 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */
323 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
324 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
394 /* Macros to test if a certain 10 bits of a uInt or pair of uInts */
396 /* declet is at offset 0 (from the right) in a uInt: */
398 /* declet is at offset k (a multiple of 2) in a uInt: */
400 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
402 /* [the top 2 bits will always be in the more-significant uInt] */
405 || ((lo)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
444 /* Get the MSD similarly (as uInt) */
456 /* In-line sequence to convert least significant 10 bits of uInt */
480 uInt sourhi=DFWORD(df, 0); \
485 uInt sourhi=DFWWORD(df, 0); \
486 uInt sourlo=DFWWORD(df, 1); \
496 uInt sourhi=DFWORD(df, 0); \
497 uInt sourlo=DFWORD(df, 1); \
505 uInt sourhi=DFWWORD(df, 0); \
506 uInt sourmh=DFWWORD(df, 1); \
507 uInt sourml=DFWWORD(df, 2); \
508 uInt sourlo=DFWWORD(df, 3); \
524 uInt sourhi=DFWORD(df, 0); \
525 uInt sourmh=DFWORD(df, 1); \
526 uInt sourml=DFWORD(df, 2); \
527 uInt sourlo=DFWORD(df, 3); \
545 /* a base-billion uInt array, with the least-significant */
558 uInt sourhi=DFWORD(df, 0); \
565 uInt sourhi, sourlo; \
577 uInt sourhi, sourmh, sourml, sourlo; \
598 /* a base-thousand uInt array (of size DECLETS+1, to allow for */
605 uInt sourhi=DFWORD(df, 0); \
612 uInt sourhi, sourlo; \
624 uInt sourhi, sourmh, sourml, sourlo; \
645 /* add to a base-thousand uInt array (as for GETCOEFFTHOU). */
650 uInt sourhi=DFWORD(df, 0); \
659 uInt sourhi, sourlo; \
676 uInt sourhi, sourmh, sourml, sourlo; \