Searched refs:ReadByte (Results 1 – 8 of 8) sorted by relevance
55 #define ReadByte(a) \ macro71 (void)ReadByte(address); in netslotread()75 return(ReadByte(address)); in netslotread()
68 #define ReadByte(a) \ macro302 return(ReadByte(address + offset)); in poduleread()
340 idrom[i] = ReadByte ( sc->sc_rom + (i<<2) ); in ieattach() 343 if ( ReadByte ( sc->sc_rom + (3<<2) ) != 0x03 ) { in ieattach() 398 if ( ReadByte(sc->sc_rom + 0) & PODULE_IRQ_PENDING ) in ieattach() 416 idrom[i] = ReadByte ( sc->sc_rom + (i<<2) ); in ieattach()
355 intr = ReadByte(sc->sc_intstat); in asc_intr()
181 public override int ReadByte() in ReadByte() method in DotZLib.GZipStream