Searched refs:bitsToSkip (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/debugger/types/
H A DValueLocation.cpp124 uint64 bitsToSkip = bitOffset; local
129 if (tempPiece.bitSize > bitsToSkip) {
134 bitsToSkip -= tempPiece.bitSize;
138 if (bitsToSkip > 0) {
139 piece.bitOffset += bitsToSkip;
140 piece.bitSize -= bitsToSkip;
169 uint64 bitsToSkip = totalBitSize - bitOffset - bitSize; local
174 if (tempPiece.bitSize > bitsToSkip) {
179 bitsToSkip -= piece.bitSize;
183 if (bitsToSkip >
[all...]

Completed in 34 milliseconds