Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/p4/compiler/
DebpfParser.py109 lastBitIndex = startBit + width + alignment - 1
111 lastWordIndex = lastBitIndex / 8
/external/angle/src/common/
Dmathutil.h1156 unsigned long lastBitIndex = 0ul; in ScanReverse() local
1157 unsigned char ret = _BitScanReverse(&lastBitIndex, bits); in ScanReverse()
1159 return lastBitIndex; in ScanReverse()