Lines Matching defs: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')
285 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */
321 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
322 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
392 /* Macros to test if a certain 10 bits of a uInt or pair of uInts */
394 /* declet is at offset 0 (from the right) in a uInt: */
396 /* declet is at offset k (a multiple of 2) in a uInt: */
398 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
400 /* [the top 2 bits will always be in the more-significant uInt] */
403 || ((lo)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
442 /* Get the MSD similarly (as uInt) */
454 /* In-line sequence to convert least significant 10 bits of uInt */
478 uInt sourhi=DFWORD(df, 0); \
483 uInt sourhi=DFWWORD(df, 0); \
484 uInt sourlo=DFWWORD(df, 1); \
494 uInt sourhi=DFWORD(df, 0); \
495 uInt sourlo=DFWORD(df, 1); \
503 uInt sourhi=DFWWORD(df, 0); \
504 uInt sourmh=DFWWORD(df, 1); \
505 uInt sourml=DFWWORD(df, 2); \
506 uInt sourlo=DFWWORD(df, 3); \
522 uInt sourhi=DFWORD(df, 0); \
523 uInt sourmh=DFWORD(df, 1); \
524 uInt sourml=DFWORD(df, 2); \
525 uInt sourlo=DFWORD(df, 3); \
543 /* a base-billion uInt array, with the least-significant */
556 uInt sourhi=DFWORD(df, 0); \
563 uInt sourhi, sourlo; \
575 uInt sourhi, sourmh, sourml, sourlo; \
596 /* a base-thousand uInt array (of size DECLETS+1, to allow for */
603 uInt sourhi=DFWORD(df, 0); \
610 uInt sourhi, sourlo; \
622 uInt sourhi, sourmh, sourml, sourlo; \
643 /* add to a base-thousand uInt array (as for GETCOEFFTHOU). */
648 uInt sourhi=DFWORD(df, 0); \
657 uInt sourhi, sourlo; \
674 uInt sourhi, sourmh, sourml, sourlo; \