Home
last modified time | relevance | path

Searched refs:stklen (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/editors/fpc-ide/fpc-3.2.2/rtl/darwin/
H A Dsysinit.pas57 stklen: 0;
67 SysInitEntryInformation.OS.stklen := StkLen;
/dports/lang/fpc-source/fpc-3.2.2/rtl/darwin/
H A Dsysinit.pas57 stklen: 0;
67 SysInitEntryInformation.OS.stklen := StkLen;
/dports/lang/fpc/fpc-3.2.2/rtl/darwin/
H A Dsysinit.pas57 stklen: 0;
67 SysInitEntryInformation.OS.stklen := StkLen;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/darwin/
H A Dsysinit.pas57 stklen: 0;
67 SysInitEntryInformation.OS.stklen := StkLen;
/dports/editors/fpc-ide/fpc-3.2.2/rtl/atari/
H A Dsi_prc.pp28 stklen: longint; external name '__stklen';
39 tpasize:=align(sizeof(pd^) + pd^.p_tlen + pd^.p_dlen + pd^.p_blen + stklen, sizeof(pointer));
/dports/lang/fpc-source/fpc-3.2.2/rtl/atari/
H A Dsi_prc.pp28 stklen: longint; external name '__stklen';
39 tpasize:=align(sizeof(pd^) + pd^.p_tlen + pd^.p_dlen + pd^.p_blen + stklen, sizeof(pointer));
/dports/lang/fpc-utils/fpc-3.2.2/rtl/atari/
H A Dsi_prc.pp28 stklen: longint; external name '__stklen';
39 tpasize:=align(sizeof(pd^) + pd^.p_tlen + pd^.p_dlen + pd^.p_blen + stklen, sizeof(pointer));
/dports/lang/fpc/fpc-3.2.2/rtl/atari/
H A Dsi_prc.pp28 stklen: longint; external name '__stklen';
39 tpasize:=align(sizeof(pd^) + pd^.p_tlen + pd^.p_dlen + pd^.p_blen + stklen, sizeof(pointer));
/dports/editors/fpc-ide/fpc-3.2.2/rtl/bsd/
H A Dsystem.pp92 initialstklen := info.OS.stklen;
353 function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
358 if stklen > stackpointer then
359 stklen := stackpointer-4096;
360 result := stklen;
/dports/lang/fpc-source/fpc-3.2.2/rtl/bsd/
H A Dsystem.pp92 initialstklen := info.OS.stklen;
353 function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
358 if stklen > stackpointer then
359 stklen := stackpointer-4096;
360 result := stklen;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/bsd/
H A Dsystem.pp92 initialstklen := info.OS.stklen;
353 function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
358 if stklen > stackpointer then
359 stklen := stackpointer-4096;
360 result := stklen;
/dports/lang/fpc/fpc-3.2.2/rtl/bsd/
H A Dsystem.pp92 initialstklen := info.OS.stklen;
353 function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
358 if stklen > stackpointer then
359 stklen := stackpointer-4096;
360 result := stklen;
/dports/emulators/simh/simh-3.9.0_5/VAX/
H A Dvax_cpu1.c362 int32 mask, stklen, tsp, wd; in op_call() local
367 stklen = rcnt[mask & 077] + rcnt[(mask >> 6) & 077] + (gs? 24: 20); in op_call()
368 Read (SP - stklen, L_BYTE, WA); /* wchk stk */ in op_call()
406 int32 spamask, stklen, newpc, nargs; in op_ret() local
412 stklen = rcnt[(spamask >> CALL_V_MASK) & 077] + in op_ret()
414 Read (tsp + stklen, L_BYTE, RA); /* rchk stk end */ in op_ret()
447 int32 stklen, tsp; in op_pushr() local
451 stklen = rcnt[(mask >> 7) & 0177] + rcnt[mask & 0177] + in op_pushr()
453 Read (SP - stklen, L_BYTE, WA); /* wchk stk end */ in op_pushr()
477 int32 stklen; in op_popr() local
[all …]
/dports/japanese/xtr/xtr1.50e-0.2/src/
H A D.convfiles14 stklen.c
/dports/editors/fpc-ide/fpc-3.2.2/rtl/palmos/
H A Dsystem.pp140 function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
142 result := stklen;
/dports/editors/fpc-ide/fpc-3.2.2/rtl/gba/
H A Dsystem.pp172 function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
174 result := stklen;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/palmos/
H A Dsystem.pp140 function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
142 result := stklen;
/dports/lang/fpc-source/fpc-3.2.2/rtl/palmos/
H A Dsystem.pp140 function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
142 result := stklen;
/dports/lang/fpc-source/fpc-3.2.2/rtl/gba/
H A Dsystem.pp172 function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
174 result := stklen;
/dports/lang/fpc/fpc-3.2.2/rtl/gba/
H A Dsystem.pp172 function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
174 result := stklen;
/dports/lang/fpc/fpc-3.2.2/rtl/palmos/
H A Dsystem.pp140 function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
142 result := stklen;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/gba/
H A Dsystem.pp172 function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
174 result := stklen;
/dports/editors/fpc-ide/fpc-3.2.2/rtl/symbian/
H A Dsystem.pp207 function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
209 result := stklen;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/symbian/
H A Dsystem.pp207 function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
209 result := stklen;
/dports/lang/fpc-source/fpc-3.2.2/rtl/symbian/
H A Dsystem.pp207 function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
209 result := stklen;

123456789