1 2 3 "BEGIN INCLUDE FILE its.incl.alm 4 5 6 "Created 09/30/81 0830.8 edt Wed by convert_include_file, 7 " Version of 04/19/81 1450.7 edt Sun. 8 9 "Made from >udd>Multics>Kittlitz>hc>its.incl.pl1, 10 " modified 09/30/81 0830.7 edt Wed 11 12 " 13 " Structure its 14 " 15 equ its_size,2 16 17 equ its.segno_word,0 18 equ its.segno_shift,18 19 bool its.segno_mask,077777 20 equ its.ringno_word,0 21 equ its.ringno_shift,15 22 bool its.ringno_mask,000007 23 equ its.its_mod_word,0 24 equ its.its_mod_shift,0 25 bool its.its_mod_mask,000077 26 27 equ its.offset,1 " UPPER 28 equ its.bit_offset_word,1 29 equ its.bit_offset_shift,9 30 bool its.bit_offset_mask,000077 31 equ its.mod_word,1 32 equ its.mod_shift,0 33 bool its.mod_mask,000077 34 35 " 36 " Structure itp 37 " 38 equ itp_size,2 39 40 equ itp.pr_no_word,0 41 equ itp.pr_no_shift,33 42 bool itp.pr_no_mask,000007 43 equ itp.itp_mod_word,0 44 equ itp.itp_mod_shift,0 45 bool itp.itp_mod_mask,000077 46 47 equ itp.offset,1 " UPPER 48 equ itp.bit_offset_word,1 49 equ itp.bit_offset_shift,9 50 bool itp.bit_offset_mask,000077 51 equ itp.mod_word,1 52 equ itp.mod_shift,0 53 bool itp.mod_mask,000077 54 55 " 56 " Structure its_unsigned 57 " 58 equ its_unsigned_size,2 59 60 equ its_unsigned.segno_word,0 61 equ its_unsigned.segno_shift,18 62 bool its_unsigned.segno_mask,077777 63 equ its_unsigned.ringno_word,0 64 equ its_unsigned.ringno_shift,15 65 bool its_unsigned.ringno_mask,000007 66 equ its_unsigned.its_mod_word,0 67 equ its_unsigned.its_mod_shift,0 68 bool its_unsigned.its_mod_mask,000077 69 70 equ its_unsigned.offset,1 " UPPER 71 equ its_unsigned.bit_offset_word,1 72 equ its_unsigned.bit_offset_shift,9 73 bool its_unsigned.bit_offset_mask,000077 74 equ its_unsigned.mod_word,1 75 equ its_unsigned.mod_shift,0 76 bool its_unsigned.mod_mask,000077 77 78 " 79 " Structure itp_unsigned 80 " 81 equ itp_unsigned_size,2 82 83 equ itp_unsigned.pr_no_word,0 84 equ itp_unsigned.pr_no_shift,33 85 bool itp_unsigned.pr_no_mask,000007 86 equ itp_unsigned.itp_mod_word,0 87 equ itp_unsigned.itp_mod_shift,0 88 bool itp_unsigned.itp_mod_mask,000077 89 90 equ itp_unsigned.offset,1 " UPPER 91 equ itp_unsigned.bit_offset_word,1 92 equ itp_unsigned.bit_offset_shift,9 93 bool itp_unsigned.bit_offset_mask,000077 94 equ itp_unsigned.mod_word,1 95 equ itp_unsigned.mod_shift,0 96 bool itp_unsigned.mod_mask,000077 97 98 "END INCLUDE FILE its.incl.alm