Home
last modified time | relevance | path

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

/reactos/dll/win32/msports/
H A Dcomdb.c29 DWORD dwByteIndex; in ComDBClaimNextFreePort() local
89 if ((pBitmap[dwByteIndex] & cMask) == 0) in ComDBClaimNextFreePort()
91 pBitmap[dwByteIndex] |= cMask; in ComDBClaimNextFreePort()
130 DWORD dwByteIndex; in ComDBClaimPort() local
197 dwByteIndex = dwBitIndex / BITS_PER_BYTE; in ComDBClaimPort()
203 if ((pBitmap[dwByteIndex] & cMask) == 0) in ComDBClaimPort()
206 pBitmap[dwByteIndex] |= cMask; in ComDBClaimPort()
272 DWORD dwByteIndex; in ComDBGetCurrentPortUsage() local
492 DWORD dwByteIndex; in ComDBReleasePort() local
557 dwByteIndex = dwBitIndex / BITS_PER_BYTE; in ComDBReleasePort()
[all …]