Home
last modified time | relevance | path

Searched refs:IOIn (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dplustek-pp_procs.h225 _LOC Byte IOIn ( UShort port );
H A Dplustek-pp_ptdrv.c757 ps->IO.fnIn = IOIn; in ptdrvOpenDevice()
811 ps->IO.fnIn = IOIn; in ptdrvInit()
H A Dplustek-pp_io.c972 _LOC Byte IOIn( UShort port ) in IOIn() function
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/glib-0.13.8.1/System/Glib/
H A DMainLoop.chs145 -- [@IOIn@] There is data to read.
154 G_IO_IN as IOIn,
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/glib-0.13.8.1/System/Glib/
H A DMainLoop.chs145 -- [@IOIn@] There is data to read.
154 G_IO_IN as IOIn,
/dports/emulators/cingb/cingb-0.32/
H A Dgameboy.c190 uchar IOIn(uint);
194 uchar IOIn(uint addr) in IOIn() function
219 fprintf(OUTSTREAM,"%02X",IOIn(addr&0x00FF)); in GetByteAt()
245 return IOIn(addr & 0x00FF); in GetByteAt()