• Home
  • Raw
  • Download

Lines Matching refs:byte2

606       UInt byte2  = (0x80 | klmnop);  in s390_do_cu41()  local
608 retval = (byte1 << 8) | byte2; in s390_do_cu41()
616 UInt byte2 = 0x80 | efghij; in s390_do_cu41() local
619 retval = (byte1 << 16) | (byte2 << 8) | byte3; in s390_do_cu41()
628 UInt byte2 = 0x80 | (xy << 4) | efgh; in s390_do_cu41() local
632 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4; in s390_do_cu41()
699 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, in s390_do_cu12_cu14_helper2() argument
717 if (byte2 < 0x80 || byte2 > 0xbf) { in s390_do_cu12_cu14_helper2()
725 UInt klmnop = byte2 & 0x3f; in s390_do_cu12_cu14_helper2()
736 if ((byte2 < 0xa0 || byte2 > 0xbf) || in s390_do_cu12_cu14_helper2()
744 if ((byte2 < 0x80 || byte2 > 0xbf) || in s390_do_cu12_cu14_helper2()
751 if ((byte2 < 0x80 || byte2 > 0x9f) || in s390_do_cu12_cu14_helper2()
761 UInt efghij = byte2 & 0x3f; in s390_do_cu12_cu14_helper2()
773 if ((byte2 < 0x90 || byte2 > 0xbf) || in s390_do_cu12_cu14_helper2()
781 if ((byte2 < 0x80 || byte2 > 0xbf) || in s390_do_cu12_cu14_helper2()
789 if ((byte2 < 0x80 || byte2 > 0x8f) || in s390_do_cu12_cu14_helper2()
800 UInt xy = (byte2 >> 4) & 0x3; in s390_do_cu12_cu14_helper2()
802 UInt efgh = byte2 & 0xf; in s390_do_cu12_cu14_helper2()
831 s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, in s390_do_cu12_helper2() argument
834 return s390_do_cu12_cu14_helper2(byte1, byte2, byte3, byte4, stuff, in s390_do_cu12_helper2()
839 s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, in s390_do_cu14_helper2() argument
842 return s390_do_cu12_cu14_helper2(byte1, byte2, byte3, byte4, stuff, in s390_do_cu14_helper2()