Home
last modified time | relevance | path

Searched defs:_Ptr (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/crt/string/
H A Dwinesup.h14 #define HeapFree(_Heap, _Flags, _Ptr) RtlFreeHeap(_Heap, _Flags, _Ptr) argument
/reactos/sdk/include/c++/stlport/stl/
H A D_function_adaptors.h173 typedef _Mem_fun0_ptr<_Result,_Tp> _Ptr; typedef
181 typedef _Mem_fun1_ptr<_Result,_Tp,_Arg> _Ptr; typedef
/reactos/sdk/include/crt/
H A Dmalloc.h320 static __inline void *_MarkAllocaS(void *_Ptr,unsigned int _Marker) { in _MarkAllocaS()
/reactos/dll/win32/oleaut32/
H A Dusrmarshal.c43 #define ALIGNED_POINTER(_Ptr, _Align) ((LPVOID)ALIGNED_LENGTH((ULONG_PTR)(_Ptr), _Align)) argument
45 #define ALIGN_POINTER(_Ptr, _Align) _Ptr = ALIGNED_POINTER(_Ptr, _Align) argument
/reactos/dll/win32/ole32/
H A Dusrmarshal.c43 #define ALIGNED_POINTER(_Ptr, _Align) ((LPVOID)ALIGNED_LENGTH((ULONG_PTR)(_Ptr), _Align)) argument
45 #define ALIGN_POINTER(_Ptr, _Align) _Ptr = ALIGNED_POINTER(_Ptr, _Align) argument