Searched refs:__stosq (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/include/vcruntime/msc/ |
H A D | intrin.h | 109 #pragma intrinsic(__stosq)
|
/reactos/sdk/include/vcruntime/mingw32/ |
H A D | intrin_x86.h | 801 __INTRIN_INLINE void __stosq(unsigned long long * Dest, unsigned long long Data, size_t Count) in __stosq() function
|
/reactos/sdk/include/xdk/ |
H A D | rtlfuncs.h | 2379 __stosq((PULONG64)(Address), Pattern | ((ULONG64)Pattern << 32), Length / 2); in RtlFillMemoryUlong() 2386 __stosq((PULONG64)(Destination), Pattern, (Length) / 8)
|
/reactos/sdk/include/vcruntime/ |
H A D | intrin.h | 777 void __stosq(unsigned __int64 *, unsigned __int64, size_t);
|
/reactos/sdk/include/ndk/ |
H A D | rtlfuncs.h | 2217 __stosq((PULONG64)(Address), Pattern | ((ULONG64)Pattern << 32), Length / 2); in RtlFillMemoryUlong() 2224 __stosq((PULONG64)(Destination), Pattern, (Length) / 8)
|