Searched refs:lastBitIndex (Results 1 – 2 of 2) sorted by relevance
109 lastBitIndex = startBit + width + alignment - 1111 lastWordIndex = lastBitIndex / 8
1156 unsigned long lastBitIndex = 0ul; in ScanReverse() local1157 unsigned char ret = _BitScanReverse(&lastBitIndex, bits); in ScanReverse()1159 return lastBitIndex; in ScanReverse()