Home | History | Annotate | Download | only in priv

Lines Matching refs:byte3

615       UInt byte3  = 0x80 | klmnop;
617 retval = (byte1 << 16) | (byte2 << 8) | byte3;
627 UInt byte3 = 0x80 | ijklmn;
630 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4;
697 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
735 (byte3 < 0x80 || byte3 > 0xbf)) {
743 (byte3 < 0x80 || byte3 > 0xbf)) {
750 (byte3 < 0x80 || byte3 > 0xbf)) {
760 UInt klmnop = byte3 & 0x3f;
772 (byte3 < 0x80 || byte3 > 0xbf) ||
780 (byte3 < 0x80 || byte3 > 0xbf) ||
788 (byte3 < 0x80 || byte3 > 0xbf) ||
801 UInt ij = (byte3 >> 4) & 0x3;
802 UInt klmn = byte3 & 0xf;
829 s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
832 return s390_do_cu12_cu14_helper2(byte1, byte2, byte3, byte4, stuff,
837 s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
840 return s390_do_cu12_cu14_helper2(byte1, byte2, byte3, byte4, stuff,