Searched refs:dwIndex (Results 1 – 5 of 5) sorted by relevance
30 DWORD dwIndex = TlsAlloc(); in OS_AllocTLSIndex() local31 if (dwIndex == TLS_OUT_OF_INDEXES) { in OS_AllocTLSIndex()36 return dwIndex; in OS_AllocTLSIndex()
71 DWORD dwIndex = TlsAlloc(); in OS_AllocTLSIndex() local72 if (dwIndex == TLS_OUT_OF_INDEXES) { in OS_AllocTLSIndex()77 return ToGenericTLSIndex(dwIndex); in OS_AllocTLSIndex()
425 for (const uint32_t dwIndex : m_PageInfos[index].Identifiers()) { in CheckPage() local426 if (dwIndex >= m_SharedObjGroupInfos.size()) in CheckPage()429 m_SharedObjGroupInfos[dwIndex]; in CheckPage()
4136 *ifIndex = pIPAddrTable->table[i].dwIndex; in AddressToIndexAndMask()