Home | History | Annotate | Download | only in priv

Lines Matching defs:byte2

606       UInt byte2  = (0x80 | klmnop);
608 retval = (byte1 << 8) | byte2;
616 UInt byte2 = 0x80 | efghij;
619 retval = (byte1 << 16) | (byte2 << 8) | byte3;
628 UInt byte2 = 0x80 | (xy << 4) | efgh;
632 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4;
685 /* The function performs a CU12 or CU14 operation. BYTE1, BYTE2, etc are the
699 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
717 if (byte2 < 0x80 || byte2 > 0xbf) {
725 UInt klmnop = byte2 & 0x3f;
736 if ((byte2 < 0xa0 || byte2 > 0xbf) ||
744 if ((byte2 < 0x80 || byte2 > 0xbf) ||
751 if ((byte2 < 0x80 || byte2 > 0x9f) ||
761 UInt efghij = byte2 & 0x3f;
773 if ((byte2 < 0x90 || byte2 > 0xbf) ||
781 if ((byte2 < 0x80 || byte2 > 0xbf) ||
789 if ((byte2 < 0x80 || byte2 > 0x8f) ||
800 UInt xy = (byte2 >> 4) & 0x3;
802 UInt efgh = byte2 & 0xf;
831 s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
834 return s390_do_cu12_cu14_helper2(byte1, byte2, byte3, byte4, stuff,
839 s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
842 return s390_do_cu12_cu14_helper2(byte1, byte2, byte3, byte4, stuff,