#include "Basics.H"
#include "Text.H"
Go to the source code of this file.
Functions | |
Word | RotateWord (Word w, int b) throw () |
Variables | |
const int | N = sizeof(Word) |
const int | ByteBits = 8 |
const int | WordBits = N * 8 |
const int | Up1 = ByteBits |
const int | LgUp1 = 3 |
|
Definition at line 131 of file TextCommon.C. References WordBits. Referenced by Text::Hash(). |
|
Definition at line 128 of file TextCommon.C. |
|
Definition at line 164 of file TextCommon.C. |
|
Definition at line 127 of file TextCommon.C. |
|
Definition at line 163 of file TextCommon.C. |
|
Definition at line 129 of file TextCommon.C. Referenced by FP::Tag::FromBytes(), FP::Tag::ToBytes(), and RotateWord(). |