Home
last modified time | relevance | path

Searched refs:readport (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/dports/editors/fpc-ide/fpc-3.2.2/rtl/i386/
H A Dportsh.inc21 function readport(p : word) : byte;stdcall;
22 property pp[w : word] : byte read readport write writeport;default;
27 function readport(p : word) : word;stdcall;
28 property pp[w : word] : word read readport write writeport;default;
33 function readport(p : word) : longint;stdcall;
34 property pp[w : word] : longint read readport write writeport;default;
40 function readport(p : word) : byte;inline;
42 property pp[w : word] : byte read readport write writeport;default;
48 function readport(p : word) : word;inline;
50 property pp[w : word] : word read readport write writeport;default;
[all …]
H A Dports.inc30 function tport.readport(p : word) : byte;assembler;stdcall;
45 function tportw.readport(p : word) : word;assembler;stdcall;
60 function tportl.readport(p : word) : longint;assembler;stdcall;
72 function tport.readport(p : word) : byte;inline;
74 readport:=fpc_x86_inportb(p);
84 function tportw.readport(p : word) : word;inline;
86 readport:=fpc_x86_inportw(p);
96 function tportl.readport(p : word) : longint;inline;
98 readport:=fpc_x86_inportl(p);
/dports/lang/fpc-source/fpc-3.2.2/rtl/i386/
H A Dportsh.inc21 function readport(p : word) : byte;stdcall;
22 property pp[w : word] : byte read readport write writeport;default;
27 function readport(p : word) : word;stdcall;
28 property pp[w : word] : word read readport write writeport;default;
33 function readport(p : word) : longint;stdcall;
34 property pp[w : word] : longint read readport write writeport;default;
40 function readport(p : word) : byte;inline;
42 property pp[w : word] : byte read readport write writeport;default;
48 function readport(p : word) : word;inline;
50 property pp[w : word] : word read readport write writeport;default;
[all …]
H A Dports.inc30 function tport.readport(p : word) : byte;assembler;stdcall;
45 function tportw.readport(p : word) : word;assembler;stdcall;
60 function tportl.readport(p : word) : longint;assembler;stdcall;
72 function tport.readport(p : word) : byte;inline;
74 readport:=fpc_x86_inportb(p);
84 function tportw.readport(p : word) : word;inline;
86 readport:=fpc_x86_inportw(p);
96 function tportl.readport(p : word) : longint;inline;
98 readport:=fpc_x86_inportl(p);
/dports/lang/fpc/fpc-3.2.2/rtl/i386/
H A Dportsh.inc21 function readport(p : word) : byte;stdcall;
22 property pp[w : word] : byte read readport write writeport;default;
27 function readport(p : word) : word;stdcall;
28 property pp[w : word] : word read readport write writeport;default;
33 function readport(p : word) : longint;stdcall;
34 property pp[w : word] : longint read readport write writeport;default;
40 function readport(p : word) : byte;inline;
42 property pp[w : word] : byte read readport write writeport;default;
48 function readport(p : word) : word;inline;
50 property pp[w : word] : word read readport write writeport;default;
[all …]
H A Dports.inc30 function tport.readport(p : word) : byte;assembler;stdcall;
45 function tportw.readport(p : word) : word;assembler;stdcall;
60 function tportl.readport(p : word) : longint;assembler;stdcall;
72 function tport.readport(p : word) : byte;inline;
74 readport:=fpc_x86_inportb(p);
84 function tportw.readport(p : word) : word;inline;
86 readport:=fpc_x86_inportw(p);
96 function tportl.readport(p : word) : longint;inline;
98 readport:=fpc_x86_inportl(p);
/dports/lang/fpc-utils/fpc-3.2.2/rtl/i386/
H A Dportsh.inc21 function readport(p : word) : byte;stdcall;
22 property pp[w : word] : byte read readport write writeport;default;
27 function readport(p : word) : word;stdcall;
28 property pp[w : word] : word read readport write writeport;default;
33 function readport(p : word) : longint;stdcall;
34 property pp[w : word] : longint read readport write writeport;default;
40 function readport(p : word) : byte;inline;
42 property pp[w : word] : byte read readport write writeport;default;
48 function readport(p : word) : word;inline;
50 property pp[w : word] : word read readport write writeport;default;
[all …]
H A Dports.inc30 function tport.readport(p : word) : byte;assembler;stdcall;
45 function tportw.readport(p : word) : word;assembler;stdcall;
60 function tportl.readport(p : word) : longint;assembler;stdcall;
72 function tport.readport(p : word) : byte;inline;
74 readport:=fpc_x86_inportb(p);
84 function tportw.readport(p : word) : word;inline;
86 readport:=fpc_x86_inportw(p);
96 function tportl.readport(p : word) : longint;inline;
98 readport:=fpc_x86_inportl(p);
/dports/games/moria/umoria/amiga/
H A Dtimer.c23 struct MsgPort *readport; member
35 case 4: if (currentdevice->readport)
36 DeletePort(currentdevice->readport);
45 currentdevice->readport=CreatePort("Read Port",0);
46 if (currentdevice->readport==0L) {
51 currentdevice->readreq=CreateExtIO(currentdevice->readport,size);
95 Wait(1<<(currentdevice->readport->mp_SigBit)); in waittimer()
96 GetMsg(currentdevice->readport); in waittimer()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/i8086/
H A Dportsh.inc20 function readport(p : word) : byte;inline;
22 property pp[w : word] : byte read readport write writeport;default;
28 function readport(p : word) : word;inline;
30 property pp[w : word] : word read readport write writeport;default;
36 function readport(p : word) : longint;
38 property pp[w : word] : longint read readport write writeport;default;
H A Dports.inc24 function tport.readport(p : word) : byte;inline;
26 readport:=fpc_x86_inportb(p);
36 function tportw.readport(p : word) : word;inline;
38 readport:=fpc_x86_inportw(p);
51 function tportl.readport(p : word) : longint;assembler;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/i8086/
H A Dportsh.inc20 function readport(p : word) : byte;inline;
22 property pp[w : word] : byte read readport write writeport;default;
28 function readport(p : word) : word;inline;
30 property pp[w : word] : word read readport write writeport;default;
36 function readport(p : word) : longint;
38 property pp[w : word] : longint read readport write writeport;default;
H A Dports.inc24 function tport.readport(p : word) : byte;inline;
26 readport:=fpc_x86_inportb(p);
36 function tportw.readport(p : word) : word;inline;
38 readport:=fpc_x86_inportw(p);
51 function tportl.readport(p : word) : longint;assembler;
/dports/lang/fpc-source/fpc-3.2.2/rtl/i8086/
H A Dportsh.inc20 function readport(p : word) : byte;inline;
22 property pp[w : word] : byte read readport write writeport;default;
28 function readport(p : word) : word;inline;
30 property pp[w : word] : word read readport write writeport;default;
36 function readport(p : word) : longint;
38 property pp[w : word] : longint read readport write writeport;default;
H A Dports.inc24 function tport.readport(p : word) : byte;inline;
26 readport:=fpc_x86_inportb(p);
36 function tportw.readport(p : word) : word;inline;
38 readport:=fpc_x86_inportw(p);
51 function tportl.readport(p : word) : longint;assembler;
/dports/lang/fpc/fpc-3.2.2/rtl/i8086/
H A Dportsh.inc20 function readport(p : word) : byte;inline;
22 property pp[w : word] : byte read readport write writeport;default;
28 function readport(p : word) : word;inline;
30 property pp[w : word] : word read readport write writeport;default;
36 function readport(p : word) : longint;
38 property pp[w : word] : longint read readport write writeport;default;
H A Dports.inc24 function tport.readport(p : word) : byte;inline;
26 readport:=fpc_x86_inportb(p);
36 function tportw.readport(p : word) : word;inline;
38 readport:=fpc_x86_inportw(p);
51 function tportl.readport(p : word) : longint;assembler;
/dports/math/amath/amath-1.8.5/src/system/
H A Dwindow_amiga.cpp59 readport = nullptr; in AmigaWindow()
94 succeed = succeed && (readport = CreatePort((char*)PORTCW, 0)) != 0; in Create()
96 succeed = succeed && (readreq.st = CreateExtIO(readport, sizeof(IOStdReq))) != 0; in Create()
136 if(readport) { in Cleanup()
137 DeletePort(readport); in Cleanup()
138 readport = nullptr; in Cleanup()
188 unsigned long conreadsig = 1L << readport->mp_SigBit; in ReadLine()
197 unsigned char ch = TryGetChar(readport); in ReadLine()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/x86_64/
H A Dportsh.inc23 function readport(p : longint) : byte;inline;
25 property pp[w : longint] : byte read readport write writeport;default;
31 function readport(p : longint) : word;inline;
33 property pp[w : longint] : word read readport write writeport;default;
39 function readport(p : longint) : longint;inline;
41 property pp[w : Longint] : longint read readport write writeport;default;
H A Dports.inc36 function tport.readport(p : Longint) : byte;inline;
39 readport := fpc_x86_inportb(p);
48 function tportw.readport(p : longint) : word;inline;
51 readport := fpc_x86_inportw(p);
60 function tportl.readport(p : longint) : longint;inline;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/x86_64/
H A Dportsh.inc23 function readport(p : longint) : byte;inline;
25 property pp[w : longint] : byte read readport write writeport;default;
31 function readport(p : longint) : word;inline;
33 property pp[w : longint] : word read readport write writeport;default;
39 function readport(p : longint) : longint;inline;
41 property pp[w : Longint] : longint read readport write writeport;default;
H A Dports.inc36 function tport.readport(p : Longint) : byte;inline;
39 readport := fpc_x86_inportb(p);
48 function tportw.readport(p : longint) : word;inline;
51 readport := fpc_x86_inportw(p);
60 function tportl.readport(p : longint) : longint;inline;
/dports/lang/fpc-source/fpc-3.2.2/rtl/x86_64/
H A Dportsh.inc23 function readport(p : longint) : byte;inline;
25 property pp[w : longint] : byte read readport write writeport;default;
31 function readport(p : longint) : word;inline;
33 property pp[w : longint] : word read readport write writeport;default;
39 function readport(p : longint) : longint;inline;
41 property pp[w : Longint] : longint read readport write writeport;default;
H A Dports.inc36 function tport.readport(p : Longint) : byte;inline;
39 readport := fpc_x86_inportb(p);
48 function tportw.readport(p : longint) : word;inline;
51 readport := fpc_x86_inportw(p);
60 function tportl.readport(p : longint) : longint;inline;
/dports/lang/fpc/fpc-3.2.2/rtl/x86_64/
H A Dportsh.inc23 function readport(p : longint) : byte;inline;
25 property pp[w : longint] : byte read readport write writeport;default;
31 function readport(p : longint) : word;inline;
33 property pp[w : longint] : word read readport write writeport;default;
39 function readport(p : longint) : longint;inline;
41 property pp[w : Longint] : longint read readport write writeport;default;

12345678910>>...12