Home | History | Annotate | Download | only in priv

Lines Matching defs:byte3

572       UInt byte3  = 0x80 | klmnop;
574 retval = (byte1 << 16) | (byte2 << 8) | byte3;
584 UInt byte3 = 0x80 | ijklmn;
587 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4;
654 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
692 (byte3 < 0x80 || byte3 > 0xbf)) {
700 (byte3 < 0x80 || byte3 > 0xbf)) {
707 (byte3 < 0x80 || byte3 > 0xbf)) {
717 UInt klmnop = byte3 & 0x3f;
729 (byte3 < 0x80 || byte3 > 0xbf) ||
737 (byte3 < 0x80 || byte3 > 0xbf) ||
745 (byte3 < 0x80 || byte3 > 0xbf) ||
758 UInt ij = (byte3 >> 4) & 0x3;
759 UInt klmn = byte3 & 0xf;
786 s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
789 return s390_do_cu12_cu14_helper2(byte1, byte2, byte3, byte4, stuff,
794 s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
797 return s390_do_cu12_cu14_helper2(byte1, byte2, byte3, byte4, stuff,