getbits36_9 1522 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 7231 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 7541 src/dps8/dps8_ins.c cpu.MR.OPCODE = getbits36_9 (cpu.CY, 18); getbits36_9 853 src/dps8/dps8_mgp.c dest[j] = getbits36_9(buf[MGP_PACKET_HEADER_SIZE + j / 4], ( j % 4 ) * 9); getbits36_9 879 src/dps8/dps8_mgp.c cks += getbits36_9(buf[j / 4], ( j % 4 ) * 9); getbits36_9 943 src/dps8/dps8_mgp.c int checksum = getbits36_9(buf[0], 0); getbits36_9 944 src/dps8/dps8_mgp.c int id = getbits36_9(buf[0], 9); getbits36_9 945 src/dps8/dps8_mgp.c int pktype = getbits36_9(buf[0], 18); getbits36_9 962 src/dps8/dps8_mgp.c int framenr = getbits36_9(buf[1], 0); getbits36_9 963 src/dps8/dps8_mgp.c int rcpt = getbits36_9(buf[1], 9); getbits36_9 964 src/dps8/dps8_mgp.c int pknr = getbits36_9(buf[1], 18); getbits36_9 965 src/dps8/dps8_mgp.c int acknr = getbits36_9(buf[1], 27); getbits36_9 973 src/dps8/dps8_mgp.c int bytecount = ( getbits36_9(buf[2], 0) & 0xff ) getbits36_9 974 src/dps8/dps8_mgp.c | (( getbits36_9(buf[2], 9) & 0xff ) << 8 ); getbits36_9 975 src/dps8/dps8_mgp.c int srcprc = ( getbits36_9(buf[2], 18) & 0xff ) getbits36_9 976 src/dps8/dps8_mgp.c | (( getbits36_9(buf[2], 27) & 0xff ) << 8 ); getbits36_9 981 src/dps8/dps8_mgp.c int dstprc = ( getbits36_9(buf[3], 0) & 0xff ) getbits36_9 982 src/dps8/dps8_mgp.c | (( getbits36_9(buf[3], 9) & 0xff ) << 8 ); getbits36_9 983 src/dps8/dps8_mgp.c int chopcode = getbits36_9(buf[3], 18); getbits36_9 984 src/dps8/dps8_mgp.c int mbz = getbits36_9(buf[3], 27); getbits36_9 1078 src/dps8/dps8_mgp.c int b0 = getbits36_9 (buf[i], 0); getbits36_9 1079 src/dps8/dps8_mgp.c int b1 = getbits36_9 (buf[i], 9); getbits36_9 1080 src/dps8/dps8_mgp.c int b2 = getbits36_9 (buf[i], 18); getbits36_9 1081 src/dps8/dps8_mgp.c int b3 = getbits36_9 (buf[i], 27); getbits36_9 383 src/dps8/dps8_prt.c return (word9) getbits36_9 (b[wordno], charno * 9); getbits36_9 485 src/dps8/dps8_prt.c if (getbits36_9 (buffer[0], 0) != 037) getbits36_9 487 src/dps8/dps8_prt.c if (getbits36_9 (buffer[0], 9) != 014) getbits36_9 489 src/dps8/dps8_prt.c word9 ch = getbits36_9 (buffer[0], 18); getbits36_9 492 src/dps8/dps8_prt.c ch = getbits36_9 (buffer[0], 27); getbits36_9 495 src/dps8/dps8_prt.c ch = getbits36_9 (buffer[1], 0); getbits36_9 498 src/dps8/dps8_prt.c ch = getbits36_9 (buffer[1], 9); getbits36_9 501 src/dps8/dps8_prt.c ch = getbits36_9 (buffer[1], 18); getbits36_9 504 src/dps8/dps8_prt.c if (getbits36_9 (buffer[1], 27) != 037) getbits36_9 506 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);