Home
last modified time | relevance | path

Searched refs:dwIndex (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/winapi/
Dcrypt.hpp33 boost::winapi::DWORD_ dwIndex,
51 boost::winapi::DWORD_ dwIndex,
135 DWORD_ dwIndex, in crypt_enum_providers() argument
142 … return ::CryptEnumProvidersA(dwIndex, pdwReserved, dwFlags, pdwProvType, szProvName, pcbProvName); in crypt_enum_providers()
157 DWORD_ dwIndex, in crypt_enum_providers() argument
164 … return ::CryptEnumProvidersW(dwIndex, pdwReserved, dwFlags, pdwProvType, szProvName, pcbProvName); in crypt_enum_providers()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dossource_win.cpp30 DWORD dwIndex = TlsAlloc(); in OS_AllocTLSIndex() local
31 if (dwIndex == TLS_OUT_OF_INDEXES) { in OS_AllocTLSIndex()
36 return dwIndex; in OS_AllocTLSIndex()
/third_party/glslang/glslang/OSDependent/Windows/
Dossource.cpp71 DWORD dwIndex = TlsAlloc(); in OS_AllocTLSIndex() local
72 if (dwIndex == TLS_OUT_OF_INDEXES) { in OS_AllocTLSIndex()
77 return ToGenericTLSIndex(dwIndex); in OS_AllocTLSIndex()
/third_party/boost/libs/random/src/
Drandom_device.cpp63 DWORD dwIndex,