woffset          1873 src/dps8/dps8_utils.c static word36 extrASCII36 (uint8 * bits, uint woffset)
woffset          1875 src/dps8/dps8_utils.c     uint8 * p = bits + woffset * 4;
woffset          1895 src/dps8/dps8_utils.c word36 extr36 (uint8 * bits, uint woffset)
woffset          1897 src/dps8/dps8_utils.c     uint isOdd = woffset % 2;
woffset          1898 src/dps8/dps8_utils.c     uint dwoffset = woffset / 2;
woffset          1922 src/dps8/dps8_utils.c static void putASCII36 (word36 val, uint8 * bits, uint woffset)
woffset          1924 src/dps8/dps8_utils.c     uint8 * p = bits + woffset * 4;
woffset          1931 src/dps8/dps8_utils.c void put36 (word36 val, uint8 * bits, uint woffset)
woffset          1933 src/dps8/dps8_utils.c     uint isOdd = woffset % 2;
woffset          1934 src/dps8/dps8_utils.c     uint dwoffset = woffset / 2;
woffset           882 src/dps8/dps8_utils.h word36 extr36 (uint8 * bits, uint woffset);
woffset           883 src/dps8/dps8_utils.h void put36 (word36 val, uint8 * bits, uint woffset);