Changeset 1654 for trunk/src/NTDLL/arith64.asm
- Timestamp:
- Nov 9, 1999, 10:54:47 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/NTDLL/arith64.asm (modified) (17 diffs)
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]
Note:
See TracChangeset
for help on using the changeset viewer.
