getbits36_9      1507 src/dps8/dps8_console.c 
getbits36_9       197 src/dps8/dps8_eis.c          return getbits36_9 (w, 0);
getbits36_9       200 src/dps8/dps8_eis.c          return getbits36_9 (w, 9);
getbits36_9       203 src/dps8/dps8_eis.c          return getbits36_9 (w, 18);
getbits36_9       206 src/dps8/dps8_eis.c          return getbits36_9 (w, 27);
getbits36_9      3064 src/dps8/dps8_eis.c     word9 fill = getbits36_9 (cpu.cu.IWB, 0);
getbits36_9      3584 src/dps8/dps8_eis.c     uint mask = (uint) getbits36_9 (cpu.cu.IWB, 0);
getbits36_9      3756 src/dps8/dps8_eis.c     uint mask = (uint) getbits36_9 (cpu.cu.IWB, 0);
getbits36_9      4420 src/dps8/dps8_eis.c     word9 fill = getbits36_9 (cpu.cu.IWB, 0);
getbits36_9      4822 src/dps8/dps8_eis.c     word9 fill = getbits36_9 (cpu.cu.IWB, 0);
getbits36_9      7220 src/dps8/dps8_eis.c     word9 fill = getbits36_9 (cpu.cu.IWB, 0);
getbits36_9       220 src/dps8/dps8_fnp2_iomcmd.c             uint d1 = getbits36_9 (command_data[0], 0);
getbits36_9       221 src/dps8/dps8_fnp2_iomcmd.c             uint d2 = getbits36_9 (command_data[0], 9);
getbits36_9       300 src/dps8/dps8_fnp2_iomcmd.c                     word9 c1 = getbits36_9 (command_data[0], 27);
getbits36_9       302 src/dps8/dps8_fnp2_iomcmd.c                     word9 c3 = getbits36_9 (command_data[1], 9);
getbits36_9       323 src/dps8/dps8_fnp2_iomcmd.c                     word9 c1 = getbits36_9 (command_data[0], 27);
getbits36_9       325 src/dps8/dps8_fnp2_iomcmd.c                     word9 c3 = getbits36_9 (command_data[1], 9);
getbits36_9       627 src/dps8/dps8_fnp2_iomcmd.c             uint suspendLen = getbits36_9 (suspendStr, 0);
getbits36_9       640 src/dps8/dps8_fnp2_iomcmd.c             uint resumeLen = getbits36_9 (resumeStr, 0);
getbits36_9       663 src/dps8/dps8_fnp2_iomcmd.c             uint suspendLen = getbits36_9 (suspendStr, 0);
getbits36_9       676 src/dps8/dps8_fnp2_iomcmd.c             uint resumeLen = getbits36_9 (resumeStr, 0);
getbits36_9       694 src/dps8/dps8_fnp2_iomcmd.c             uint subtype = getbits36_9 (command_data[0], 0);
getbits36_9       783 src/dps8/dps8_fnp2_iomcmd.c                     uint idx =  getbits36_9 (command_data[0], 9);
getbits36_9      1192 src/dps8/dps8_fnp2_iomcmd.c          byte = getbits36_9 (word, byteOff * 9);
getbits36_9      1255 src/dps8/dps8_fnp2_iomcmd.c     uint dcwCnt = getbits36_9 (data, 27);
getbits36_9      1268 src/dps8/dps8_fnp2_iomcmd.c         uint tally = getbits36_9 (dcw, 27);
getbits36_9      1410 src/dps8/dps8_fnp2_iomcmd.c     decoded_p->op_code = getbits36_9 (word2, 18);
getbits36_9      1411 src/dps8/dps8_fnp2_iomcmd.c     uint io_cmd = getbits36_9 (word2, 27);
getbits36_9      1492 src/dps8/dps8_fnp2_iomcmd.c     uint op_code = getbits36_9 (word2, 18);
getbits36_9      1493 src/dps8/dps8_fnp2_iomcmd.c     uint io_cmd = getbits36_9 (word2, 27);
getbits36_9      7476 src/dps8/dps8_ins.c                     cpu.MR.OPCODE = getbits36_9 (cpu.CY, 18);
getbits36_9       849 src/dps8/dps8_mgp.c       dest[j] = getbits36_9(buf[MGP_PACKET_HEADER_SIZE + j / 4], ( j % 4 ) * 9);
getbits36_9       875 src/dps8/dps8_mgp.c       cks += getbits36_9(buf[j / 4], ( j % 4 ) * 9);
getbits36_9       939 src/dps8/dps8_mgp.c   int checksum        = getbits36_9(buf[0],  0);
getbits36_9       940 src/dps8/dps8_mgp.c   int id              = getbits36_9(buf[0],  9);
getbits36_9       941 src/dps8/dps8_mgp.c   int pktype          = getbits36_9(buf[0], 18);
getbits36_9       958 src/dps8/dps8_mgp.c   int framenr         = getbits36_9(buf[1],  0);
getbits36_9       959 src/dps8/dps8_mgp.c   int rcpt            = getbits36_9(buf[1],  9);
getbits36_9       960 src/dps8/dps8_mgp.c   int pknr            = getbits36_9(buf[1], 18);
getbits36_9       961 src/dps8/dps8_mgp.c   int acknr           = getbits36_9(buf[1], 27);
getbits36_9       969 src/dps8/dps8_mgp.c   int bytecount  =     ( getbits36_9(buf[2],  0) & 0xff )
getbits36_9       970 src/dps8/dps8_mgp.c                     | (( getbits36_9(buf[2],  9) & 0xff ) << 8 );
getbits36_9       971 src/dps8/dps8_mgp.c   int srcprc     =     ( getbits36_9(buf[2], 18) & 0xff )
getbits36_9       972 src/dps8/dps8_mgp.c                     | (( getbits36_9(buf[2], 27) & 0xff ) << 8 );
getbits36_9       977 src/dps8/dps8_mgp.c   int dstprc     =     ( getbits36_9(buf[3],  0) & 0xff )
getbits36_9       978 src/dps8/dps8_mgp.c                     | (( getbits36_9(buf[3],  9) & 0xff ) << 8 );
getbits36_9       979 src/dps8/dps8_mgp.c   int chopcode   =       getbits36_9(buf[3], 18);
getbits36_9       980 src/dps8/dps8_mgp.c   int mbz        =       getbits36_9(buf[3], 27);
getbits36_9      1074 src/dps8/dps8_mgp.c       int b0  = getbits36_9  (buf[i],  0);
getbits36_9      1075 src/dps8/dps8_mgp.c       int b1  = getbits36_9  (buf[i],  9);
getbits36_9      1076 src/dps8/dps8_mgp.c       int b2  = getbits36_9  (buf[i], 18);
getbits36_9      1077 src/dps8/dps8_mgp.c       int b3  = getbits36_9  (buf[i], 27);
getbits36_9       379 src/dps8/dps8_prt.c     return (word9) getbits36_9 (b[wordno], charno * 9);
getbits36_9       481 src/dps8/dps8_prt.c     if (getbits36_9 (buffer[0], 0) != 037)
getbits36_9       483 src/dps8/dps8_prt.c     if (getbits36_9 (buffer[0], 9) != 014)
getbits36_9       485 src/dps8/dps8_prt.c     word9 ch = getbits36_9 (buffer[0], 18);
getbits36_9       488 src/dps8/dps8_prt.c     ch = getbits36_9 (buffer[0], 27);
getbits36_9       491 src/dps8/dps8_prt.c     ch = getbits36_9 (buffer[1], 0);
getbits36_9       494 src/dps8/dps8_prt.c     ch = getbits36_9 (buffer[1], 9);
getbits36_9       497 src/dps8/dps8_prt.c     ch = getbits36_9 (buffer[1], 18);
getbits36_9       500 src/dps8/dps8_prt.c     if (getbits36_9 (buffer[1], 27) != 037)
getbits36_9       502 src/dps8/dps8_prt.c     if (getbits36_9 (buffer[2], 0) != 005)
getbits36_9       418 src/dps8/dps8_socket_dev.c     word9 cnt = getbits36_9 (buffer [0], 27);
getbits36_9       427 src/dps8/dps8_socket_dev.c 
getbits36_9       447 src/dps8/dps8_socket_dev.c          word9 ch = getbits36_9 (buffer[wordno], offset);