getbits36_9 1498 src/dps8/dps8_console.c getbits36_9 201 src/dps8/dps8_eis.c return getbits36_9 (w, 0); getbits36_9 204 src/dps8/dps8_eis.c return getbits36_9 (w, 9); getbits36_9 207 src/dps8/dps8_eis.c return getbits36_9 (w, 18); getbits36_9 210 src/dps8/dps8_eis.c return getbits36_9 (w, 27); getbits36_9 3028 src/dps8/dps8_eis.c word9 fill = getbits36_9 (cpu.cu.IWB, 0); getbits36_9 3548 src/dps8/dps8_eis.c uint mask = (uint) getbits36_9 (cpu.cu.IWB, 0); getbits36_9 3720 src/dps8/dps8_eis.c uint mask = (uint) getbits36_9 (cpu.cu.IWB, 0); getbits36_9 4384 src/dps8/dps8_eis.c word9 fill = getbits36_9 (cpu.cu.IWB, 0); getbits36_9 4782 src/dps8/dps8_eis.c word9 fill = getbits36_9 (cpu.cu.IWB, 0); getbits36_9 7166 src/dps8/dps8_eis.c word9 fill = getbits36_9 (cpu.cu.IWB, 0); getbits36_9 218 src/dps8/dps8_fnp2_iomcmd.c uint d1 = getbits36_9 (command_data[0], 0); getbits36_9 219 src/dps8/dps8_fnp2_iomcmd.c uint d2 = getbits36_9 (command_data[0], 9); getbits36_9 294 src/dps8/dps8_fnp2_iomcmd.c word9 c1 = getbits36_9 (command_data[0], 27); getbits36_9 296 src/dps8/dps8_fnp2_iomcmd.c word9 c3 = getbits36_9 (command_data[1], 9); getbits36_9 317 src/dps8/dps8_fnp2_iomcmd.c word9 c1 = getbits36_9 (command_data[0], 27); getbits36_9 319 src/dps8/dps8_fnp2_iomcmd.c word9 c3 = getbits36_9 (command_data[1], 9); getbits36_9 616 src/dps8/dps8_fnp2_iomcmd.c uint suspendLen = getbits36_9 (suspendStr, 0); getbits36_9 628 src/dps8/dps8_fnp2_iomcmd.c uint resumeLen = getbits36_9 (resumeStr, 0); getbits36_9 649 src/dps8/dps8_fnp2_iomcmd.c uint suspendLen = getbits36_9 (suspendStr, 0); getbits36_9 661 src/dps8/dps8_fnp2_iomcmd.c uint resumeLen = getbits36_9 (resumeStr, 0); getbits36_9 677 src/dps8/dps8_fnp2_iomcmd.c uint subtype = getbits36_9 (command_data[0], 0); getbits36_9 758 src/dps8/dps8_fnp2_iomcmd.c uint idx = getbits36_9 (command_data[0], 9); getbits36_9 1146 src/dps8/dps8_fnp2_iomcmd.c byte = getbits36_9 (word, byteOff * 9); getbits36_9 1203 src/dps8/dps8_fnp2_iomcmd.c uint dcwCnt = getbits36_9 (data, 27); getbits36_9 1216 src/dps8/dps8_fnp2_iomcmd.c uint tally = getbits36_9 (dcw, 27); getbits36_9 1352 src/dps8/dps8_fnp2_iomcmd.c decoded_p->op_code = getbits36_9 (word2, 18); getbits36_9 1353 src/dps8/dps8_fnp2_iomcmd.c uint io_cmd = getbits36_9 (word2, 27); getbits36_9 1431 src/dps8/dps8_fnp2_iomcmd.c uint op_code = getbits36_9 (word2, 18); getbits36_9 1432 src/dps8/dps8_fnp2_iomcmd.c uint io_cmd = getbits36_9 (word2, 27); getbits36_9 7141 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 382 src/dps8/dps8_prt.c return (word9) getbits36_9 (b[wordno], charno * 9); getbits36_9 484 src/dps8/dps8_prt.c if (getbits36_9 (buffer[0], 0) != 037) getbits36_9 486 src/dps8/dps8_prt.c if (getbits36_9 (buffer[0], 9) != 014) getbits36_9 488 src/dps8/dps8_prt.c word9 ch = getbits36_9 (buffer[0], 18); getbits36_9 491 src/dps8/dps8_prt.c ch = getbits36_9 (buffer[0], 27); getbits36_9 494 src/dps8/dps8_prt.c ch = getbits36_9 (buffer[1], 0); getbits36_9 497 src/dps8/dps8_prt.c ch = getbits36_9 (buffer[1], 9); getbits36_9 500 src/dps8/dps8_prt.c ch = getbits36_9 (buffer[1], 18); getbits36_9 503 src/dps8/dps8_prt.c if (getbits36_9 (buffer[1], 27) != 037) getbits36_9 505 src/dps8/dps8_prt.c if (getbits36_9 (buffer[2], 0) != 005) getbits36_9 421 src/dps8/dps8_socket_dev.c word9 cnt = getbits36_9 (buffer [0], 27); getbits36_9 430 src/dps8/dps8_socket_dev.c getbits36_9 450 src/dps8/dps8_socket_dev.c word9 ch = getbits36_9 (buffer[wordno], offset);