Lines Matching refs:UShort

227    to a UShort.  Regardless of endianness of the underlying machine,
245 UShort u16s[FI_LINE_SZB / 8]; /* each UShort covers 8 bytes */
447 UShort descrs[N_LINE_TREES];
1127 static UChar descr_to_validbits ( UShort descr )
1132 ( (UShort) ( ( (b8_7) << 14) | ( (b8_6) << 13) | \
1243 static Bool is_sane_Descr ( UShort descr ) {
1247 static void sprintf_Descr ( /*OUT*/HChar* dst, UShort descr ) {
1280 static Bool is_sane_Descr_and_Tree ( UShort descr, SVal* tree ) {
1315 UShort descr = cl->descrs[tno];
1327 static UShort normalise_tree ( /*MOD*/SVal* tree )
1329 UShort descr;
1415 UShort descr = src->descrs[tno];
1767 static UShort pulldown_to_32 ( /*MOD*/SVal* tree, UWord toff, UShort descr ) {
1782 static UShort pulldown_to_16 ( /*MOD*/SVal* tree, UWord toff, UShort descr ) {
1809 static UShort pulldown_to_8 ( /*MOD*/SVal* tree, UWord toff, UShort descr ) {
1855 static UShort pullup_descr_to_16 ( UShort descr, UWord toff ) {
1856 UShort mask;
1888 static UShort pullup_descr_to_32 ( UShort descr, UWord toff ) {
1889 UShort mask;
1917 static Bool valid_value_is_above_me_32 ( UShort descr, UWord toff ) {
1926 static Bool valid_value_is_below_me_16 ( UShort descr, UWord toff ) {
3571 UShort mask = 0x3 << (2 * (a & 7));
3575 UShort u16 = line->u16s[loff];
3648 UShort u16;
3669 UShort mask = 0xFFFF << (16 - 2*hiB);
3753 UShort mask = 0xFFFF >> (16 - 2*loB);
3778 UShort mask = 0xAAAA;
3781 UShort u16 = line->u16s[loff];
3806 UShort mask = 0xAA << (2 * (a & 4)); /* 0xAA00 or 0x00AA */
3809 UShort u16 = line->u16s[loff];
3834 UShort mask = 0xA << (2 * (a & 6));
3838 UShort u16 = line->u16s[loff];
3861 UShort mask = 0x2 << (2 * (a & 7));
3865 UShort u16 = line->u16s[loff];
3893 UShort mask = 0xFFFF;
3896 UShort u16 = line->u16s[loff];
3921 UShort mask = 0xFF << (2 * (a & 4)); /* 0xFF00 or 0x00FF */
3924 UShort u16 = line->u16s[loff];
3949 UShort mask = 0xF << (2 * (a & 6));
3953 UShort u16 = line->u16s[loff];
3976 UShort mask = 0x3 << (2 * (a & 7));
3980 UShort u16 = line->u16s[loff];
5252 UShort descr;
5276 UShort descr;
5302 UShort descr;
5336 UShort descr;
5372 UShort descr;
5406 UShort descr;
5443 UShort descr;
5471 UShort descr;
5500 UShort descr;
5523 UShort descr;
5563 UShort descr;
5635 UShort descr;
6981 UShort descr = copy.descrs[tno];