woffset          1742 src/dps8/dps8_utils.c static word36 extrASCII36 (uint8 * bits, uint woffset)
woffset          1744 src/dps8/dps8_utils.c     uint8 * p = bits + woffset * 4;
woffset          1764 src/dps8/dps8_utils.c word36 extr36 (uint8 * bits, uint woffset)
woffset          1766 src/dps8/dps8_utils.c     uint isOdd = woffset % 2;
woffset          1767 src/dps8/dps8_utils.c     uint dwoffset = woffset / 2;
woffset          1791 src/dps8/dps8_utils.c static void putASCII36 (word36 val, uint8 * bits, uint woffset)
woffset          1793 src/dps8/dps8_utils.c     uint8 * p = bits + woffset * 4;
woffset          1800 src/dps8/dps8_utils.c void put36 (word36 val, uint8 * bits, uint woffset)
woffset          1802 src/dps8/dps8_utils.c     uint isOdd = woffset % 2;
woffset          1803 src/dps8/dps8_utils.c     uint dwoffset = woffset / 2;
woffset           884 src/dps8/dps8_utils.h word36 extr36 (uint8 * bits, uint woffset);
woffset           885 src/dps8/dps8_utils.h void put36 (word36 val, uint8 * bits, uint woffset);