Functions | |
| unsigned | maxValueOfNBits (unsigned N) |
| unsigned | truncateToNBits (unsigned x, unsigned N) |
| unsigned | withoutRightmostBit (unsigned x) |
| unsigned | isolateRightmostBit (unsigned x) |
| unsigned | isPowerOfTwo (unsigned x) |
| unsigned | indexOfSingleBit (unsigned x) |
| unsigned | indexOfRightmostBit (unsigned x) |
| unsigned klee::bits32::indexOfRightmostBit | ( | unsigned | x | ) | [inline] |
Definition at line 55 of file Bits.h.
References indexOfSingleBit(), and isolateRightmostBit().

| unsigned klee::bits32::indexOfSingleBit | ( | unsigned | x | ) | [inline] |
Definition at line 45 of file Bits.h.
Referenced by indexOfRightmostBit().

| unsigned klee::bits32::isolateRightmostBit | ( | unsigned | x | ) | [inline] |
Definition at line 34 of file Bits.h.
Referenced by indexOfRightmostBit().

| unsigned klee::bits32::maxValueOfNBits | ( | unsigned | N | ) | [inline] |
| unsigned klee::bits32::truncateToNBits | ( | unsigned | x, | |
| unsigned | N | |||
| ) | [inline] |
| unsigned klee::bits32::withoutRightmostBit | ( | unsigned | x | ) | [inline] |
1.5.8