HomeSort by: relevance | last modified time | path
    Searched refs:ReadByte (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/acorn32/podulebus/
netslot.c 55 #define ReadByte(a) \
71 (void)ReadByte(address);
75 return(ReadByte(address));
podulebus.c 68 #define ReadByte(a) \
302 return(ReadByte(address + offset));
asc.c 355 intr = ReadByte(sc->sc_intstat);
if_ie.c 340 idrom[i] = ReadByte ( sc->sc_rom + (i<<2) );
343 if ( ReadByte ( sc->sc_rom + (3<<2) ) != 0x03 ) {
398 if ( ReadByte(sc->sc_rom + 0) & PODULE_IRQ_PENDING )
416 idrom[i] = ReadByte ( sc->sc_rom + (i<<2) );
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 181 public override int ReadByte()

Completed in 14 milliseconds