template <typename T>
T ExtractBits(
bit32 v,
int pos,
int len
);
template <typename T>
T ExtractBits(
bit64 v,
int pos,
int len
);
| ExtractBits ( bit32, int, int ) | Extracts the bit values for the specified range. |
| ExtractBits ( bit64, int, int ) | Extracts the bit values for the specified range. |
CONFIDENTIAL