Home
last modified time | relevance | path

Searched refs:__out (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DQuery.h61 __out D3D10DDI_COUNTER_INFO *pCounterInfo);
65 __out D3D10DDI_COUNTER_TYPE *pCounterType,
66 __out UINT *pActiveCounters,
DQuery.cpp417 __out D3D10DDI_COUNTER_INFO *pCounterInfo) // OUT in CheckCounterInfo()
442 __out D3D10DDI_COUNTER_TYPE *pCounterType, // OUT in CheckCounter()
443 __out UINT *pActiveCounters, // OUT in CheckCounter()
DDevice.cpp57 __out UINT *pFormatCaps);
61 __out UINT *pNumQualityLevels);
449 __out UINT *pFormatCaps) // OUT in CheckFormatSupport()
515 __out UINT *pNumQualityLevels) // OUT in CheckMultisampleQualityLevels()
DResource.h62 __out D3D10DDI_MAPPED_SUBRESOURCE *pMappedSubResource);
DResource.cpp452 __out D3D10DDI_MAPPED_SUBRESOURCE *pMappedSubResource) // OUT in ResourceMap()
/third_party/python/Tools/msi/bundle/bootstrap/
Dpythonba.cpp43 __out IBootstrapperApplication** ppApplication in BootstrapperApplicationCreate()
68 __out IBootstrapperApplication** ppApplication in MbaPrereqBootstrapperApplicationCreate()
Dpch.h56 __out IBootstrapperApplication** ppApplication
DPythonBootstrapperApplication.cpp2492 void DeterminePageId(__in PYBA_STATE state, __out DWORD* pdwPageId) { in DeterminePageId()
3223 __out IBootstrapperApplication** ppApplication in CreateBootstrapperApplication()
/third_party/alsa-lib/src/
Dconfmisc.c1154 goto __out; in snd_func_pcm_args_by_class()
1159 goto __out; in snd_func_pcm_args_by_class()
1164 goto __out; in snd_func_pcm_args_by_class()
1169 goto __out; in snd_func_pcm_args_by_class()
1174 goto __out; in snd_func_pcm_args_by_class()
1179 goto __out; in snd_func_pcm_args_by_class()
1186 goto __out; in snd_func_pcm_args_by_class()
1193 goto __out; in snd_func_pcm_args_by_class()
1200 goto __out; in snd_func_pcm_args_by_class()
1210 goto __out; in snd_func_pcm_args_by_class()
[all …]
/third_party/mesa3d/include/winddk/
Dwinddk_compat.h45 #ifndef __out
46 #define __out /**/ macro
/third_party/python/Modules/_sha3/kcp/
DKeccakP-1600-opt64.c34 register UINT64 __out; \
36 __asm__ ("shld %2,%0,%0" : "=r"(__out) : "0"(__in), "i"(N)); \
37 __out; \
/third_party/grpc/test/core/util/
Dtest_config.cc66 __in ULONG, __in ULONG, __out PVOID*, __out_opt PULONG); in print_current_stack()
/third_party/python/Lib/
Ddoctest.py361 self.__out = out
383 sys.stdout = self.__out