|
@@ -474,29 +474,29 @@ ThreadVar
|
|
|
{$endif}
|
|
|
{$endif}
|
|
|
|
|
|
-Procedure Move(const source;var dest;count:SizeInt);{$ifdef INLINEGENERICS}inline;{$endif}
|
|
|
-Procedure FillChar(var x;count:SizeInt;Value:Byte);{$ifdef INLINEGENERICS}inline;{$endif}
|
|
|
-Procedure FillChar(var x;count:SizeInt;Value:Boolean);{$ifdef SYSTEMINLINE}inline;{$endif}
|
|
|
-Procedure FillChar(var x;count:SizeInt;Value:Char);{$ifdef SYSTEMINLINE}inline;{$endif}
|
|
|
-procedure FillByte(var x;count:SizeInt;value:byte);{$ifdef SYSTEMINLINE}inline;{$endif}
|
|
|
+Procedure Move(const source;var dest;count:SizeInt);
|
|
|
+Procedure FillChar(var x;count:SizeInt;Value:Byte);
|
|
|
+Procedure FillChar(var x;count:SizeInt;Value:Boolean);
|
|
|
+Procedure FillChar(var x;count:SizeInt;Value:Char);
|
|
|
+procedure FillByte(var x;count:SizeInt;value:byte);
|
|
|
Procedure FillWord(var x;count:SizeInt;Value:Word);
|
|
|
procedure FillDWord(var x;count:SizeInt;value:DWord);
|
|
|
-function IndexChar(const buf;len:SizeInt;b:char):SizeInt;{$ifdef SYSTEMINLINE}inline;{$endif}
|
|
|
-function IndexByte(const buf;len:SizeInt;b:byte):SizeInt;{$ifdef INLINEGENERICS}inline;{$endif}
|
|
|
+function IndexChar(const buf;len:SizeInt;b:char):SizeInt;
|
|
|
+function IndexByte(const buf;len:SizeInt;b:byte):SizeInt;
|
|
|
function Indexword(const buf;len:SizeInt;b:word):SizeInt;
|
|
|
function IndexDWord(const buf;len:SizeInt;b:DWord):SizeInt;
|
|
|
-function CompareChar(const buf1,buf2;len:SizeInt):SizeInt;{$ifdef SYSTEMINLINE}inline;{$endif}
|
|
|
-function CompareByte(const buf1,buf2;len:SizeInt):SizeInt;{$ifdef INLINEGENERICS}inline;{$endif}
|
|
|
+function CompareChar(const buf1,buf2;len:SizeInt):SizeInt;
|
|
|
+function CompareByte(const buf1,buf2;len:SizeInt):SizeInt;
|
|
|
function CompareWord(const buf1,buf2;len:SizeInt):SizeInt;
|
|
|
function CompareDWord(const buf1,buf2;len:SizeInt):SizeInt;
|
|
|
procedure MoveChar0(const buf1;var buf2;len:SizeInt);
|
|
|
function IndexChar0(const buf;len:SizeInt;b:char):SizeInt;
|
|
|
-function CompareChar0(const buf1,buf2;len:SizeInt):SizeInt;{$ifdef INLINEGENERICS}inline;{$endif}
|
|
|
+function CompareChar0(const buf1,buf2;len:SizeInt):SizeInt;
|
|
|
procedure prefetch(const mem);[internproc:fpc_in_prefetch_var];
|
|
|
-procedure ReadBarrier;{$ifdef INLINEGENERICS}inline;{$endif}
|
|
|
-procedure ReadDependencyBarrier;{$ifdef INLINEGENERICS}inline;{$endif}
|
|
|
-procedure ReadWriteBarrier;{$ifdef INLINEGENERICS}inline;{$endif}
|
|
|
-procedure WriteBarrier;{$ifdef INLINEGENERICS}inline;{$endif}
|
|
|
+procedure ReadBarrier;
|
|
|
+procedure ReadDependencyBarrier;
|
|
|
+procedure ReadWriteBarrier;
|
|
|
+procedure WriteBarrier;
|
|
|
|
|
|
|
|
|
{****************************************************************************
|
|
@@ -780,11 +780,11 @@ function get_caller_frame(framebp:pointer):pointer;[INTERNPROC:fpc_in_get_caller
|
|
|
function get_frame:pointer;{$ifdef SYSTEMINLINE}inline;{$endif}
|
|
|
{$ENDIF}
|
|
|
|
|
|
-function get_caller_addr(framebp:pointer):pointer;{$ifdef SYSTEMINLINE}inline;{$endif}
|
|
|
-function get_caller_frame(framebp:pointer):pointer;{$ifdef SYSTEMINLINE}inline;{$endif}
|
|
|
+function get_caller_addr(framebp:pointer):pointer;
|
|
|
+function get_caller_frame(framebp:pointer):pointer;
|
|
|
|
|
|
Function IOResult:Word;{$ifdef SYSTEMINLINE}inline;{$endif}
|
|
|
-Function Sptr:Pointer;{$ifdef SYSTEMINLINE}inline;{$endif}[internconst:fpc_in_const_ptr];
|
|
|
+Function Sptr:Pointer;[internconst:fpc_in_const_ptr];
|
|
|
|
|
|
{$ifdef FPC_HAS_FEATURE_PROCESSES}
|
|
|
Function GetProcessID:SizeUInt;
|
|
@@ -873,8 +873,8 @@ Procedure SysInitExceptions;
|
|
|
procedure SysInitStdIO;
|
|
|
{$endif FPC_HAS_FEATURE_CONSOLEIO}
|
|
|
{$ifndef FPUNONE}
|
|
|
-Procedure SysResetFPU;{$ifdef SYSTEMINLINE}inline;{$endif}
|
|
|
-Procedure SysInitFPU;{$ifdef SYSTEMINLINE}inline;{$endif}
|
|
|
+Procedure SysResetFPU;
|
|
|
+Procedure SysInitFPU;
|
|
|
{$endif}
|
|
|
|
|
|
{*****************************************************************************
|