![]() |
|
![]() |
| CompareChar | CompareDWord | CompareWord | FillChar |
| FillDWord | FillWord | MoveLeft | MoveLeftDWord |
| MoveLeftWord | MoveRight | MoveRightDWord | MoveRightWord |
| ScanChar | ScanDWord | ScanWord | SwapChar |
| SwapDWord | SwapWord |
procedure MoveLeft
(const key1 : pointer;
const key2 : pointer;
const KeyLength : cardinal); stdcall;
exports MoveLeft name 'MoveLib_MoveLeft';
procedure MoveLeftWord
(const key1 : pointer;
const key2 : pointer;
const KeyLength : cardinal); stdcall;
exports MoveLeftWord name 'MoveLib_MoveLeftWord';
procedure MoveLeftDWord
(const key1 : pointer;
const key2 : pointer;
const KeyLength : cardinal); stdcall;
exports MoveLeftDWord name 'MoveLib_MoveLeftDWord';
procedure MoveRight
(const key1 : pointer;
const key2 : pointer;
const KeyLength : cardinal); stdcall;
exports MoveRight name 'MoveLib_MoveRight';
procedure MoveRightDWord
(const key1 : pointer;
const key2 : pointer;
const KeyLength : cardinal); stdcall;
exports MoveRightDWord name 'MoveLib_MoveRightDWord';
procedure MoveRightWord
(const key1 : pointer;
const key2 : pointer;
const KeyLength : cardinal); stdcall;
exports MoveRightWord name 'MoveLib_MoveRightWord';
function CompareChar
(const key1 : pointer;
const key2 : pointer;
const KeyLength : cardinal) : integer; stdcall;
exports CompareChar name 'MoveLib_CompareChar';
function CompareWord
(const key1 : pointer;
const key2 : pointer;
const KeyLength : cardinal) : integer; stdcall;
exports CompareWord name 'MoveLib_CompareWord';
procedure FillChar
(const Key : pointer;
const fill : char;
const KeyLength : cardinal); stdcall;
exports FillChar name 'MoveLib_FillChar';
procedure FillWord
(const Key : pointer;
const fill : System.word;
const KeyLength : cardinal); stdcall;
exports FillWord name 'MoveLib_FillWord';
function ScanChar
(const Key : pointer;
const TheObject : char;
const KeyLength : cardinal) : integer; stdcall;
exports ScanChar name 'MoveLib_ScanChar';
procedure SwapChar
(const key1 : pointer;
const key2 : pointer;
const KeyLength : cardinal); stdcall;
exports SwapChar name 'MoveLib_SwapChar';
function ScanWord
(const Key : pointer;
const TheObject : System.word;
const KeyLength : cardinal) : cardinal; stdcall;
exports ScanWord name 'MoveLib_ScanWord';
function ScanDWord
(const Key : pointer;
const TheObject : longword;
const KeyLength : cardinal) : cardinal; stdcall;
exports ScanDWord name 'MoveLib_ScanDWord';
procedure SwapWord
(const key1 : pointer;
const key2 : pointer;
const KeyLength : cardinal); stdcall;
exports SwapWord name 'MoveLib_SwapWord';
function CompareDWord
(const key1 : pointer;
const key2 : pointer;
const KeyLength : cardinal) : integer; stdcall;
exports CompareDWord name 'MoveLib_CompareDWord';
procedure FillDWord
(const Key : pointer;
const fill : longword;
const KeyLength : cardinal); stdcall;
exports FillDWord name 'MoveLib_FillDWord';
procedure SwapDWord
(const key1 : pointer;
const key2 : pointer;
const KeyLength : cardinal); stdcall;
exports SwapDWord name 'MoveLib_SwapDWord';
Send mail to
warren.merrill@inl.gov
with questions or comments about this web site.
Copyright © 1989-2006 Battelle Energy Alliance