• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/ICU-511.35/icuSources/i18n/

Lines Matching refs:uInt

74   #define uInt   uint32_t
97 uInt u0, u1, v0, v1, w0, w1, w2, t; \
116 /* aliasing or alignment (as did the UINTAT simple cast to uInt). */
120 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
124 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
142 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
282 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */
318 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
319 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
389 /* Macros to test if a certain 10 bits of a uInt or pair of uInts */
391 /* declet is at offset 0 (from the right) in a uInt: */
393 /* declet is at offset k (a multiple of 2) in a uInt: */
395 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
397 /* [the top 2 bits will always be in the more-significant uInt] */
400 || ((lo)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
439 /* Get the MSD similarly (as uInt) */
451 /* In-line sequence to convert least significant 10 bits of uInt */
475 uInt sourhi=DFWORD(df, 0); \
480 uInt sourhi=DFWWORD(df, 0); \
481 uInt sourlo=DFWWORD(df, 1); \
491 uInt sourhi=DFWORD(df, 0); \
492 uInt sourlo=DFWORD(df, 1); \
500 uInt sourhi=DFWWORD(df, 0); \
501 uInt sourmh=DFWWORD(df, 1); \
502 uInt sourml=DFWWORD(df, 2); \
503 uInt sourlo=DFWWORD(df, 3); \
519 uInt sourhi=DFWORD(df, 0); \
520 uInt sourmh=DFWORD(df, 1); \
521 uInt sourml=DFWORD(df, 2); \
522 uInt sourlo=DFWORD(df, 3); \
540 /* a base-billion uInt array, with the least-significant */
553 uInt sourhi=DFWORD(df, 0); \
560 uInt sourhi, sourlo; \
572 uInt sourhi, sourmh, sourml, sourlo; \
593 /* a base-thousand uInt array (of size DECLETS+1, to allow for */
600 uInt sourhi=DFWORD(df, 0); \
607 uInt sourhi, sourlo; \
619 uInt sourhi, sourmh, sourml, sourlo; \
640 /* add to a base-thousand uInt array (as for GETCOEFFTHOU). */
645 uInt sourhi=DFWORD(df, 0); \
654 uInt sourhi, sourlo; \
671 uInt sourhi, sourmh, sourml, sourlo; \