Home
last modified time | relevance | path

Searched refs:_Inout_ (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/win32/Effects11/
H A DEffectLoad.h130 HRESULT FixupCBPointer(_Inout_ SConstantBuffer **ppCB);
131 HRESULT FixupShaderPointer(_Inout_ SShaderBlock **ppShaderBlock);
132 HRESULT FixupDSPointer(_Inout_ SDepthStencilBlock **ppDSBlock);
133 HRESULT FixupABPointer(_Inout_ SBlendBlock **ppABBlock);
134 HRESULT FixupRSPointer(_Inout_ SRasterizerBlock **ppRSBlock);
136 HRESULT FixupShaderResourcePointer(_Inout_ SShaderResource **ppResource);
140 HRESULT FixupSamplerPointer(_Inout_ SSamplerBlock **ppSampler);
141 HRESULT FixupVariablePointer(_Inout_ SGlobalVariable **ppVar);
142 HRESULT FixupStringPointer(_Inout_ SString **ppString);
143 HRESULT FixupMemberDataPointer(_Inout_ SMemberDataPointer **ppMemberData);
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/third_party/libdxg/include/
H A Dd3dkmthk.h5095 D3DKMT_PTR(_Inout_
5111 D3DKMT_PTR(_Inout_
5424 typedef _Check_return_ NTSTATUS (APIENTRY *PFND3DKMT_LOCK)(_Inout_ D3DKMT_LOCK*);
5430 typedef _Check_return_ NTSTATUS (APIENTRY *PFND3DKMT_RENDER)(_Inout_ D3DKMT_RENDER*);
5517 typedef _Check_return_ NTSTATUS (APIENTRY *PFND3DKMT_EVICT)(_Inout_ D3DKMT_EVICT*);
5525 typedef _Check_return_ NTSTATUS (APIENTRY *PFND3DKMT_LOCK2)(_Inout_ D3DKMT_LOCK2*);
5678 EXTERN_C _Check_return_ NTSTATUS APIENTRY D3DKMTLock(_Inout_ D3DKMT_LOCK*);
5683 EXTERN_C _Check_return_ NTSTATUS APIENTRY D3DKMTPresent(_Inout_ D3DKMT_PRESENT*);
5684 EXTERN_C _Check_return_ NTSTATUS APIENTRY D3DKMTRender(_Inout_ D3DKMT_RENDER*);
5769 EXTERN_C _Check_return_ NTSTATUS APIENTRY D3DKMTEvict(_Inout_ D3DKMT_EVICT*);
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/unix/
H A DPalRedhawkInline.h9 FORCEINLINE Int32 PalInterlockedIncrement(_Inout_ _Interlocked_operand_ Int32 volatile *pDst) in PalInterlockedIncrement()
14 FORCEINLINE Int32 PalInterlockedDecrement(_Inout_ _Interlocked_operand_ Int32 volatile *pDst) in PalInterlockedDecrement()
19 FORCEINLINE UInt32 PalInterlockedOr(_Inout_ _Interlocked_operand_ UInt32 volatile *pDst, UInt32 iVa… in PalInterlockedOr()
24 FORCEINLINE UInt32 PalInterlockedAnd(_Inout_ _Interlocked_operand_ UInt32 volatile *pDst, UInt32 iV… in PalInterlockedAnd()
29 FORCEINLINE Int32 PalInterlockedExchange(_Inout_ _Interlocked_operand_ Int32 volatile *pDst, Int32 … in PalInterlockedExchange()
34 FORCEINLINE Int64 PalInterlockedExchange64(_Inout_ _Interlocked_operand_ Int64 volatile *pDst, Int6… in PalInterlockedExchange64()
39 FORCEINLINE Int32 PalInterlockedCompareExchange(_Inout_ _Interlocked_operand_ Int32 volatile *pDst,… in PalInterlockedCompareExchange()
44 FORCEINLINE Int64 PalInterlockedCompareExchange64(_Inout_ _Interlocked_operand_ Int64 volatile *pDs… in PalInterlockedCompareExchange64()
50 FORCEINLINE UInt8 PalInterlockedCompareExchange128(_Inout_ _Interlocked_operand_ Int64 volatile *pD… in PalInterlockedCompareExchange128()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A Dmozwrlbase.h23 _Inout_ PSRWLOCK SRWLock
29 _Inout_ PSRWLOCK SRWLock
49 _Inout_ PSRWLOCK SRWLock
55 _Inout_ PSRWLOCK SRWLock
61 _Inout_ PSRWLOCK SRWLock
67 _Inout_ PSRWLOCK SRWLock
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/windows/
H A DPalRedhawkInline.h9 FORCEINLINE Int32 PalInterlockedIncrement(_Inout_ _Interlocked_operand_ Int32 volatile *pDst) in PalInterlockedIncrement()
16 FORCEINLINE Int32 PalInterlockedDecrement(_Inout_ _Interlocked_operand_ Int32 volatile *pDst) in PalInterlockedDecrement()
23 FORCEINLINE UInt32 PalInterlockedOr(_Inout_ _Interlocked_operand_ UInt32 volatile *pDst, UInt32 iVa… in PalInterlockedOr()
30 FORCEINLINE UInt32 PalInterlockedAnd(_Inout_ _Interlocked_operand_ UInt32 volatile *pDst, UInt32 iV… in PalInterlockedAnd()
37 FORCEINLINE Int32 PalInterlockedExchange(_Inout_ _Interlocked_operand_ Int32 volatile *pDst, Int32 … in PalInterlockedExchange()
44 FORCEINLINE Int32 PalInterlockedCompareExchange(_Inout_ _Interlocked_operand_ Int32 volatile *pDst,… in PalInterlockedCompareExchange()
51 FORCEINLINE Int64 PalInterlockedCompareExchange64(_Inout_ _Interlocked_operand_ Int64 volatile *pDs… in PalInterlockedCompareExchange64()
59 FORCEINLINE UInt8 PalInterlockedCompareExchange128(_Inout_ _Interlocked_operand_ Int64 volatile *pD… in PalInterlockedCompareExchange128()
69 FORCEINLINE void * PalInterlockedExchangePointer(_Inout_ _Interlocked_operand_ void * volatile *pDs… in PalInterlockedExchangePointer()
76 FORCEINLINE void * PalInterlockedCompareExchangePointer(_Inout_ _Interlocked_operand_ void * volati… in PalInterlockedCompareExchangePointer()
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpnmsica/
H A Dmsica_arg.h61 msica_arg_seq_init(_Inout_ struct msica_arg_seq *seq);
70 msica_arg_seq_free(_Inout_ struct msica_arg_seq *seq);
82 _Inout_ struct msica_arg_seq *seq,
95 _Inout_ struct msica_arg_seq *seq,
96 _Inout_ LPCTSTR argument);
H A Dmsica_arg.c36 msica_arg_seq_init(_Inout_ struct msica_arg_seq *seq) in msica_arg_seq_init()
44 msica_arg_seq_free(_Inout_ struct msica_arg_seq *seq) in msica_arg_seq_free()
58 _Inout_ struct msica_arg_seq *seq, in msica_arg_seq_add_head()
79 _Inout_ struct msica_arg_seq *seq, in msica_arg_seq_add_tail()
80 _Inout_ LPCTSTR argument) in msica_arg_seq_add_tail()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpnmsica/
H A Dmsica_arg.h61 msica_arg_seq_init(_Inout_ struct msica_arg_seq *seq);
70 msica_arg_seq_free(_Inout_ struct msica_arg_seq *seq);
82 _Inout_ struct msica_arg_seq *seq,
95 _Inout_ struct msica_arg_seq *seq,
96 _Inout_ LPCTSTR argument);
H A Dmsica_arg.c36 msica_arg_seq_init(_Inout_ struct msica_arg_seq *seq) in msica_arg_seq_init()
44 msica_arg_seq_free(_Inout_ struct msica_arg_seq *seq) in msica_arg_seq_free()
58 _Inout_ struct msica_arg_seq *seq, in msica_arg_seq_add_head()
79 _Inout_ struct msica_arg_seq *seq, in msica_arg_seq_add_tail()
80 _Inout_ LPCTSTR argument) in msica_arg_seq_add_tail()
/dports/security/openvpn/openvpn-2.5.6/src/openvpnmsica/
H A Dmsica_arg.h61 msica_arg_seq_init(_Inout_ struct msica_arg_seq *seq);
70 msica_arg_seq_free(_Inout_ struct msica_arg_seq *seq);
82 _Inout_ struct msica_arg_seq *seq,
95 _Inout_ struct msica_arg_seq *seq,
96 _Inout_ LPCTSTR argument);
H A Dmsica_arg.c36 msica_arg_seq_init(_Inout_ struct msica_arg_seq *seq) in msica_arg_seq_init()
44 msica_arg_seq_free(_Inout_ struct msica_arg_seq *seq) in msica_arg_seq_free()
58 _Inout_ struct msica_arg_seq *seq, in msica_arg_seq_add_head()
79 _Inout_ struct msica_arg_seq *seq, in msica_arg_seq_add_tail()
80 _Inout_ LPCTSTR argument) in msica_arg_seq_add_tail()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/system/windowsDHCPClient/
H A DWindowsNetworkFunctionsWrapper.h31 _Inout_ PIP_ADAPTER_ADDRESSES aAdapterAddresses,
32 _Inout_ PULONG aSizePointer);
37 _Inout_ DHCPCAPI_PARAMS_ARRAY aRecdParams, _In_ LPBYTE aBuffer,
38 _Inout_ LPDWORD apSize, _In_ LPWSTR aRequestIdStr);
H A DWindowsNetworkFunctionsWrapper.cpp23 _Inout_ PIP_ADAPTER_ADDRESSES aAdapterAddresses, in NS_IMPL_ISUPPORTS()
24 _Inout_ PULONG aSizePointer) { in NS_IMPL_ISUPPORTS()
32 _Inout_ DHCPCAPI_PARAMS_ARRAY aRecdParams, _In_ LPBYTE aBuffer, in DhcpRequestParamsWrapped()
33 _Inout_ LPDWORD apSize, _In_ LPWSTR aRequestIdStr) { in DhcpRequestParamsWrapped()
/dports/www/firefox/firefox-99.0/toolkit/system/windowsDHCPClient/
H A DWindowsNetworkFunctionsWrapper.h31 _Inout_ PIP_ADAPTER_ADDRESSES aAdapterAddresses,
32 _Inout_ PULONG aSizePointer);
37 _Inout_ DHCPCAPI_PARAMS_ARRAY aRecdParams, _In_ LPBYTE aBuffer,
38 _Inout_ LPDWORD apSize, _In_ LPWSTR aRequestIdStr);
H A DWindowsNetworkFunctionsWrapper.cpp23 _Inout_ PIP_ADAPTER_ADDRESSES aAdapterAddresses, in NS_IMPL_ISUPPORTS()
24 _Inout_ PULONG aSizePointer) { in NS_IMPL_ISUPPORTS()
32 _Inout_ DHCPCAPI_PARAMS_ARRAY aRecdParams, _In_ LPBYTE aBuffer, in DhcpRequestParamsWrapped()
33 _Inout_ LPDWORD apSize, _In_ LPWSTR aRequestIdStr) { in DhcpRequestParamsWrapped()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/system/windowsDHCPClient/
H A DWindowsNetworkFunctionsWrapper.h31 _Inout_ PIP_ADAPTER_ADDRESSES aAdapterAddresses,
32 _Inout_ PULONG aSizePointer);
37 _Inout_ DHCPCAPI_PARAMS_ARRAY aRecdParams, _In_ LPBYTE aBuffer,
38 _Inout_ LPDWORD apSize, _In_ LPWSTR aRequestIdStr);
H A DWindowsNetworkFunctionsWrapper.cpp23 _Inout_ PIP_ADAPTER_ADDRESSES aAdapterAddresses, in NS_IMPL_ISUPPORTS()
24 _Inout_ PULONG aSizePointer) { in NS_IMPL_ISUPPORTS()
32 _Inout_ DHCPCAPI_PARAMS_ARRAY aRecdParams, _In_ LPBYTE aBuffer, in DhcpRequestParamsWrapped()
33 _Inout_ LPDWORD apSize, _In_ LPWSTR aRequestIdStr) { in DhcpRequestParamsWrapped()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/system/windowsDHCPClient/
H A DWindowsNetworkFunctionsWrapper.h31 _Inout_ PIP_ADAPTER_ADDRESSES aAdapterAddresses,
32 _Inout_ PULONG aSizePointer);
37 _Inout_ DHCPCAPI_PARAMS_ARRAY aRecdParams, _In_ LPBYTE aBuffer,
38 _Inout_ LPDWORD apSize, _In_ LPWSTR aRequestIdStr);
H A DWindowsNetworkFunctionsWrapper.cpp23 _Inout_ PIP_ADAPTER_ADDRESSES aAdapterAddresses, in NS_IMPL_ISUPPORTS()
24 _Inout_ PULONG aSizePointer) { in NS_IMPL_ISUPPORTS()
32 _Inout_ DHCPCAPI_PARAMS_ARRAY aRecdParams, _In_ LPBYTE aBuffer, in DhcpRequestParamsWrapped()
33 _Inout_ LPDWORD apSize, _In_ LPWSTR aRequestIdStr) { in DhcpRequestParamsWrapped()
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/include/cpprest/details/
H A Dnosal.h19 #ifdef _Inout_
20 #undef _Inout_
22 #define _Inout_ macro
/dports/security/openvpn/openvpn-2.5.6/src/tapctl/
H A Dtap.h57 _Inout_ LPBOOL pbRebootRequired,
83 _Inout_ LPBOOL pbRebootRequired);
111 _Inout_ LPBOOL pbRebootRequired);
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/tapctl/
H A Dtap.h57 _Inout_ LPBOOL pbRebootRequired,
83 _Inout_ LPBOOL pbRebootRequired);
111 _Inout_ LPBOOL pbRebootRequired);
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/tapctl/
H A Dtap.h57 _Inout_ LPBOOL pbRebootRequired,
83 _Inout_ LPBOOL pbRebootRequired);
111 _Inout_ LPBOOL pbRebootRequired);
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/workarounds/wrl/wrl/
H A Dimplements.h551 static void FillArrayWithIid(_Inout_ unsigned long*, _Inout_ IID*) throw()
568 static void FillArrayWithIid(_Inout_ unsigned long *, _Inout_ IID*) throw()
871 void FillArrayWithIid(_Inout_ unsigned long *index, _Inout_ IID* iids) throw()
923 void FillArrayWithIid(_Inout_ unsigned long *index, _Inout_ IID* iids) throw()
969 void FillArrayWithIid(_Inout_ unsigned long *index, _Inout_ IID* iids) throw()
1074 void FillArrayWithIid(_Inout_ unsigned long *index, _Inout_ IID* iids) throw()
1120 void FillArrayWithIid(_Inout_ unsigned long *index, _Inout_ IID* iids) throw()
1177 void FillArrayWithIid(_Inout_ unsigned long *index, _Inout_ IID* iids) throw()
1209 void FillArrayWithIid(_Inout_ unsigned long *index, _Inout_ IID* iids) throw()
1303 void FillArrayWithIid(_Inout_ unsigned long *index, _Inout_ IID* iids) throw()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/vr/service/osvr/Util/
H A DAnnotationMacrosC.h54 # define OSVR_INOUT _Inout_
55 # define OSVR_INOUT_PTR _Inout_

123456789