Searched defs:Destination (Results 1 - 18 of 18) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/sec_api/
H A Dstralign_s.h19 static __inline PUWSTR ua_wcscpy_s(PUWSTR Destination,size_t DestinationSize,PCUWSTR Source) { argument
20 if(WSTR_ALIGNED(Source) && WSTR_ALIGNED(Destination)) return (wcscpy_s((PWSTR)Destination,DestinationSize,(PCWSTR)Source)==0 ? Destination : NULL);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
H A Dstralign_s.h19 static __inline PUWSTR ua_wcscpy_s(PUWSTR Destination,size_t DestinationSize,PCUWSTR Source) { argument
20 if(WSTR_ALIGNED(Source) && WSTR_ALIGNED(Destination)) return (wcscpy_s((PWSTR)Destination,DestinationSize,(PCWSTR)Source)==0 ? Destination : NULL);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dstralign.h32 PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source);
34 __CRT_INLINE PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source) { return wcscpy(Destination,Source); } argument
49 PUWSTR __cdecl uaw_wcscpy(PUWSTR Destination,PCUWSTR Source);
111 PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source);
125 if(WSTR_ALIGNED(String)) return wcscpy((PWSTR)Destination,(PCWSTR)Source);
126 return uaw_wcscpy(Destination,Source);
134 __CRT_INLINE PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source) { argument
135 if(WSTR_ALIGNED(Source) && WSTR_ALIGNED(Destination))
136 return wcscpy((PWSTR)Destination,(PCWST
[all...]
H A Dnetioapi.h251 SOCKADDR_INET Destination; member in struct:_MIB_IPPATH_ROW
H A Dntddchgr.h282 CHANGER_ELEMENT Destination; member in struct:_CHANGER_SET_POSITION
298 CHANGER_ELEMENT Destination; member in struct:_CHANGER_MOVE_MEDIUM
H A Dwinbase.h844 LONGLONG __cdecl InterlockedCompareExchange64 (LONGLONG volatile *Destination,LONGLONG ExChange,LONGLONG Comperand);
845 LONGLONG __cdecl InterlockedCompareExchangeAcquire64 (LONGLONG volatile *Destination,LONGLONG ExChange,LONGLONG Comperand);
846 LONGLONG __cdecl InterlockedCompareExchangeRelease64 (LONGLONG volatile *Destination,LONGLONG ExChange,LONGLONG Comperand);
851 LONG __cdecl InterlockedCompareExchange(LONG volatile *Destination,LONG ExChange,LONG Comperand);
852 LONG __cdecl InterlockedCompareExchangeRelease(LONG volatile *Destination,LONG ExChange,LONG Comperand);
853 LONG __cdecl InterlockedCompareExchangeAcquire(LONG volatile *Destination,LONG ExChange,LONG Comperand);
855 PVOID __cdecl InterlockedCompareExchangePointer(PVOID volatile *Destination,PVOID ExChange,PVOID Comperand);
856 PVOID __cdecl InterlockedCompareExchangePointerAcquire(PVOID volatile *Destination,PVOID Exchange,PVOID Comperand);
857 PVOID __cdecl InterlockedCompareExchangePointerRelease(PVOID volatile *Destination,PVOID Exchange,PVOID Comperand);
907 __CRT_INLINE LONGLONG InterlockedAnd64_Inline (LONGLONG volatile *Destination,LONGLON argument
919 InterlockedOr64_Inline(LONGLONG volatile *Destination,LONGLONG Value) argument
931 InterlockedXor64_Inline(LONGLONG volatile *Destination,LONGLONG Value) argument
1034 InterlockedAnd64(LONGLONG volatile *Destination,LONGLONG Value) argument
1042 InterlockedOr64(LONGLONG volatile *Destination,LONGLONG Value) argument
1050 InterlockedXor64(LONGLONG volatile *Destination,LONGLONG Value) argument
1094 __InlineInterlockedCompareExchangePointer(PVOID volatile *Destination,PVOID ExChange,PVOID Comperand) argument
4103 InterlockedCompareExchange(unsigned volatile *Destination, unsigned Exchange, unsigned Comperand) argument
4107 InterlockedCompareExchange(unsigned long volatile *Destination, unsigned long Exchange, unsigned long Comperand) argument
4112 InterlockedAnd(unsigned __int64 volatile *Destination, unsigned __int64 Value) argument
4116 InterlockedOr(unsigned __int64 volatile *Destination, unsigned __int64 Value) argument
4120 InterlockedXor(unsigned __int64 volatile *Destination, unsigned __int64 Value) argument
4124 InterlockedCompareExchange(unsigned __int64 volatile *Destination, unsigned __int64 Exchange, unsigned __int64 Comperand) argument
[all...]
H A Dwinioctl.h1150 CHANGER_ELEMENT Destination; member in struct:_CHANGER_SET_POSITION
1166 CHANGER_ELEMENT Destination; member in struct:_CHANGER_MOVE_MEDIUM
H A Dwinnt.h1383 SHORT InterlockedCompareExchange16(SHORT volatile *Destination,SHORT ExChange,SHORT Comperand);
1384 LONG InterlockedAnd(LONG volatile *Destination,LONG Value);
1385 LONG InterlockedOr(LONG volatile *Destination,LONG Value);
1386 LONG InterlockedXor(LONG volatile *Destination,LONG Value);
1390 LONG64 InterlockedAnd64(LONG64 volatile *Destination,LONG64 Value);
1391 LONG64 InterlockedOr64(LONG64 volatile *Destination,LONG64 Value);
1392 LONG64 InterlockedXor64(LONG64 volatile *Destination,LONG64 Value);
1411 __CRT_INLINE SHORT InterlockedCompareExchange16(SHORT volatile *Destination,SHORT ExChange,SHORT Comperand) { argument
1415 :"q"(ExChange), "m"(*Destination), "0"(Comperand)
1419 __CRT_INLINE LONG InterlockedAnd(LONG volatile *Destination,LON argument
1425 InterlockedOr(LONG volatile *Destination,LONG Value) argument
1430 InterlockedXor(LONG volatile *Destination,LONG Value) argument
1435 InterlockedAnd64(LONG64 volatile *Destination,LONG64 Value) argument
1440 InterlockedOr64(LONG64 volatile *Destination,LONG64 Value) argument
1445 InterlockedXor64(LONG64 volatile *Destination,LONG64 Value) argument
1461 InterlockedCompareExchange(LONG volatile *Destination,LONG ExChange,LONG Comperand) argument
1499 InterlockedCompareExchange64(LONG64 volatile *Destination,LONG64 ExChange,LONG64 Comperand) argument
1504 InterlockedCompareExchangePointer(PVOID volatile *Destination,PVOID ExChange,PVOID Comperand) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dstralign.h32 PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source);
34 __CRT_INLINE PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source) { return wcscpy(Destination,Source); } argument
49 PUWSTR __cdecl uaw_wcscpy(PUWSTR Destination,PCUWSTR Source);
111 PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source);
125 if(WSTR_ALIGNED(String)) return wcscpy((PWSTR)Destination,(PCWSTR)Source);
126 return uaw_wcscpy(Destination,Source);
134 __CRT_INLINE PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source) { argument
135 if(WSTR_ALIGNED(Source) && WSTR_ALIGNED(Destination))
136 return wcscpy((PWSTR)Destination,(PCWST
[all...]
H A Dnetioapi.h251 SOCKADDR_INET Destination; member in struct:_MIB_IPPATH_ROW
H A Dntddchgr.h282 CHANGER_ELEMENT Destination; member in struct:_CHANGER_SET_POSITION
298 CHANGER_ELEMENT Destination; member in struct:_CHANGER_MOVE_MEDIUM
H A Dwinbase.h844 LONGLONG __cdecl InterlockedCompareExchange64 (LONGLONG volatile *Destination,LONGLONG ExChange,LONGLONG Comperand);
845 LONGLONG __cdecl InterlockedCompareExchangeAcquire64 (LONGLONG volatile *Destination,LONGLONG ExChange,LONGLONG Comperand);
846 LONGLONG __cdecl InterlockedCompareExchangeRelease64 (LONGLONG volatile *Destination,LONGLONG ExChange,LONGLONG Comperand);
851 LONG __cdecl InterlockedCompareExchange(LONG volatile *Destination,LONG ExChange,LONG Comperand);
852 LONG __cdecl InterlockedCompareExchangeRelease(LONG volatile *Destination,LONG ExChange,LONG Comperand);
853 LONG __cdecl InterlockedCompareExchangeAcquire(LONG volatile *Destination,LONG ExChange,LONG Comperand);
855 PVOID __cdecl InterlockedCompareExchangePointer(PVOID volatile *Destination,PVOID ExChange,PVOID Comperand);
856 PVOID __cdecl InterlockedCompareExchangePointerAcquire(PVOID volatile *Destination,PVOID Exchange,PVOID Comperand);
857 PVOID __cdecl InterlockedCompareExchangePointerRelease(PVOID volatile *Destination,PVOID Exchange,PVOID Comperand);
907 __CRT_INLINE LONGLONG InterlockedAnd64_Inline (LONGLONG volatile *Destination,LONGLON argument
919 InterlockedOr64_Inline(LONGLONG volatile *Destination,LONGLONG Value) argument
931 InterlockedXor64_Inline(LONGLONG volatile *Destination,LONGLONG Value) argument
1034 InterlockedAnd64(LONGLONG volatile *Destination,LONGLONG Value) argument
1042 InterlockedOr64(LONGLONG volatile *Destination,LONGLONG Value) argument
1050 InterlockedXor64(LONGLONG volatile *Destination,LONGLONG Value) argument
1094 __InlineInterlockedCompareExchangePointer(PVOID volatile *Destination,PVOID ExChange,PVOID Comperand) argument
4103 InterlockedCompareExchange(unsigned volatile *Destination, unsigned Exchange, unsigned Comperand) argument
4107 InterlockedCompareExchange(unsigned long volatile *Destination, unsigned long Exchange, unsigned long Comperand) argument
4112 InterlockedAnd(unsigned __int64 volatile *Destination, unsigned __int64 Value) argument
4116 InterlockedOr(unsigned __int64 volatile *Destination, unsigned __int64 Value) argument
4120 InterlockedXor(unsigned __int64 volatile *Destination, unsigned __int64 Value) argument
4124 InterlockedCompareExchange(unsigned __int64 volatile *Destination, unsigned __int64 Exchange, unsigned __int64 Comperand) argument
[all...]
H A Dwinioctl.h1150 CHANGER_ELEMENT Destination; member in struct:_CHANGER_SET_POSITION
1166 CHANGER_ELEMENT Destination; member in struct:_CHANGER_MOVE_MEDIUM
H A Dwinnt.h1383 SHORT InterlockedCompareExchange16(SHORT volatile *Destination,SHORT ExChange,SHORT Comperand);
1384 LONG InterlockedAnd(LONG volatile *Destination,LONG Value);
1385 LONG InterlockedOr(LONG volatile *Destination,LONG Value);
1386 LONG InterlockedXor(LONG volatile *Destination,LONG Value);
1390 LONG64 InterlockedAnd64(LONG64 volatile *Destination,LONG64 Value);
1391 LONG64 InterlockedOr64(LONG64 volatile *Destination,LONG64 Value);
1392 LONG64 InterlockedXor64(LONG64 volatile *Destination,LONG64 Value);
1411 __CRT_INLINE SHORT InterlockedCompareExchange16(SHORT volatile *Destination,SHORT ExChange,SHORT Comperand) { argument
1415 :"q"(ExChange), "m"(*Destination), "0"(Comperand)
1419 __CRT_INLINE LONG InterlockedAnd(LONG volatile *Destination,LON argument
1425 InterlockedOr(LONG volatile *Destination,LONG Value) argument
1430 InterlockedXor(LONG volatile *Destination,LONG Value) argument
1435 InterlockedAnd64(LONG64 volatile *Destination,LONG64 Value) argument
1440 InterlockedOr64(LONG64 volatile *Destination,LONG64 Value) argument
1445 InterlockedXor64(LONG64 volatile *Destination,LONG64 Value) argument
1461 InterlockedCompareExchange(LONG volatile *Destination,LONG ExChange,LONG Comperand) argument
1499 InterlockedCompareExchange64(LONG64 volatile *Destination,LONG64 ExChange,LONG64 Comperand) argument
1504 InterlockedCompareExchangePointer(PVOID volatile *Destination,PVOID ExChange,PVOID Comperand) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/
H A Dntstrsafe.h72 RtlStringValidateDestA(IN LPSTR Destination, argument
85 Status = RtlStringLengthWorkerA(Destination,
101 RtlStringExValidateDestA(IN OUT LPSTR *Destination, argument
108 return RtlStringValidateDestA(*Destination,
136 RtlStringVPrintfWorkerA(OUT LPSTR Destination, argument
148 Return = _vsnprintf(Destination, MaxLength, Format, argList);
151 Destination += MaxLength;
152 *Destination = ANSI_NULL;
160 Destination += MaxLength;
161 *Destination
177 RtlStringCopyWorkerA(OUT LPSTR Destination, IN SIZE_T Length, OUT PSIZE_T NewLength OPTIONAL, IN LPCSTR Source, IN SIZE_T CopyLength) argument
214 RtlStringCchCopyA(IN LPSTR Destination, IN SIZE_T cchDest, IN LPCSTR pszSrc) argument
224 RtlStringCbPrintfA(OUT LPSTR Destination, IN SIZE_T Length, IN LPCSTR Format, ...) argument
253 RtlStringCbPrintfExA(OUT LPSTR Destination, IN SIZE_T Length, OUT LPSTR *DestinationEnd OPTIONAL, OUT PSIZE_T RemainingSize OPTIONAL, IN DWORD Flags, IN LPCSTR Format, ...) argument
334 RtlStringCbCopyExA(OUT LPSTR Destination, IN SIZE_T Length, IN LPCSTR Source, OUT LPSTR *DestinationEnd OPTIONAL, OUT PSIZE_T RemainingSize OPTIONAL, IN DWORD Flags) argument
423 RtlStringCbCatExA(IN OUT LPSTR Destination, IN SIZE_T Length, IN LPCSTR Source, OUT LPSTR *DestinationEnd OPTIONAL, OUT PSIZE_T RemainingSize OPTIONAL, IN DWORD Flags) argument
497 RtlStringCbCopyA(OUT LPSTR Destination, IN SIZE_T Length, IN LPCSTR Source) argument
[all...]
H A Dntifs.h953 IN OUT PSTRING Destination,
1314 IN PSID Destination,
1640 OUT PVOID Destination,
1644 PULONG Address = (PULONG)Destination;
1659 #define RtlFillMemoryUlonglong(Destination, Length, Pattern) \
1660 __stosq((PULONG64)(Destination), Pattern, (Length) / 8)
1668 OUT PVOID Destination,
1676 OUT PVOID Destination,
1639 RtlFillMemoryUlong( OUT PVOID Destination, IN SIZE_T Length, IN ULONG Pattern) argument
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
H A Dntstrsafe.h72 RtlStringValidateDestA(IN LPSTR Destination, argument
85 Status = RtlStringLengthWorkerA(Destination,
101 RtlStringExValidateDestA(IN OUT LPSTR *Destination, argument
108 return RtlStringValidateDestA(*Destination,
136 RtlStringVPrintfWorkerA(OUT LPSTR Destination, argument
148 Return = _vsnprintf(Destination, MaxLength, Format, argList);
151 Destination += MaxLength;
152 *Destination = ANSI_NULL;
160 Destination += MaxLength;
161 *Destination
177 RtlStringCopyWorkerA(OUT LPSTR Destination, IN SIZE_T Length, OUT PSIZE_T NewLength OPTIONAL, IN LPCSTR Source, IN SIZE_T CopyLength) argument
214 RtlStringCchCopyA(IN LPSTR Destination, IN SIZE_T cchDest, IN LPCSTR pszSrc) argument
224 RtlStringCbPrintfA(OUT LPSTR Destination, IN SIZE_T Length, IN LPCSTR Format, ...) argument
253 RtlStringCbPrintfExA(OUT LPSTR Destination, IN SIZE_T Length, OUT LPSTR *DestinationEnd OPTIONAL, OUT PSIZE_T RemainingSize OPTIONAL, IN DWORD Flags, IN LPCSTR Format, ...) argument
334 RtlStringCbCopyExA(OUT LPSTR Destination, IN SIZE_T Length, IN LPCSTR Source, OUT LPSTR *DestinationEnd OPTIONAL, OUT PSIZE_T RemainingSize OPTIONAL, IN DWORD Flags) argument
423 RtlStringCbCatExA(IN OUT LPSTR Destination, IN SIZE_T Length, IN LPCSTR Source, OUT LPSTR *DestinationEnd OPTIONAL, OUT PSIZE_T RemainingSize OPTIONAL, IN DWORD Flags) argument
497 RtlStringCbCopyA(OUT LPSTR Destination, IN SIZE_T Length, IN LPCSTR Source) argument
[all...]
H A Dntifs.h953 IN OUT PSTRING Destination,
1314 IN PSID Destination,
1640 OUT PVOID Destination,
1644 PULONG Address = (PULONG)Destination;
1659 #define RtlFillMemoryUlonglong(Destination, Length, Pattern) \
1660 __stosq((PULONG64)(Destination), Pattern, (Length) / 8)
1668 OUT PVOID Destination,
1676 OUT PVOID Destination,
1639 RtlFillMemoryUlong( OUT PVOID Destination, IN SIZE_T Length, IN ULONG Pattern) argument

Completed in 701 milliseconds