woffset          1766 src/dps8/dps8_utils.c static word36 extrASCII36 (uint8 * bits, uint woffset)
woffset          1768 src/dps8/dps8_utils.c     uint8 * p = bits + woffset * 4;
woffset          1788 src/dps8/dps8_utils.c word36 extr36 (uint8 * bits, uint woffset)
woffset          1790 src/dps8/dps8_utils.c     uint isOdd = woffset % 2;
woffset          1791 src/dps8/dps8_utils.c     uint dwoffset = woffset / 2;
woffset          1815 src/dps8/dps8_utils.c static void putASCII36 (word36 val, uint8 * bits, uint woffset)
woffset          1817 src/dps8/dps8_utils.c     uint8 * p = bits + woffset * 4;
woffset          1824 src/dps8/dps8_utils.c void put36 (word36 val, uint8 * bits, uint woffset)
woffset          1826 src/dps8/dps8_utils.c     uint isOdd = woffset % 2;
woffset          1827 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);