woffset 1765 src/dps8/dps8_utils.c static word36 extrASCII36 (uint8 * bits, uint woffset) woffset 1767 src/dps8/dps8_utils.c uint8 * p = bits + woffset * 4; woffset 1787 src/dps8/dps8_utils.c word36 extr36 (uint8 * bits, uint woffset) woffset 1789 src/dps8/dps8_utils.c uint isOdd = woffset % 2; woffset 1790 src/dps8/dps8_utils.c uint dwoffset = woffset / 2; woffset 1814 src/dps8/dps8_utils.c static void putASCII36 (word36 val, uint8 * bits, uint woffset) woffset 1816 src/dps8/dps8_utils.c uint8 * p = bits + woffset * 4; woffset 1823 src/dps8/dps8_utils.c void put36 (word36 val, uint8 * bits, uint woffset) woffset 1825 src/dps8/dps8_utils.c uint isOdd = woffset % 2; woffset 1826 src/dps8/dps8_utils.c uint dwoffset = woffset / 2; woffset 881 src/dps8/dps8_utils.h word36 extr36 (uint8 * bits, uint woffset); woffset 882 src/dps8/dps8_utils.h void put36 (word36 val, uint8 * bits, uint woffset);