- Timestamp:
- Nov 9, 1999, 10:54:47 AM (26 years ago)
- Location:
- trunk/src/NTDLL
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/arith64.asm
r1650 r1654 1 ; $Id: arith64.asm,v 1. 1 1999-11-09 00:44:01phaller Exp $1 ; $Id: arith64.asm,v 1.2 1999-11-09 09:54:46 phaller Exp $ 2 2 3 3 ;/* … … 18 18 ; ---------------------------------------------------------------------------- 19 19 20 public_RtlLargeIntegerDivide@2021 public_RtlLargeIntegerAdd@1622 public_RtlEnlargedIntegerMultiply@823 public_RtlEnlargedUnsignedMultiply@824 public_RtlEnlargedUnsignedDivide@1625 public_RtlExtendedLargeIntegerDivide@1626 public_RtlExtendedMagicDivide@2027 public_RtlExtendedIntegerMultiply@1228 public_RtlLargeIntegerShiftLeft@1229 public_RtlLargeIntegerShiftRight@1230 public_RtlLargeIntegerArithmeticShift@1231 public_RtlLargeIntegerNegate@832 public_RtlLargeIntegerSubtract@1633 public_RtlConvertLongToLargeInteger@434 public_RtlConvertUlongToLargeInteger@420 public _RtlLargeIntegerDivide@20 21 public _RtlLargeIntegerAdd@16 22 public _RtlEnlargedIntegerMultiply@8 23 public _RtlEnlargedUnsignedMultiply@8 24 public _RtlEnlargedUnsignedDivide@16 25 public _RtlExtendedLargeIntegerDivide@16 26 public _RtlExtendedMagicDivide@20 27 public _RtlExtendedIntegerMultiply@12 28 public _RtlLargeIntegerShiftLeft@12 29 public _RtlLargeIntegerShiftRight@12 30 public _RtlLargeIntegerArithmeticShift@12 31 public _RtlLargeIntegerNegate@8 32 public _RtlLargeIntegerSubtract@16 33 public _RtlConvertLongToLargeInteger@4 34 public _RtlConvertUlongToLargeInteger@4 35 35 36 36 ; ---------------------------------------------------------------------------- … … 49 49 ; Result : 50 50 ; Remark : NTDLL.462 51 ; Status : 51 ; Status : VERIFIED 52 52 ; 53 53 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] … … 158 158 ; Result : 159 159 ; Remark : NTDLL.460 160 ; Status : 160 ; Status : VERIFIED 161 161 ; 162 162 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] … … 184 184 ; Result : 185 185 ; Remark : NTDLL.371 186 ; Status : 186 ; Status : VERIFIED 187 187 ; 188 188 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] … … 206 206 ; Result : 207 207 ; Remark : NTDLL.373 208 ; Status : 208 ; Status : VERIFIED 209 209 ; 210 210 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] … … 227 227 ; Result : 228 228 ; Remark : NTDLL.372 229 ; Status : 229 ; Status : VERIFIED 230 230 ; 231 231 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] … … 259 259 ; Result : 260 260 ; Remark : NTDLL.390 261 ; Status : 261 ; Status : VERIFIED 262 262 ; 263 263 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] … … 329 329 ; Result : 330 330 ; Remark : NTDLL.391 331 ; Status : 331 ; Status : VERIFIED 332 332 ; 333 333 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] … … 413 413 ; Result : 414 414 ; Remark : NTDLL.389 415 ; Status : 415 ; Status : VERIFIED 416 416 ; 417 417 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] … … 471 471 ; Result : 472 472 ; Remark : NTDLL.464 473 ; Status : 473 ; Status : VERIFIED 474 474 ; 475 475 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] … … 506 506 ; Result : 507 507 ; Remark : NTDLL.465 508 ; Status : 508 ; Status : VERIFIED 509 509 ; 510 510 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] … … 541 541 ; Result : 542 542 ; Remark : NTDLL.461 543 ; Status : 543 ; Status : VERIFIED 544 544 ; 545 545 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] … … 578 578 ; Result : 579 579 ; Remark : NTDLL.463 580 ; Status : 580 ; Status : VERIFIED 581 581 ; 582 582 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] … … 603 603 ; Result : 604 604 ; Remark : NTDLL.466 605 ; Status : 605 ; Status : VERIFIED 606 606 ; 607 607 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] … … 629 629 ; Result : 630 630 ; Remark : NTDLL.316 631 ; Status : 631 ; Status : VERIFIED 632 632 ; 633 633 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] … … 650 650 ; Result : 651 651 ; Remark : NTDLL.320 652 ; Status : 652 ; Status : VERIFIED 653 653 ; 654 654 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] -
trunk/src/NTDLL/ntdll.def
r1653 r1654 1 ; $Id: ntdll.def,v 1.2 1 1999-11-09 09:30:21phaller Exp $1 ; $Id: ntdll.def,v 1.22 1999-11-09 09:54:46 phaller Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 329 329 RtlTimeToElapsedTimeFields = _RtlTimeToElapsedTimeFields@8 330 330 331 ; ------------------ 332 ; Verified Functions 333 ; ------------------ 334 335 RtlCopyLuid = _RtlCopyLuid@8 @321 331 336 332 337 ; ------------------ -
trunk/src/NTDLL/regfunc.asm
r1653 r1654 1 ; $Id: regfunc.asm,v 1. 1 1999-11-09 09:30:35phaller Exp $1 ; $Id: regfunc.asm,v 1.2 1999-11-09 09:54:47 phaller Exp $ 2 2 3 3 ;/* … … 35 35 ; Result : 36 36 ; Remark : NTDLL.938, NTDLL.946 37 ; Status : 37 ; Status : VERIFIED 38 38 ; 39 39 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] … … 74 74 ; Result : 75 75 ; Remark : NTDLL.20 76 ; Status : 76 ; Status : VERIFIED 77 77 ; 78 78 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] … … 91 91 ; Result : 92 92 ; Remark : NTDLL.28 93 ; Status : 93 ; Status : VERIFIED 94 94 ; 95 95 ; Author : Patrick Haller [Mon, 1999/11/08 23:44] -
trunk/src/NTDLL/rtl.cpp
r1650 r1654 1 /* $Id: rtl.cpp,v 1. 8 1999-11-09 00:44:02phaller Exp $ */1 /* $Id: rtl.cpp,v 1.9 1999-11-09 09:54:47 phaller Exp $ */ 2 2 3 3 /* … … 617 617 } 618 618 619 620 /***************************************************************************** 621 * Name : RtlCopyLuid 622 * Purpose : copy local unique identifier? 623 * Parameters: PLUID pluid1 624 * PLUID pluid2 625 * Variables : 626 * Result : 627 * Remark : NTDLL.321 628 * Status : VERIFIED 629 * 630 * Author : Patrick Haller [Tue, 1999/11/09 09:00] 631 *****************************************************************************/ 632 633 PLUID WINAPI RtlCopyLuid(PLUID pluid1, 634 PLUID pluid2) 635 { 636 pluid2->LowPart = pluid1->LowPart; 637 pluid2->HighPart = pluid1->HighPart; 638 return (pluid1); 639 }
Note:
See TracChangeset
for help on using the changeset viewer.