Home
last modified time | relevance | path

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

/external/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()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_hint_tables.cpp427 uint32_t dwIndex = 0; in CheckPage() local
430 dwIndex = m_dwIdentifierArray[offset + j]; in CheckPage()
431 if (dwIndex >= m_dwSharedObjNumArray.size()) in CheckPage()
434 dwObjNum = m_dwSharedObjNumArray[dwIndex]; in CheckPage()
441 dwLength = GetItemLength(dwIndex, m_szSharedObjOffsetArray); in CheckPage()
446 if (!m_pDataAvail->IsDataAvail(m_szSharedObjOffsetArray[dwIndex], dwLength, in CheckPage()
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c4136 *ifIndex = pIPAddrTable->table[i].dwIndex; in AddressToIndexAndMask()