Searched refs:dwIndex (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/winapi/ |
D | crypt.hpp | 33 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/ |
D | ossource_win.cpp | 30 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/ |
D | ossource.cpp | 71 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/ |
D | random_device.cpp | 63 DWORD dwIndex,
|