Searched refs:__out (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | Query.h | 61 __out D3D10DDI_COUNTER_INFO *pCounterInfo); 65 __out D3D10DDI_COUNTER_TYPE *pCounterType, 66 __out UINT *pActiveCounters,
|
D | Query.cpp | 417 __out D3D10DDI_COUNTER_INFO *pCounterInfo) // OUT in CheckCounterInfo() 442 __out D3D10DDI_COUNTER_TYPE *pCounterType, // OUT in CheckCounter() 443 __out UINT *pActiveCounters, // OUT in CheckCounter()
|
D | Device.cpp | 57 __out UINT *pFormatCaps); 61 __out UINT *pNumQualityLevels); 449 __out UINT *pFormatCaps) // OUT in CheckFormatSupport() 515 __out UINT *pNumQualityLevels) // OUT in CheckMultisampleQualityLevels()
|
D | Resource.h | 62 __out D3D10DDI_MAPPED_SUBRESOURCE *pMappedSubResource);
|
D | Resource.cpp | 452 __out D3D10DDI_MAPPED_SUBRESOURCE *pMappedSubResource) // OUT in ResourceMap()
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
D | pythonba.cpp | 43 __out IBootstrapperApplication** ppApplication in BootstrapperApplicationCreate() 68 __out IBootstrapperApplication** ppApplication in MbaPrereqBootstrapperApplicationCreate()
|
D | pch.h | 56 __out IBootstrapperApplication** ppApplication
|
D | PythonBootstrapperApplication.cpp | 2492 void DeterminePageId(__in PYBA_STATE state, __out DWORD* pdwPageId) { in DeterminePageId() 3223 __out IBootstrapperApplication** ppApplication in CreateBootstrapperApplication()
|
/third_party/alsa-lib/src/ |
D | confmisc.c | 1154 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/ |
D | winddk_compat.h | 45 #ifndef __out 46 #define __out /**/ macro
|
/third_party/python/Modules/_sha3/kcp/ |
D | KeccakP-1600-opt64.c | 34 register UINT64 __out; \ 36 __asm__ ("shld %2,%0,%0" : "=r"(__out) : "0"(__in), "i"(N)); \ 37 __out; \
|
/third_party/grpc/test/core/util/ |
D | test_config.cc | 66 __in ULONG, __in ULONG, __out PVOID*, __out_opt PULONG); in print_current_stack()
|
/third_party/python/Lib/ |
D | doctest.py | 361 self.__out = out 383 sys.stdout = self.__out
|