| 249 | } |
| 250 | |
| 251 | bool runAlignmentResetTest() |
| 252 | { |
| 253 | std::cerr << "\nRunning alignment reset tests...\n"; |
| 254 | bool ok = true; |
| 255 | for (size_t type = 0; type < type_count; ++type) { |
| 256 | for (size_t encoding = 0; encoding < encoding_count; ++encoding) { |
| 257 | ok &= testType(encodings[encoding], types[type], true); |
| 258 | } |
| 259 | } |
| 260 | return ok; |
| 261 | } |
| 262 | |
| 263 | bool runAlignmentOverrunTest() |
| 264 | { |