Go to the source code of this file.
Variables | |
const int | BitsPerByte = 8 |
const int | BytesPerWord = 4 |
const int | BitsPerWord = BitsPerByte * BytesPerWord |
const int | LogBitsPerByte = 3 |
const int | LogBytesPerWord = 2 |
const int | LogBitsPerWord = LogBitsPerByte + LogBytesPerWord |
const int BitsPerByte = 8 |
const int BitsPerWord = BitsPerByte * BytesPerWord |
const int BytesPerWord = 4 |
const int LogBitsPerByte = 3 |
Definition at line 28 of file config.hpp.
const int LogBitsPerWord = LogBitsPerByte + LogBytesPerWord |
Definition at line 30 of file config.hpp.
const int LogBytesPerWord = 2 |
Definition at line 29 of file config.hpp.