Commit Graph

13 Commits

Author SHA1 Message Date
74b2c80869
RtlCountLeadingZeroes64() should take 64bit value 2024-03-23 00:36:59 +01:00
715f842445
Implement RtlClearSetBits(), RtlFindClearBits(), RtlFindSetBits() and RtlSetClearBits() routines 2024-03-22 18:53:30 +01:00
26d5118cea
Add forward references to bit map related routines 2024-03-12 22:02:24 +01:00
f9714a79e4
Add support for writing floating point values 2024-02-22 23:39:11 +01:00
0c7cf6f6d3
Implement RtlInfiniteDouble() and RtlNanDouble() routines 2024-02-21 19:55:16 +01:00
015faa53a0
XTAPI calling convention is not supported on variadic routines 2024-02-20 16:21:28 +01:00
00cca9a1c1
Add %U XTOS extension for UUID/GUID string argument support 2024-02-16 19:02:44 +01:00
a1ec5e410d
Refactor RtlpWriteWideStringValue() and RtlpWriteWideStringStringValue() routines 2024-02-16 17:03:10 +01:00
8dd0e70dd9
Implement printf-alike wide string formatting mechanism, currently without floating point numbers support 2024-02-15 23:01:13 +01:00
55fb9e2eb1
Implement RtlGetBaseExponent() routine for getting base(10) exponent of a given floating point value 2024-02-14 00:02:04 +01:00
a852993842
Add missing forward references to math related routines 2024-02-13 16:25:41 +01:00
abdb9b25db
Implement RtlAtomicBitTestAndSet() and RtlAtomicBitTestAndSet64() intrinsic routines 2024-02-04 22:34:22 +01:00
dddd1eb183
Rename internal kernel headers to distinguish them easily from XTDK 2023-11-29 20:39:59 +01:00